Skip to content

Commit

Permalink
Added user guidance (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
raandree authored Apr 7, 2021
1 parent 8d3769a commit df6b776
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Lab/20 Lab Customizations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,11 @@ Invoke-LabCommand -ActivityName "Install module 'xDscDiagnostics' required by DS
Install-Module -Name xDscDiagnostics -Repository PowerShell -Force
} -ComputerName $dscNodes

Write-Host "----------------------------------------------------------------------------------------------------------" -ForegroundColor Magenta
Write-Host "It is expected to see errors from here as the WinRM servicer on the pull server gets restarted" -ForegroundColor Magenta
Write-Host "After the errors you should have the DscData endpoint installed (Get-PSSessionConfiguration -Name DscData)" -ForegroundColor Magenta
Write-Host "----------------------------------------------------------------------------------------------------------" -ForegroundColor Magenta

Invoke-LabCommand -ActivityName "Create DscData JEA endpoint for allowing the LCM controller to send additional data to the DSC pull server" `
-FilePath $PSScriptRoot\DscTaggingData\New-DscDataEndpoint.ps1 -ComputerName $pullServer

Expand Down

0 comments on commit df6b776

Please sign in to comment.