Remove-CMAccount

Remove-CMAccount

Removes a specified user.

Syntax

Parameter Set: SearchByNameMandatory
Remove-CMAccount -Name <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByValueMandatory
Remove-CMAccount -InputObject <IResultObject> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Remove-CMAccount cmdlet removes a user account from Microsoft System Center 2012 SP1 Configuration Manager. System Center 2012 Configuration Manager uses user accounts to connect to various system and network resources. For more information about user accounts, see Technical Reference for Accounts Used in Configuration Manager (https://go.microsoft.com/fwlink/?LinkID=248317) in the TechNet library.

Parameters

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-InputObject<IResultObject>

Specifies a user account object. You can get a user account object by using the Get-CMAccount cmdlet.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

Specifies the name of the user account.

Aliases

UserName

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

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    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

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

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Remove a user account by using its name

This command removes the user account that is specified by its name.

PS C:\> Remove-CMAccount -Name "CONTOSO\EDaugherty"

Get-CMAccount

New-CMAccount

Set-CMAccount