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

Get-Credential

The Get-Credential cmdlet creates a credential object for a specified user name and password. You can use the credential object in security operations. Beginning in Windows PowerShell 3.0, you can use the Message parameter to specify a customized message on the dialog box that prompts the user for their name and password. The Get-Credential cmdlet … More Get-Credential

PowerShell

PowerShell is object-oriented automation engine and scripting language. It is designed mainly for the system administrators. It helps IT, professionals, to control & automate the administration of the OS and other applications. Windows PowerShell is a shell initially developed by Microsoft. Now it is an open source project, and it can be installed on Windows, … More PowerShell