get-help -Detailed Show-WinADGroupCritical
NAME
Show-WinADGroupCritical
SYNOPSIS
Command to gather nested group membership from default critical groups in the Active Directory.
SYNTAX
Show-WinADGroupCritical [[-GroupName] <String[]>] [[-FilePath] <String>] [[-HideAppliesTo] <String>] [-HideComputers]
[-HideUsers] [-HideOther] [-Online] [-HideHTML] [-DisableBuiltinConditions] [-AdditionalStatistics] [-SkipDiagram] [-Summary]
[<CommonParameters>]
DESCRIPTION
Command to gather nested group membership from default critical groups in the Active Directory.
This command will show data in table and diagrams in HTML format.
PARAMETERS
-GroupName <String[]>
Group Name or Names to search for from provided list. If skipped all groups will be checked.
-FilePath <String>
Path to HTML file where it's saved. If not given temporary path is used
-HideAppliesTo <String>
Allows to define to which diagram HideComputers,HideUsers,HideOther applies to
-HideComputers [<SwitchParameter>]
Hide computers from diagrams - useful for performance reasons
-HideUsers [<SwitchParameter>]
Hide users from diagrams - useful for performance reasons
-HideOther [<SwitchParameter>]
Hide other objects from diagrams - useful for performance reasons
-Online [<SwitchParameter>]
Forces use of online CDN for JavaScript/CSS which makes the file smaller. Default - use offline.
-HideHTML [<SwitchParameter>]
Prevents HTML output from being displayed in browser after generation is done
-DisableBuiltinConditions [<SwitchParameter>]
Disables table coloring allowing user to define it's own conditions
-AdditionalStatistics [<SwitchParameter>]
Adds additional data to Self object. It includes count for NestingMax, NestingGroup, NestingGroupSecurity,
NestingGroupDistribution. It allows for easy filtering where we expect security groups only when there are nested
distribution groups.
-SkipDiagram [<SwitchParameter>]
Skips diagram generation and only displays table. Useful if the diagram can't handle amount of data or if the diagrams
are not nessecary.
-Summary [<SwitchParameter>]
Adds additional tab with all groups together on two diagrams
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).