Skip to content

Gets memberof attribute recusvely for an active directory object (computer,user,group) LDAP request via .Net classes, namespace System.DirectoryServices for the directory searcher and active dorectory classes, no need to import activedirectory module Allows to include the domain users or computers membership as well It takes by default the fore…

Notifications You must be signed in to change notification settings

AaronG1234/getADObjectMEmberOfCustom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

#POWERSHELL FUNCTION getADObjectMEmberOfCustom

Gets memberof attribute recusvely for an active directory object (computer,user,group)

LDAP request via .Net classes, namespace System.DirectoryServices for the directory searcher and active dorectory classes, no need to import activedirectory module
Allows to include the domain users or computers membership as well
It takes by default the forest level but the search can be restricted to domain scope or extended to domain and its trusts, forest and its trusts or explicit domains
it returns void in case of no result, and in case of result, a list of object with string attributes for csv export.

About

Gets memberof attribute recusvely for an active directory object (computer,user,group) LDAP request via .Net classes, namespace System.DirectoryServices for the directory searcher and active dorectory classes, no need to import activedirectory module Allows to include the domain users or computers membership as well It takes by default the fore…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%