ADEssentials icon indicating copy to clipboard operation
ADEssentials copied to clipboard

PowerShell Active Directory helper functions to manage healthy Active Directory

Results 15 ADEssentials issues
Sort by recently updated
recently updated
newest added

when running something like **Show-WinADGroupMemberOf** it works terrifically, but my request is, if the Group Name being returned is an AAD Group can it be written in to translate the...

invalid

Hi, i love the Show-Winadgroupmember Command, it makes it possible to visualize our organisational roles hierarchicaly. If I get the hierarchy of a large scope of groups the problem is...

enhancement

An option to specify credentials when using another forest Get-WinADDFSHealth -Forest another.forest.com -Credential 'forest\iamauser'

enhancement

If there are WAN-Optimizer in an active directory environment this function is not working. This is because Get-ADDomainController -Filter * Small change and it will also work in these environments....

enhancement

Can this be used on Azure AD? If so how do I connect?

Hi thanks for the amazing module! I just spent some time generating reports and was wondering if there is a way to merge some of them together? Basically i missed...

I've looked at the source, I'm not smart enough to add the mail address to group output if present. Is this something that can be added? We have universal groups...

enhancement

If you create 4 groups with membership like this: "A","B","C","D" | foreach {New-ADGroup $_ -GroupScope Universal} Add-ADGroupMember A -Members "B" Add-ADGroupMember B -Members "C","D" Add-ADGroupMember C -Members "D" ![image](https://github.com/EvotecIT/ADEssentials/assets/6467813/1cb338a6-802a-4e2d-acc2-475673651af2) The...

enhancement

Is there a way to display only certain levels of descendents of an AD group using `Show-WinADGroupMember` e.g. immediate descendents or first 2 levels of descendents etc? We have a...

enhancement

Hello First of all, great job on the ADEssentials development. Very helpful. when using the cmdlet **Show-WinADGroupMemberOf** and **Show-WinADGroupMember**, it would be nice to have a way to have custom...

enhancement