Skip to content

Commit

Permalink
Merge pull request #3489 from jay98014/user/jsimmons/clarify_domain_r…
Browse files Browse the repository at this point in the history
…oot_syntax

Clarify that DN syntax can be used to set permissions on AD domain root
  • Loading branch information
sdwheeler authored Jun 14, 2023
2 parents 35742c1 + e98e398 commit 52227f8
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docset/winserver2019-ps/laps/Find-LapsADExtendedRights.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ resultant AD search. The supported name formats are as follows:
- distinguishedName (begins with a `CN=`)
- name (for all other inputs)

Querying permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.

```yaml
Type: System.String[]
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ resultant AD search. The supported name formats are as follows:
- distinguishedName (begins with a `CN=`)
- name (for all other inputs)

Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.

```yaml
Type: System.String[]
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ resultant AD search. The supported name formats are as follows:
- distinguishedName (begins with a `CN=`)
- name (for all other inputs)

Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.

```yaml
Type: System.String[]
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ resultant AD search. The supported name formats are as follows:
- distinguishedName (begins with a `CN=`)
- name (for all other inputs)

Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.

```yaml
Type: System.String[]
Parameter Sets: (All)
Expand Down
2 changes: 2 additions & 0 deletions docset/winserver2022-ps/laps/Find-LapsADExtendedRights.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ resultant AD search. The supported name formats are as follows:
- distinguishedName (begins with a `CN=`)
- name (for all other inputs)

Querying permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.

```yaml
Type: System.String[]
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ resultant AD search. The supported name formats are as follows:
- distinguishedName (begins with a `CN=`)
- name (for all other inputs)

Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.

```yaml
Type: System.String[]
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ resultant AD search. The supported name formats are as follows:
- distinguishedName (begins with a `CN=`)
- name (for all other inputs)

Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.

```yaml
Type: System.String[]
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ resultant AD search. The supported name formats are as follows:
- distinguishedName (begins with a `CN=`)
- name (for all other inputs)

Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.

```yaml
Type: System.String[]
Parameter Sets: (All)
Expand Down

0 comments on commit 52227f8

Please sign in to comment.