File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ The below steps *must* be run in a elevated PowerShell console.
260260 cd 'c:\source\ActiveDirectoryDsc'
261261
262262 Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc01Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
263- Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc02Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
264- Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc03Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
263+ Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc02Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
264+ Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc03Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
265265 ```
2662661 . Configure prerequisites like computer name, IP address, and Windows features
267267 that is needed to promote a node to a domain controller. This creates
@@ -288,6 +288,7 @@ The below steps *must* be run in a elevated PowerShell console.
288288 $dc02Session
289289 $dc03Session
290290 )
291+
291292 Invoke-Command -Session $vmPSSessions -ScriptBlock {
292293 Set-DscLocalConfigurationManager -Path 'C:\DSC\Configuration' -ComputerName 'localhost' -Verbose -Force
293294 }
You can’t perform that action at this time.
0 commit comments