< Back
Remove-vRNISettingsUser
Post
NAME Remove-vRNISettingsUser
SYNOPSIS
Remove a user role mapping from Network Insight
SYNTAX
Remove-vRNISettingsUser [-User] <PSObject> [-Connection <PSObject>] [<CommonParameters>]
DESCRIPTION
Users from AD, VIDM or LOCAL can be mapped to vRNI
member roles (ADMIN or MEMBER) and this cmdlet removes
a mapping
The public API currently only supports the VIDM type.
PARAMETERS
-User <PSObject>
Datasource object, gotten from Get-vRNISettingsUser
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-vRNISettingsUser | Where {$_.username -eq "martijn"} | Remove-vRNISettingsUser
RELATED LINKS
SYNOPSIS
Remove a user role mapping from Network Insight
SYNTAX
Remove-vRNISettingsUser [-User] <PSObject> [-Connection <PSObject>] [<CommonParameters>]
DESCRIPTION
Users from AD, VIDM or LOCAL can be mapped to vRNI
member roles (ADMIN or MEMBER) and this cmdlet removes
a mapping
The public API currently only supports the VIDM type.
PARAMETERS
-User <PSObject>
Datasource object, gotten from Get-vRNISettingsUser
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-vRNISettingsUser | Where {$_.username -eq "martijn"} | Remove-vRNISettingsUser
RELATED LINKS