Get-AmsLocalAdminPassword
SYNOPSIS
Gets the local admin password of the specified device
SYNTAX
Get password by computer name (Default)
Get password by device authority information
DESCRIPTION
This cmdlet gets the local admin password of the specified computer.
Note, this cmdlet is not subject to the authorization rules and audit events. Only AMS administrators can call this cmdlet.
EXAMPLES
Example 1
Returns the local admin password for the computer named PC1
Example 2
Returns the local admin password for the Active Dircetory computer named SERVER1
int he DEV
domain
Example 3
Returns the local admin password for the AMS-managed computer named macos12
PARAMETERS
-ComputerName
The name of the computer object. This can be a simple name like PC1
or a fully qualified name like DOMAIN\PC1
-AuthorityDeviceId
The ID of the device
-AuthorityId
The device's Authority
-AuthorityType
The authority type
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
None
OUTPUTS
Lithnet.AccessManager.PowerShell.PasswordPSObject
NOTES
RELATED LINKS
Last updated