From 3789eb406b3ec877bbc25204c8ffcfa589d9785d Mon Sep 17 00:00:00 2001 From: smsdaniel <137167296+smsdaniel@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:51:27 +0200 Subject: [PATCH] Changed Set-TermSet to Set-PnPTerm on Example 4 --- documentation/Set-PnPTerm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Set-PnPTerm.md b/documentation/Set-PnPTerm.md index 345bf0733..b92e41cd5 100644 --- a/documentation/Set-PnPTerm.md +++ b/documentation/Set-PnPTerm.md @@ -58,7 +58,7 @@ Removes all custom properties and adds a new custom property to an existing term ### Example 4 ```powershell -Set-TermSet -Identity "Marketing" -TermSet "Departments" -TermGroup "Corporate" -Deprecated $true +Set-PnPTerm -Identity "Marketing" -TermSet "Departments" -TermGroup "Corporate" -Deprecated $true ``` Marks an existing term as deprecated, hiding it from users.