Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: System Center 2012 R2 App Controller
Gets user roles on the App Controller server.
Parameter Set: Default
Get-SCACUserRole [-Managed] [-Name <String> ] [ <CommonParameters>]
The Get-SCACUserRole cmdlet gets user roles on the App Controller server.
Indicates that only managed user roles are returned.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Specifies the name of a user role.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
The input type is the type of the objects that you can pipe to the cmdlet.
- System.Management.Automation.SwitchParameter, System.Management.Automation.SwitchParameter
The output type is the type of the objects that the cmdlet emits.
- Microsoft.SystemCenter.CloudManager.PowerShell.ACUserRole
This command gets all managed App Controller user roles on the App Controller server, and displays information about each user role to the user.
PS C:\> Get-SCACUserRole -Managed
This command gets the user role named “UserRole01”.
PS C:\> Get-SCACUserRole –Name “UserRole01”