The Set-ScenarioUser command enables you to assign to a user certain rights on a specific scenario.
Set-ScenarioUser [-Name] <String> [-User] <String> [-Right] <String>
The name of the scenario.
The full name of the user.
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
Set user right successfully
Copyright © 2015 Arcserve.
All rights reserved.
|
|