From 6fdcf94f573c2899e4898a8c11b03fcbc5ff803f Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sat, 30 Apr 2022 15:49:29 +0200 Subject: [PATCH] Update README --- Tests/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tests/README.md b/Tests/README.md index bca6eab38..ed7072b7d 100644 --- a/Tests/README.md +++ b/Tests/README.md @@ -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 @@ -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 }