< Back

Set-vRNISettingsUserGroup

Sat Jan 18, 2020 10:14 pm

NAME Set-vRNISettingsUserGroup



SYNOPSIS

Configure user group role mappings.





SYNTAX

Set-vRNISettingsUserGroup [-Type] <String> [-Group] <String> [-Domain] <String> [-Role] <String> [[-Connection]

<PSObject>] [<CommonParameters>]





DESCRIPTION

User groups from AD, VIDM or LOCAL can be mapped to vRNI

member roles (ADMIN or MEMBER) and this cmdlet configures

a group to role mapping.





PARAMETERS

-Type <String>

Type user group (only VIDM supported for now)



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Group <String>

Name of the group in vIDM



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Domain <String>

Domain in vIDM that this group belongs to



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Role <String>

Role that this group will get in vRNI



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

vRNI Connection object



Required? false

Position? 5

Default value $defaultvRNIConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-vRNISettingsVIDMUserGroup -Type VIDM -Group vrni-admins -Domain mylab.local -Role ADMIN



Map group 'vrni-admins' in vIDM to the vRNI ADMIN role









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Set-vRNISettingsVIDMUserGroup -Type VIDM -Group vrni-members -Domain mylab.local -Role MEMBER



Map group 'vrni-members' in vIDM to the vRNI MEMBER role











RELATED LINKS