diff --git a/README.md b/README.md index 7104299..766c2c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # IFT 220 Lab 2 ## For ASU's IFT 220 2018 Fall B course. +#This is the instruction file (Do this on your VM. Take a VM snapshot so you can undo if something goes wrong.) diff --git a/domain.ps1 b/domain.ps1 index c249cbf..a931dff 100644 --- a/domain.ps1 +++ b/domain.ps1 @@ -1,6 +1,6 @@ # Build a new DC in a new Forest # Assumption: new machine uses DHCP - +#This is a test, we are testing again--please stand by for future order. # Change from DHCP to static IP using the same IP # Get the name of the network adapter $nicname = Get-NetAdapter | select -ExpandProperty "name" diff --git a/organizationalunits.ps1 b/organizationalunits.ps1 index 25c3d82..7e75223 100644 --- a/organizationalunits.ps1 +++ b/organizationalunits.ps1 @@ -1,4 +1,5 @@ # brutforce script to make some organizational units +#We are testing, please standby # you need to change "DC=ad,DC=sparky-tech,DC=com" to match your domain and update the ST initials to match or remove them @@ -21,6 +22,8 @@ Write-Host -ForegroundColor yellow "Done creating OUs" Write-Host -ForegroundColor yellow "" Write-Host -ForegroundColor yellow "Creating groups based on department" + +We are alwys testing, please stand by again New-ADGroup -GroupCategory Security -GroupScope Global -Name President -Path "OU=ST_Groups,DC=AD,DC=sparky-tech,DC=com" New-ADGroup -GroupCategory Security -GroupScope Global -Name Finance -Path "OU=ST_Groups,DC=AD,DC=sparky-tech,DC=com" New-ADGroup -GroupCategory Security -GroupScope Global -Name HR -Path "OU=ST_Groups,DC=AD,DC=sparky-tech,DC=com" diff --git a/postdomain.ps1 b/postdomain.ps1 index 056ff47..1a07e32 100644 --- a/postdomain.ps1 +++ b/postdomain.ps1 @@ -1,5 +1,8 @@ # Run this after the machine reboot and check the output for errors +#Testing again, please standby dcdiag Get-Service adws,kdc,netlogon,dns Get-smbshare +Hmm, ok now what? +ok