Hello World; Today; It will be also a short post ! Recently, I’ve been asked to help in writing a Powershell Script. The user was encountering a small issue in the script. One portion ofContinue reading
Tag: PowerShell
Windows 2012 – Promote,Demote using Powershell Only
Hello World , If you remember, we have described the slightly changes that have been introduced in the Promotion/demotion of a Domain controller within a Domain. You can find more information in the followingContinue reading
ADK (automated Deployment Kit)
Hello World, With the release of Windows 8/Windows 2012, Microsoft has released a “new” tool called Windows ADK (Assement and Deployment Kit). This tool aims to replace the previoulsy well know WAIK (Windows Automated Installation Kit).Continue reading
Powershell Script to update migration table
Hello World, I’m back with Powershell scripting and Migration table. If you remember, in some previous posts, we have demonstrated how to generate a migration table using powershell. In this post, we have seen howContinue reading
Using Powershell to generate Group Policies migration table (from GPO backup)
Hello world, In this post, I will provide a little extra information about the Powershell script used to generate Migration table. If you remember, we have discussed in this previous post how to generate migrationContinue reading
Using Powershell to generate Group Policies migration table
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
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