From e98e398cdd1196a2b67523ebabb519bc84d763fa Mon Sep 17 00:00:00 2001 From: Jay Simmons Date: Wed, 31 May 2023 09:38:56 -0700 Subject: [PATCH] Clarify that DN syntax can be used to set permissions on AD domain root --- docset/winserver2019-ps/laps/Find-LapsADExtendedRights.md | 2 ++ .../winserver2019-ps/laps/Set-LapsADComputerSelfPermission.md | 2 ++ .../winserver2019-ps/laps/Set-LapsADReadPasswordPermission.md | 2 ++ .../winserver2019-ps/laps/Set-LapsADResetPasswordPermission.md | 2 ++ docset/winserver2022-ps/laps/Find-LapsADExtendedRights.md | 2 ++ .../winserver2022-ps/laps/Set-LapsADComputerSelfPermission.md | 2 ++ .../winserver2022-ps/laps/Set-LapsADReadPasswordPermission.md | 2 ++ .../winserver2022-ps/laps/Set-LapsADResetPasswordPermission.md | 2 ++ 8 files changed, 16 insertions(+) diff --git a/docset/winserver2019-ps/laps/Find-LapsADExtendedRights.md b/docset/winserver2019-ps/laps/Find-LapsADExtendedRights.md index b18a92a38f..29c3fbe7d1 100644 --- a/docset/winserver2019-ps/laps/Find-LapsADExtendedRights.md +++ b/docset/winserver2019-ps/laps/Find-LapsADExtendedRights.md @@ -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) diff --git a/docset/winserver2019-ps/laps/Set-LapsADComputerSelfPermission.md b/docset/winserver2019-ps/laps/Set-LapsADComputerSelfPermission.md index 33aca11f0e..380d26acf6 100644 --- a/docset/winserver2019-ps/laps/Set-LapsADComputerSelfPermission.md +++ b/docset/winserver2019-ps/laps/Set-LapsADComputerSelfPermission.md @@ -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) diff --git a/docset/winserver2019-ps/laps/Set-LapsADReadPasswordPermission.md b/docset/winserver2019-ps/laps/Set-LapsADReadPasswordPermission.md index 47c3f012a7..21d0723273 100644 --- a/docset/winserver2019-ps/laps/Set-LapsADReadPasswordPermission.md +++ b/docset/winserver2019-ps/laps/Set-LapsADReadPasswordPermission.md @@ -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) diff --git a/docset/winserver2019-ps/laps/Set-LapsADResetPasswordPermission.md b/docset/winserver2019-ps/laps/Set-LapsADResetPasswordPermission.md index 675eae07c5..9a045d51ee 100644 --- a/docset/winserver2019-ps/laps/Set-LapsADResetPasswordPermission.md +++ b/docset/winserver2019-ps/laps/Set-LapsADResetPasswordPermission.md @@ -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) diff --git a/docset/winserver2022-ps/laps/Find-LapsADExtendedRights.md b/docset/winserver2022-ps/laps/Find-LapsADExtendedRights.md index 0df4fb363d..a3a28884b7 100644 --- a/docset/winserver2022-ps/laps/Find-LapsADExtendedRights.md +++ b/docset/winserver2022-ps/laps/Find-LapsADExtendedRights.md @@ -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) diff --git a/docset/winserver2022-ps/laps/Set-LapsADComputerSelfPermission.md b/docset/winserver2022-ps/laps/Set-LapsADComputerSelfPermission.md index 4539be98c8..7aac01e939 100644 --- a/docset/winserver2022-ps/laps/Set-LapsADComputerSelfPermission.md +++ b/docset/winserver2022-ps/laps/Set-LapsADComputerSelfPermission.md @@ -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) diff --git a/docset/winserver2022-ps/laps/Set-LapsADReadPasswordPermission.md b/docset/winserver2022-ps/laps/Set-LapsADReadPasswordPermission.md index 50971ab84e..17ab097e8d 100644 --- a/docset/winserver2022-ps/laps/Set-LapsADReadPasswordPermission.md +++ b/docset/winserver2022-ps/laps/Set-LapsADReadPasswordPermission.md @@ -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) diff --git a/docset/winserver2022-ps/laps/Set-LapsADResetPasswordPermission.md b/docset/winserver2022-ps/laps/Set-LapsADResetPasswordPermission.md index eae1ea4a3a..9fc3444604 100644 --- a/docset/winserver2022-ps/laps/Set-LapsADResetPasswordPermission.md +++ b/docset/winserver2022-ps/laps/Set-LapsADResetPasswordPermission.md @@ -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)