We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d5607 commit 5a0e403Copy full SHA for 5a0e403
Active Directory/Domain Services/DNSZonesRemote.ps1
@@ -53,5 +53,5 @@ foreach ($srv in $servers) {
53
#Cleanup and then show the current PSSession state.
54
if ($session) { Exit-PSSession }
55
if ($session) { Remove-PSSession $session }
56
- Write-Host -ForegroundColor DarkYellow $session.ComputerName $session.State `n`n -NoNewline
+ Write-Host "$session.ComputerName $session.State `n`n" -ForegroundColor DarkYellow -NoNewline
57
}
0 commit comments