Created
September 3, 2018 01:14
-
-
Save robderickson/30983600b79643e8c435f81b10075918 to your computer and use it in GitHub Desktop.
Adding key to multiple hash tables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ($ComputerName) { | |
$GetADRootDSESplat['Server'] = $ComputerName | |
$GetADObjectSplat['Server'] = $ComputerName | |
$SetADObjectSplat['Server'] = $ComputerName | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment