Hello World, A few months ago, we explained how to migrate GPOs between domains. If you remember, when you are performing a migration between domains and you want to migrate Group policies between them, youContinue reading
Tag: Scripting
Deploy Powershell Scripts using SCCM – What you need to know….
Hello World, Lately, I’m working a lot with Powershell scripting. My customer needs to automate a bunch of tasks related to Active Directory. The infrastructure is based on Microsoft Technology and we can use SCCMContinue reading
Detect Duplicate SPN with Powershell – Not Quite
Hello World, Today, I have some free time and I want to post a Powershell script related to the SPN (Service PrinicpalName). The Problem As you probably know that in an Active Directory infrastructure, SPNsContinue reading
Powershell Script – How to Restore DNS Zones
Hello World, In a previous post, we have seen how you could backup the dns zones to text files using a mix of powershell and dnscmd.exe. Now, it’s maybe time to check how you canContinue reading
PowerShell Script : How to Backup DNS Zones – Improved
Hello World, Based on some comments and feedback received on the post about backing up DNS Zones, we have decided to publish a new version of the script. The logic remains the same. The mainContinue reading
Powershell Script :How to Backup DNS Zones
# —Note: A newer version of the script is available here Hello World, Today, I want to post a short powershell script. I’ve been asked if it was possible to create a powershell script toContinue reading
Batch File To automate TFTP/PXE Setup
Hello World, This is the batch file sample that can be used to automate the setup of a TFTP/PXE server on a windows 2003 box. Some limitations apply on this “basic” batch file. The limitationsContinue reading
Install ESX 3.5 From CDROM with kickstart script on a web server
Hello World, If you have a kickstart script ready to be used and that your customer has the ESX 3.x cdrom and a web server, you might be able to automate your installation. You simplyContinue reading
PowerShell & AD : Modify OU properties
In the last post, we have described how to create a OU within the Active Directory. Now, let see how to get and modify some of their properties I. Get OU properties To get theContinue reading
Powershell & AD – Create OU
Hello world !! I. Get Powershell running Everybody has heard about the new command shell called PowerShell from Microsoft. The Powershell allow system administrator to manage their system from a powerfull command line. To beContinue reading