Previous Topic: Set-ScenarioUser - Assign User Rights on a Scenario


Remove-ScenarioUser - Cancel User Rights on a Scenario

The Remove-ScenarioUser command enables you to cancel the rights of a user on a certain scenario.

Syntax
Remove-ScenarioUser [-Name] <String> [-User] <String>
Parameters
ScenarioName

The name of the scenario.

UserName

The name of the user.

Example: Cancel the rights of a user on a given scenario

Remove-ScenarioUser "File Server" QA95-W2K3-SQL\User2
Outcome
User removed successfully.