Adding comment headers to wip2
This commit is contained in:
parent
33dfbcbe32
commit
23b6284b51
|
@ -1,4 +1,21 @@
|
|||
<#
|
||||
.SYNOPSIS
|
||||
I do this
|
||||
|
||||
.DESCRIPTION
|
||||
I really do a lot of this
|
||||
|
||||
.OUTPUTS
|
||||
Results are printed to the console. Future releases will support outputting to a log file.
|
||||
|
||||
.NOTES
|
||||
Change Log
|
||||
V1.0 Initial release
|
||||
|
||||
Reference Links: www.google.com
|
||||
#>
|
||||
|
||||
# Transfer FSMO Roles to server
|
||||
# Make this machine the FSMO Master role.
|
||||
|
||||
Move-ADDirectoryServerOperationMasterRole -Identity $env:computername -OperationMasterRole pdcemulator,ridmaster,infrastructuremaster,schemamaster,domainnamingmaster -Force
|
||||
Move-ADDirectoryServerOperationMasterRole -Identity $env:computername -OperationMasterRole pdcemulator, ridmaster, infrastructuremaster, schemamaster, domainnamingmaster -Force
|
Loading…
Reference in New Issue