Skip to content

Commit 260889e

Browse files
committed
typos
1 parent f12933d commit 260889e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Powershell/Powershell7/ActiveDirectory/ADGroups.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Get-AdGroup -Identity "Domain Admins" | Get-AdGroupMember
88
# New OU
99
New-ADOrganizationalUnit -Name "Groups" -Path "OU=Users,OU=Accounts,DC=nuggetlab,DC=com"
1010
# New Group
11-
New-ADGroup -Name "App Admins" -SamAccountName appAdmins -GroupCategory secuirty -GroupScope Global -DisplayName "App Admins" -Path "OU=Groups,OU=Users,OU=Accounts,DC=nuggetlab,DC=com"
11+
New-ADGroup -Name "App Admins" -SamAccountName appAdmins -GroupCategory security -GroupScope Global -DisplayName "App Admins" -Path "OU=Groups,OU=Users,OU=Accounts,DC=nuggetlab,DC=com"
1212
# Add Members to group d
1313
Add-AdGroupMember -Identity appAdmins -Members candy.spoon

Powershell/Powershell7/ActiveDirectory/PSDrive.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Get-ChildItem AD:
55
Get-ChildItem "DC=nuggetlab,DC=com"
66

77
#Explore OUs
8-
Get-ChildItem "OU=sers,OU=Accounts,DC=nuggetlab,DC=com"
8+
Get-ChildItem "OU=Users,OU=Accounts,DC=nuggetlab,DC=com"

0 commit comments

Comments
 (0)