From 5af765c0bb99dbb4854fa54671aff06db7533d0c Mon Sep 17 00:00:00 2001 From: reddf <44485126+reddf@users.noreply.github.com> Date: Sat, 3 Nov 2018 22:22:04 -0500 Subject: [PATCH 1/4] Update postdomain.ps1 --- postdomain.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/postdomain.ps1 b/postdomain.ps1 index 056ff47..2afa282 100644 --- a/postdomain.ps1 +++ b/postdomain.ps1 @@ -3,3 +3,4 @@ dcdiag Get-Service adws,kdc,netlogon,dns Get-smbshare +Hmm, ok now what? From 04a8854d5de2990d766483b675c326a09d44082d Mon Sep 17 00:00:00 2001 From: Gabriel Quarty Date: Sat, 3 Nov 2018 22:41:31 -0500 Subject: [PATCH 2/4] make some changes to domain and postdomain file, adding This is a testing, we are testing again note --- domain.ps1 | 2 +- organizationalunits.ps1 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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..a9f3b06 100644 --- a/organizationalunits.ps1 +++ b/organizationalunits.ps1 @@ -21,6 +21,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" From c4ebcbc8cf3b2eed76ebb244b85042b46faeea99 Mon Sep 17 00:00:00 2001 From: Gabriel Quarty Date: Sat, 3 Nov 2018 22:49:25 -0500 Subject: [PATCH 3/4] make some changes to domain and postdomain file, adding This is a testing, we are testing again note --- README.md | 1 + organizationalunits.ps1 | 1 + postdomain.ps1 | 1 + 3 files changed, 3 insertions(+) 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/organizationalunits.ps1 b/organizationalunits.ps1 index a9f3b06..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 diff --git a/postdomain.ps1 b/postdomain.ps1 index 056ff47..ea78dab 100644 --- a/postdomain.ps1 +++ b/postdomain.ps1 @@ -1,4 +1,5 @@ # Run this after the machine reboot and check the output for errors +#Testing again, please standby dcdiag Get-Service adws,kdc,netlogon,dns From 4e3bcc7106e56a1b329a474448bc70bbbffc3a57 Mon Sep 17 00:00:00 2001 From: reddf <44485126+reddf@users.noreply.github.com> Date: Thu, 29 Nov 2018 22:42:55 -0600 Subject: [PATCH 4/4] Update postdomain.ps1 --- postdomain.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/postdomain.ps1 b/postdomain.ps1 index f7a0c87..1a07e32 100644 --- a/postdomain.ps1 +++ b/postdomain.ps1 @@ -5,3 +5,4 @@ dcdiag Get-Service adws,kdc,netlogon,dns Get-smbshare Hmm, ok now what? +ok