TestimoX

API Reference

Command

Disable-ADXComputer

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.DirectoryMutationResult

Disables an Active Directory computer account.

Examples

Generated fallback example

Generated fallback example from command syntax.


Disable-ADXComputer -Identity 'Value'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Disable-ADXComputer -Identity <string> [-Domain <string>] [<CommonParameters>]
#

Parameters

Identity string requiredposition: 0pipeline: falsealiases: CommonName, DistinguishedName, DN, DnsHostName, Name, SamAccountName
Gets or sets computer identity (sAMAccountName, dNSHostName, DN, or name).
Domain string optionalposition: namedpipeline: falsealiases: DomainName
Gets or sets the optional domain DNS name.

Outputs

ADPlayground.DirectoryMutationResult