From c823b41091484b31486520e8d6bc88d0af26302f Mon Sep 17 00:00:00 2001 From: Ken Maranion <97972790+kmaranionjc@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:25:49 -0800 Subject: [PATCH] Update PowerShell/JumpCloud Module/Docs/Remove-JCUser.md Co-authored-by: Joe Workman <54448601+jworkmanjc@users.noreply.github.com> --- PowerShell/JumpCloud Module/Docs/Remove-JCUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerShell/JumpCloud Module/Docs/Remove-JCUser.md b/PowerShell/JumpCloud Module/Docs/Remove-JCUser.md index aef09c9fb..910b7b830 100644 --- a/PowerShell/JumpCloud Module/Docs/Remove-JCUser.md +++ b/PowerShell/JumpCloud Module/Docs/Remove-JCUser.md @@ -56,7 +56,7 @@ Removes the Jumpcloud user with Username 'cclemons'. If `cclemons` manages other PS C:\> Remove-JCUser cclemons -CascadeManager automatic ``` -Removes the JumpCloud user with the username 'cclemons'. If this user is a manager (Manager1) and is also managed by another manager (Manager2), the users managed by Manager1 will be reassigned to Manager2 upon Manager1's removal. If Manager1 is not managed by anyone, the manager field for the users managed by Manager1 will be set to null. +Removes the JumpCloud user with the username 'cclemons' and automatically update's their subordinates manager field to `cclemons` manager. Ex. If `cclemons` is a manager and is also managed by another user with username: `some.manager`, the users managed by `cclemons` will be reassigned to `some.manager` upon `cclemons` removal. If `cclemons` is not managed by anyone, the manager field for the `cclemons` subordinates will be set to null. ### Example 5 ```powershell