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
Category: Scripting
Scripting technology from bat to Powershell going through VBS
Using Powershell Cmdlet to transfer large files over (slow) networks
Hello world, This post will describe a common problem within distributed IT infrastructure: transfer of files over slow networks. The post will provides an efficient way to transfer the files over networks by using PowershellContinue reading
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
Domain admin users & nested groups
Hello world !! Working on migration project, the customer came to me and ask me if it was possible to quickly get information about nested groups and group membership. The problem was that they wereContinue 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