Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.)

Expand Down
2 changes: 1 addition & 1 deletion domain.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 3 additions & 0 deletions organizationalunits.ps1
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions postdomain.ps1
Original file line number Diff line number Diff line change
@@ -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