Skip to content

Commit 0a5ad32

Browse files
committed
Update README
1 parent 4510b50 commit 0a5ad32

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Tests/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
266266
1. 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
}

0 commit comments

Comments
 (0)