From 7f837cbb1d78fa109ab72246a5e97b649573a133 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sat, 13 Jun 2020 22:43:10 -0700 Subject: [PATCH] Typos --- Vagrant/scripts/configure-ou.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrant/scripts/configure-ou.ps1 b/Vagrant/scripts/configure-ou.ps1 index a5f68f6..82ea46b 100644 --- a/Vagrant/scripts/configure-ou.ps1 +++ b/Vagrant/scripts/configure-ou.ps1 @@ -28,7 +28,7 @@ catch [Microsoft.ActiveDirectory.Management.ADServerDownException] { New-ADOrganizationalUnit -Name "Servers" -Server "dc.windomain.local" } catch { - Write-Host "Something went wrong attempting to reach AD or create the OU. + Write-Host "Something went wrong attempting to reach AD or create the OU." } # Create the Workstations OU if it doesn't exist @@ -47,7 +47,7 @@ catch [Microsoft.ActiveDirectory.Management.ADServerDownException] { New-ADOrganizationalUnit -Name "Workstations" -Server "dc.windomain.local" } catch { - Write-Host "Something went wrong attempting to reach AD or create the OU. + Write-Host "Something went wrong attempting to reach AD or create the OU." } # Sysprep breaks auto-login. Let's restore it here: