Previous Topic: Get-ScenarioUsers - List all Users with Rights on a ScenarioNext Topic: Remove-ScenarioUser - Cancel User Rights on a Scenario


Set-ScenarioUser - Assign User Rights on a Scenario

The Set-ScenarioUser command enables you to assign to a user certain rights on a specific scenario.

Syntax
Set-ScenarioUser [-Name] <String> [-User] <String> [-Right] <String> 
Parameters
Name

The name of the scenario.

User

The full name of the user.

Right

The type of rights the user will have on the scenario. Enter one of the following:

A = Admin

C = Control

V = View Only

Example: Assign to a user Control rights on a given scenario

Set-ScenarioUser "File Server" QA95-W2K3-SQL\User2 C
Outcome
Set user right successfully