File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed 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.
260
260
cd 'c:\source\ActiveDirectoryDsc'
261
261
262
262
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
265
265
```
266
266
1 . Configure prerequisites like computer name, IP address, and Windows features
267
267
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.
288
288
$dc02Session
289
289
$dc03Session
290
290
)
291
+
291
292
Invoke-Command -Session $vmPSSessions -ScriptBlock {
292
293
Set-DscLocalConfigurationManager -Path 'C:\DSC\Configuration' -ComputerName 'localhost' -Verbose -Force
293
294
}
You can’t perform that action at this time.
0 commit comments