ADEssentials
ADEssentials copied to clipboard
PowerShell Active Directory helper functions to manage healthy Active Directory
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...
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...
An option to specify credentials when using another forest Get-WinADDFSHealth -Forest another.forest.com -Credential 'forest\iamauser'
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....
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...
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"  The...
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...
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...