AsBuiltReport.Microsoft.AD icon indicating copy to clipboard operation
AsBuiltReport.Microsoft.AD copied to clipboard

Repository for AsBuiltReport Microsoft Active Directory module

Results 14 AsBuiltReport.Microsoft.AD issues
Sort by recently updated
recently updated
newest added

A feature request I might suggest would be for the As-Built to dump out a list of users, groups, computers and what users/computers belong to what groups into the report.

The following PowerShell function can help you identify GPOs with missing permissions (missing both ‘Authenticated Users’ and ‘Domain Computers’ groups): ``` Function Get-GPMissingPermissionsGPOs { $MissingPermissionsGPOArray = New-Object System.Collections.ArrayList $GPOs =...

**Is your feature request related to a problem? Please describe.** Add support for BitLocker Recovery Keys

**Is your feature request related to a problem? Please describe.** Add support for collecting LAPS information

### Description Currently there is no way to set a timeout in the report configuration. If a section gets stuck there is no way to set a time limit for...

help wanted
change request

### Description If an Active Directory(AD) group has another AD group as both it's parent and as a child member you have a circular nested reference. Why would that matter?...

change request

https://techcommunity.microsoft.com/t5/itops-talk-blog/tough-questions-answered-can-i-disable-rc4-etype-for-kerberos-on/ba-p/382718

### Description ```powershell PS C:\Users\jocolon> Get-ADReplicationSiteLinkBridge -Filter * -Properties * CanonicalName : pharmax.local/Configuration/Sites/Inter-Site Transports/IP/ACAD-UIA-Bridge CN : ACAD-UIA-Bridge Created : 2/12/2024 9:10:25 AM createTimeStamp : 2/12/2024 9:10:25 AM Deleted : Description...

change request

### Description ```powershell PS C:\Users\jocolon> $DomainDN = (Get-ADDomain -Identity (Get-ADForest | Select-Object -ExpandProperty RootDomain )).DistinguishedName PS C:\Users\jocolon> PS C:\Users\jocolon> $DomainDN DC=pharmax,DC=local PS C:\Users\jocolon> PS C:\Users\jocolon> Get-ADObject -Filter {(objectClass -eq "interSiteTransport")}...

change request

### Description Add sections per Computer, User and group object with Infolevel verbosity Infolevel 1: - Object Stats - Object Health Checks Infolevel 2: - Object Stats - Object Table...

change request