Skip to content

Commit dd88e2c

Browse files
committed
removed company mentions
1 parent f1ca25b commit dd88e2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Job-ADReport.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Function AddWorksheetHeaders() {
2121
}
2222
}
2323

24-
$UserSearchDN = 'dc=amds,dc=advancedmd,dc=com'
25-
$ComputerSearchDN = 'OU=User Computers,DC=amds,DC=advancedmd,DC=com'
26-
$ServersSearchDN = 'OU=Servers,dc=amds,dc=advancedmd,dc=com'
27-
$DCSearchDN = 'OU=Domain Controllers,dc=amds,dc=advancedmd,dc=com'
24+
$UserSearchDN = 'dc=CONTOSO,dc=CONTOSO,dc=com'
25+
$ComputerSearchDN = 'OU=User Computers,DC=CONTOSO,DC=CONTOSO,DC=com'
26+
$ServersSearchDN = 'OU=Servers,dc=CONTOSO,dc=CONTOSO,dc=com'
27+
$DCSearchDN = 'OU=Domain Controllers,dc=CONTOSO,dc=CONTOSO,dc=com'
2828

2929
$userobjects = Get-ADUser -LDAPFilter "(name=*)" -SearchBase $UserSearchDN -Properties *
3030

0 commit comments

Comments
 (0)