< Back

Get-vRNISettingsUser

Sat Jan 18, 2020 10:11 pm

NAME Get-vRNISettingsUser



SYNOPSIS

Retrieve users role mappings from Network Insight





SYNTAX

Get-vRNISettingsUser [-Type] <String> [[-Connection] <PSObject>] [<CommonParameters>]





DESCRIPTION

Users 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>

User 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-vRNISettingsUser -Type VIDM















RELATED LINKS