Test-ComputerName
PackageDeployment Module Help |
Package Deployment Module |
Test-ComputerName Cmdlet |
Version 4.0.0.5 |
Test-ComputerName
Synopsis
Checks the workstation name
Syntax
Test-ComputerName [-Name] <String> [[-Context] <String>] [-ContinueOnError] [<CommonParameters>]
Description
Checks if the workstation has the specified name.
Parameters
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Name <String> |
||||||
The name of the workstation. Wildcards (? *) can be used. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |