Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Aug 14, 2022
1 parent e33cc2c commit 6fdcf94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ The below steps *must* be run in a elevated PowerShell console.
cd 'c:\source\ActiveDirectoryDsc'
Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc01Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc02Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc03Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc02Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
Get-ChildItem -Path '.\tests' | Copy-Item -ToSession $dc03Session -Destination 'c:\projects\ActiveDirectoryDsc\tests' -Recurse -Force
```
1. Configure prerequisites like computer name, IP address, and Windows features
that is needed to promote a node to a domain controller. This creates
Expand All @@ -288,6 +288,7 @@ The below steps *must* be run in a elevated PowerShell console.
$dc02Session
$dc03Session
)
Invoke-Command -Session $vmPSSessions -ScriptBlock {
Set-DscLocalConfigurationManager -Path 'C:\DSC\Configuration' -ComputerName 'localhost' -Verbose -Force
}
Expand Down

0 comments on commit 6fdcf94

Please sign in to comment.