Update Setup-AD-PostReboot.ps1
This commit is contained in:
@ -97,9 +97,9 @@ foreach ($gpo in $gpos) {
|
|||||||
if (-not $existingGPO) {
|
if (-not $existingGPO) {
|
||||||
New-GPO -Name $gpo.Name | Out-Null
|
New-GPO -Name $gpo.Name | Out-Null
|
||||||
New-GPLink -Name $gpo.Name -Target $gpo.Target | Out-Null
|
New-GPLink -Name $gpo.Name -Target $gpo.Target | Out-Null
|
||||||
Write-Host "Created and linked GPO '${gpo.Name}'." -ForegroundColor Cyan
|
Write-Host "Created and linked GPO '$($gpo.Name)'." -ForegroundColor Cyan
|
||||||
} else {
|
} else {
|
||||||
Write-Host "GPO '${gpo.Name}' already exists." -ForegroundColor Yellow
|
Write-Host "GPO '$($gpo.Name)' already exists." -ForegroundColor Yellow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user