< Back

Remove-vRNISettingsUserGroup

Sat Jan 18, 2020 10:13 pm

NAME Remove-vRNISettingsUserGroup



SYNOPSIS

Removes a user group mapping from vRealize Network Insight





SYNTAX

Remove-vRNISettingsUserGroup [-Group] <PSObject> [-Connection <PSObject>] [<CommonParameters>]





DESCRIPTION

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

member roles (ADMIN or MEMBER) and this cmdlet removes

a group to role mapping.





PARAMETERS

-Group <PSObject>

Datasource object, gotten from Get-vRNISettingsUserGroup



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Connection <PSObject>

vRNI Connection object



Required? false

Position? named

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-vRNISettingsUserGroup | Where {$_.group_name -eq "mygroup"} | Remove-vRNISettingsUserGroup















RELATED LINKS