Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,7 +0,0 @@
|
|||
Import-Module ActiveDirectory
|
||||
|
||||
$searchData = "user name"
|
||||
$searchBase = "DC=example,DC=com"
|
||||
|
||||
#searches by some of the most common unique identifiers
|
||||
get-aduser -Filter((DistinguishedName -eq $searchdata) -or (UserPrincipalName -eq $searchdata) -or (SamAccountName -eq $searchdata)) -SearchBase $searchBase
|
||||
Loading…
Add table
Add a link
Reference in a new issue