Skip to content

Commit

Permalink
Update PowerShell/JumpCloud Module/Docs/Remove-JCUser.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Workman <[email protected]>
  • Loading branch information
kmaranionjc and jworkmanjc authored Dec 17, 2024
1 parent 60f667b commit cac302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShell/JumpCloud Module/Docs/Remove-JCUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Removes the JumpCloud user with the username 'cclemons'. If this user is a manag
PS C:\> Remove-JCUser cclemons -CascadeManager User -CascadeManagerUser some.manager
```

Removes the JumpCloud user with the username 'cclemons'. If this user is a manager, their managed users will be reassigned to the manager specified by the provided username/id with CascadeManagerUser.
Removes the JumpCloud user with the username `cclemons`. If `cclemons` is a manager, their subordinates will be reassigned to the manager specified by the provided username/id with CascadeManagerUser parameter. In this case, `cclemons` subordinates will be managed by the user with username: `some.manager` after `cclemons` is removed.

## PARAMETERS

Expand Down

0 comments on commit cac302d

Please sign in to comment.