In this post we are going to look at a simple script to change AD attributes on a large scale with minimal effort. Although bare in mind every Active Directory structure has it's differences, parts of the script or the majority of it's contents may not be applicable to your current situation. This post is … Continue reading Active Directory clean up using PowerShell script e.g Name, UPN, SAM, Email
Windows Server
Automatically Clear assigned KMS Host on multiple KMS Clients and enable Auto-discovery
To do this we are going to utilize a small PowerShell script to remotely run a command to clear the assigned KMS host on multiple clients. Doing this will remove the manual KMS Host entry and re-enable auto-discovery. Normally if your clients are pointing to a dead KMS host - you will notice that you … Continue reading Automatically Clear assigned KMS Host on multiple KMS Clients and enable Auto-discovery
Fix – The BackupExec Management Service was unable to start error – Windows Update.
In this small post we are going to look at how to resolve one of the reasons for BackupExec service startup errors. Update 09/06/2017 - Information on this page is invalid as newer windows updates break the console again - Click here to go to Veritas support page on this issue. If you are experiencing console … Continue reading Fix – The BackupExec Management Service was unable to start error – Windows Update.
Fixing and Troubleshooting KMS Server Most Common Errors and Activation Problems
In this post we are going to look at all the crucial components of a KMS Server, whilst also fixing / troubleshooting activation errors. The sub-sections in the post will include- General Requirements Software Protection Service DNS Records Product Keys Key Management Host File Firewall Rules Client Thresholds Windows DCOM Security Settings WMI Problems. Common … Continue reading Fixing and Troubleshooting KMS Server Most Common Errors and Activation Problems
Manually Activate Window’s Office / OS on Workgroup Computers through KMS
In this post we are going to look at using the KMS Volume Activation Management Tool (VAMT) to manually activate a product on a workgroup computer inside the network. Before we begin, a good thing to remember when dealing with computers in workgroups is, it's important to use the IP address assigned to the workstation … Continue reading Manually Activate Window’s Office / OS on Workgroup Computers through KMS
Using Windows Server as a Network Router for communication across two Subnets
In this post we are going to look at setting up RRAS on a Windows Server's in VMware, to allow communication between two subnets for RDP Remote Desktop Connections. First we need to setup the RRAS Virtual Machine in VMWare. It's going to need two virtual network interface cards, one connecting to my Workplace LAN's … Continue reading Using Windows Server as a Network Router for communication across two Subnets
Restore AD Active Directory User Account using LDAP
This is post we are going to look at restoring an Active Directory AD user account using LDAP. In terms of data recovery, tombstone reanimation has great advantages. Tombstone reanimation doesn't require the DC to be taken offline and reanimating tombstones is much better than simply recreating a new version of a deleted object. If … Continue reading Restore AD Active Directory User Account using LDAP
Add Network Driver to a Boot Image – boot.wim
In this post I am going to take you through the process of adding network drivers into a boot image, mainly for the purpose of PXE booting machines. This will involve using 'Deployment Image Servicing and Management' (DISM.exe) to import the machine specific network drivers (.inf files) into the boot image. Firstly - To get … Continue reading Add Network Driver to a Boot Image – boot.wim
Backup SQL database in Server Management Studio
How to create a SQL database backup job in several simple clicks in Server Management Studio First you're going to need SQL Server Management Studio - click here to be taken to Microsoft download page. Once installed open SSMS and connect to your SQL Server. Expand 'SQL Server Agent' and then expand 'Jobs'. Right click … Continue reading Backup SQL database in Server Management Studio
DPM Fails To Restore From Tape
[Solved] Data Protection Manager fails to recover data from tape. So recently I ran into a pretty significant problem involving tape restores in DPM 2012 R2 on one of the Windows Server 2012 R2 servers I support for a large law firm. Whenever I would select to recover a data set from any of the … Continue reading DPM Fails To Restore From Tape