Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Remove-CMSecurityScopeFromAdministrativeUser

Remove the association between a security scope and an administrative user.

Syntax

RemoveScopeFromAdminByName_Name (Default)

Remove-CMSecurityScopeFromAdministrativeUser
 -AdministrativeUserName <String>
 -SecurityScopeName <String>
 [-Force]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

RemoveScopeFromAdminById_Object

Remove-CMSecurityScopeFromAdministrativeUser
 -AdministrativeUser <IResultObject>
 -SecurityScopeId <String>
 [-Force]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

RemoveScopeFromAdminByName_Object

Remove-CMSecurityScopeFromAdministrativeUser
 -AdministrativeUser <IResultObject>
 -SecurityScopeName <String>
 [-Force]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

RemoveScopeFromAdminByObject_Object

Remove-CMSecurityScopeFromAdministrativeUser
 -AdministrativeUser <IResultObject>
 -SecurityScope <IResultObject>
 [-Force]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

RemoveScopeFromAdminById_Id

Remove-CMSecurityScopeFromAdministrativeUser
 -AdministrativeUserId <Int32>
 -SecurityScopeId <String>
 [-Force]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

RemoveScopeFromAdminByName_Id

Remove-CMSecurityScopeFromAdministrativeUser
 -AdministrativeUserId <Int32>
 -SecurityScopeName <String>
 [-Force]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

RemoveScopeFromAdminByObject_Id

Remove-CMSecurityScopeFromAdministrativeUser
 -AdministrativeUserId <Int32>
 -SecurityScope <IResultObject>
 [-Force]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

RemoveScopeFromAdminById_Name

Remove-CMSecurityScopeFromAdministrativeUser
 -AdministrativeUserName <String>
 -SecurityScopeId <String>
 [-Force]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

RemoveScopeFromAdminByObject_Name

Remove-CMSecurityScopeFromAdministrativeUser
 -AdministrativeUserName <String>
 -SecurityScope <IResultObject>
 [-Force]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

Description

Use this cmdlet to remove the association between a security scope and an administrative user. An administrative user in Configuration Manager defines a local or domain user or group.

After you remove the association between a security scope and an administrative user, the administrative user can't view the objects in Configuration Manager that are associated with the security scope, and no longer has the permission to perform the tasks that are related to those objects.

For more information about security scopes, see Fundamentals of role-based administration in Configuration Manager.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

Examples

Example 1: Remove a security scope from an administrative user

This command removes the association between the security scope named SecScope02 and the administrative user named Contoso\PattiFuller. Since it specifies the Force parameter, it runs without prompting.

Remove-CMSecurityScopeFromAdministrativeUser -AdministrativeUserName "Contoso\PattiFuller" -SecurityScopeName "SecScope02" -Force

Parameters

-AdministrativeUser

Specify an administrative user object to configure. To get this object, use the Get-CMAdministrativeUser cmdlet.

Parameter properties

Type:IResultObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-AdministrativeUserId

Specify the ID of the administrative user to configure. This value is the AdminID property, which is an integer value. For example, 16777234.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-AdministrativeUserName

Specify the name of the administrative user to configure.

You can use wildcard characters:

  • *: Multiple characters
  • ?: Single character

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-DisableWildcardHandling

This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Force

Forces the command to run without asking for user confirmation.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ForceWildcardHandling

This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-SecurityScope

Specify a security scope object to remove. To get this object, use the Get-CMSecurityScope cmdlet.

Parameter properties

Type:IResultObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-SecurityScopeId

Specify the ID of the security scope to remove. This value is the CategoryID property, for example SMS00UNA for the Default scope.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-SecurityScopeName

Specify the name of the security scope to remove.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet doesn't run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

Outputs

System.Object

Related Links


Feedback

Was this page helpful?