SQL Monitor 13

Remove-SqlMonitorAccessRights

Removes access rights from AD Principals.

Syntax

Remove-SqlMonitorAccessRights -Principals <ADPrincipal[]> -MonitoredObjects <MonitoredObject[]> [-Groups <Group[]>] [<CommonParameters>]

Remove-SqlMonitorAccessRights -Principals <ADPrincipal[]> -Groups <Group[]> [<CommonParameters>]

Description

The Remove-SqlMonitorAccessRights cmdlet removes access of a user, as represented by an AD Principal object to monitored entities or groups

Connect-SqlMonitor must be called before this cmdlet. Update-SqlMonitorADPrincipal should be called to communicate the changes to SQL Monitor.

Parameters

-Principals <ADPrincipal[]>

The AD principals to remove rights for.

Aliases None
Required? true
Position? named
Default Value None
Accept Pipeline Input True (ByValue)
Accept Wildcard Characters false

-Groups <Group[]>

The groups to remove rights to. At least one of Groups and MonitoredObjects must be specified.

Aliases None
Required? false
Position? named
Default Value None
Accept Pipeline Input False
Accept Wildcard Characters false

-MonitoredObjects <MonitoredObject[]>

The monitored objects (outside specified groups) to remove rights to. At least one of Groups and MonitoredObjects must be specified.

Aliases None
Required? true
Position? named
Default Value None
Accept Pipeline Input False
Accept Wildcard Characters false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see http://technet.microsoft.com/en-us/library/hh847884.aspx.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None.
    You cannot pipe input to this cmdlet.

Examples

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

$Principals = $Principals | Remove-AccessRights -Groups $Group


Do you have any feedback on this documentation?

Let us know at sqlmonitorfeedback@red-gate.com


Didn't find what you were looking for?