Skip to content

Commit 52227f8

Browse files
authored
Merge pull request MicrosoftDocs#3489 from jay98014/user/jsimmons/clarify_domain_root_syntax
Clarify that DN syntax can be used to set permissions on AD domain root
2 parents 35742c1 + e98e398 commit 52227f8

8 files changed

+16
-0
lines changed

docset/winserver2019-ps/laps/Find-LapsADExtendedRights.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ resultant AD search. The supported name formats are as follows:
104104
- distinguishedName (begins with a `CN=`)
105105
- name (for all other inputs)
106106

107+
Querying permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.
108+
107109
```yaml
108110
Type: System.String[]
109111
Parameter Sets: (All)

docset/winserver2019-ps/laps/Set-LapsADComputerSelfPermission.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ resultant AD search. The supported name formats are as follows:
105105
- distinguishedName (begins with a `CN=`)
106106
- name (for all other inputs)
107107

108+
Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.
109+
108110
```yaml
109111
Type: System.String[]
110112
Parameter Sets: (All)

docset/winserver2019-ps/laps/Set-LapsADReadPasswordPermission.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ resultant AD search. The supported name formats are as follows:
177177
- distinguishedName (begins with a `CN=`)
178178
- name (for all other inputs)
179179

180+
Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.
181+
180182
```yaml
181183
Type: System.String[]
182184
Parameter Sets: (All)

docset/winserver2019-ps/laps/Set-LapsADResetPasswordPermission.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ resultant AD search. The supported name formats are as follows:
178178
- distinguishedName (begins with a `CN=`)
179179
- name (for all other inputs)
180180

181+
Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.
182+
181183
```yaml
182184
Type: System.String[]
183185
Parameter Sets: (All)

docset/winserver2022-ps/laps/Find-LapsADExtendedRights.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ resultant AD search. The supported name formats are as follows:
104104
- distinguishedName (begins with a `CN=`)
105105
- name (for all other inputs)
106106

107+
Querying permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.
108+
107109
```yaml
108110
Type: System.String[]
109111
Parameter Sets: (All)

docset/winserver2022-ps/laps/Set-LapsADComputerSelfPermission.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ resultant AD search. The supported name formats are as follows:
105105
- distinguishedName (begins with a `CN=`)
106106
- name (for all other inputs)
107107

108+
Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.
109+
108110
```yaml
109111
Type: System.String[]
110112
Parameter Sets: (All)

docset/winserver2022-ps/laps/Set-LapsADReadPasswordPermission.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ resultant AD search. The supported name formats are as follows:
177177
- distinguishedName (begins with a `CN=`)
178178
- name (for all other inputs)
179179

180+
Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.
181+
180182
```yaml
181183
Type: System.String[]
182184
Parameter Sets: (All)

docset/winserver2022-ps/laps/Set-LapsADResetPasswordPermission.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ resultant AD search. The supported name formats are as follows:
178178
- distinguishedName (begins with a `CN=`)
179179
- name (for all other inputs)
180180

181+
Setting permissions on the domain root is only supported using the distinguishedName input format, for example 'DC=laps,DC=com'.
182+
181183
```yaml
182184
Type: System.String[]
183185
Parameter Sets: (All)

0 commit comments

Comments
 (0)