FSMO Role Transfer

FSMO Role transfer via GUI is a huge task and it is simplified in some sets of commands. I have created a choice pattern in which you can which role you prefer to send from one DC to another. How it works Usually the scripts ask to provide the preference from 1-6, which role you … More FSMO Role Transfer

PowerShell RunSpace

A common way to perform parallel tasks is to use background jobs. Background jobs is a commonly used feature in PowerShell to perform tasks in parallel but it’s not the only way. Another, faster way, is to use parallel runspaces. In a typical PowerShell session, your console runs in a single runspace. Think of a … More PowerShell RunSpace