Add-RoleMember
Adds one or more Sitecore users to the specified role.
Syntax
Add-RoleMember [-Identity] <AccountIdentity> -Members <AccountIdentity[]>
Detailed Description
The Add-RoleMember command assigns Sitecore users as members of the specified role.
The Identity parameter specifies the Sitecore role to get. You can specify a role by its local name or fully qualified name.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Parameters
-Identity <AccountIdentity>
Specifies the Sitecore role by providing one of the following values.
-Members <AccountIdentity[]>
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
System.String
Represents the identity of a role.
Outputs
The output type is the type of the objects that the cmdlet emits.
None.
Notes
Help Author: Adam Najmanowicz, Michael West
Examples
EXAMPLE 2
EXAMPLE 2
The following adds all users of a given domain to the Developer role.
Related Topics
Last updated