diff --git a/docs/en-US/Get-ADTreeGroupMember.md b/docs/en-US/Get-ADTreeGroupMember.md index fa51530..f4c7be0 100644 --- a/docs/en-US/Get-ADTreeGroupMember.md +++ b/docs/en-US/Get-ADTreeGroupMember.md @@ -21,8 +21,8 @@ Get-ADTreeGroupMember [-Identity] [-Server ] [-Depth ] - [-ShowAll - [-Exclude ]] + [-ShowAll] + [-Exclude ] [] ``` @@ -90,7 +90,7 @@ PS ..\PSADTree\> Get-ADTreeGroupMember TestGroup001 -Server otherDomain PS ..\PSADTree\> Get-ADTreeGroupMember TestGroup001 -ShowAll ``` -By default, previously processed groups will be marked as _"Processed Group"_ and their hierarchy will not be displayed. +By default, previously processed groups will be marked as _"Processed Group"_ and their hierarchy will not be displayed. The `-ShowAll` switch indicates that the cmdlet should display the hierarchy of all previously processed groups. > [!NOTE] @@ -101,7 +101,7 @@ The `-ShowAll` switch indicates that the cmdlet should display the hierarchy of ### -Depth -Determines the number of nested groups and their members included in the recursion. +Determines the number of nested groups and their members included in the recursion. By default, only 3 levels of recursion are included. ```yaml @@ -201,13 +201,13 @@ Accept wildcard characters: False ### -ShowAll -By default, previously processed groups will be marked as _"Processed Group"_ and their hierarchy will not be displayed. +By default, previously processed groups will be marked as _"Processed Group"_ and their hierarchy will not be displayed. This switch forces the cmdlet to display the full hierarchy including previously processed groups. > [!NOTE] > -> This cmdlet uses a caching mechanism to ensure that Active Directory Groups are only queried once per Identity. -> This caching mechanism is also used to reconstruct the pre-processed group's hierarchy when the `-ShowAll` switch is used, thus not incurring a performance cost. +> This cmdlet uses a caching mechanism to ensure that Active Directory Groups are only queried once per Identity. +> This caching mechanism is also used to reconstruct the pre-processed group's hierarchy when the `-ShowAll` switch is used, thus not incurring a performance cost. > The intent behind this switch is to not clutter the cmdlet's output by default. ```yaml diff --git a/docs/en-US/Get-ADTreePrincipalGroupMembership.md b/docs/en-US/Get-ADTreePrincipalGroupMembership.md index 1665ce3..261b33e 100644 --- a/docs/en-US/Get-ADTreePrincipalGroupMembership.md +++ b/docs/en-US/Get-ADTreePrincipalGroupMembership.md @@ -86,7 +86,7 @@ PS ..\PSADTree\> Get-ADTreePrincipalGroupMembership john.doe -Server otherDomain PS ..\PSADTree\> Get-ADTreePrincipalGroupMembership john.doe -ShowAll ``` -By default, previously processed groups will be marked as _"Processed Group"_ and their hierarchy will not be displayed. +By default, previously processed groups will be marked as _"Processed Group"_ and their hierarchy will not be displayed. The `-ShowAll` switch indicates that the cmdlet should display the hierarchy of all previously processed groups. > [!NOTE] @@ -97,7 +97,7 @@ The `-ShowAll` switch indicates that the cmdlet should display the hierarchy of ### -Depth -Determines the number of nested group memberships included in the recursion. +Determines the number of nested group memberships included in the recursion. By default, only 3 levels of recursion are included. ```yaml @@ -181,13 +181,13 @@ Accept wildcard characters: False ### -ShowAll -By default, previously processed groups will be marked as _"Processed Group"_ and their hierarchy will not be displayed. +By default, previously processed groups will be marked as _"Processed Group"_ and their hierarchy will not be displayed. This switch forces the cmdlet to display the full hierarchy including previously processed groups. > [!NOTE] > -> This cmdlet uses a caching mechanism to ensure that Active Directory Groups are only queried once per Identity. -> This caching mechanism is also used to reconstruct the pre-processed group's hierarchy when the `-ShowAll` switch is used, thus not incurring a performance cost. +> This cmdlet uses a caching mechanism to ensure that Active Directory Groups are only queried once per Identity. +> This caching mechanism is also used to reconstruct the pre-processed group's hierarchy when the `-ShowAll` switch is used, thus not incurring a performance cost. > The intent behind this switch is to not clutter the cmdlet's output by default. ```yaml