< Back

Get-vRNISettingsUserGroup

Sat Jan 18, 2020 10:11 pm

NAME Get-vRNISettingsUserGroup



SYNOPSIS

Retrieve user groups settings from Network Insight





SYNTAX

Get-vRNISettingsUserGroup [-Type] <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 gets the

current mappings.



The public API currently only supports the VIDM type.





PARAMETERS

-Type <String>

Group type; where is the group from?



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

vRNI Connection object



Required? false

Position? 2

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:\\>Get-vRNISettingsUserGroups -Type VIDM















RELATED LINKS