| external help file | ComputerManagement-help.xml |
|---|---|
| Module Name | ComputerManagement |
| online version | https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-ServiceTag.md#get-servicetag |
| schema | 2.0.0 |
Get the serial number (Dell ServiceTag) from Win32_BIOS
Get-ServiceTag [[-ComputerName] <Object>] [<CommonParameters>]
An example showing the only parameter.
Get-ServiceTag -ComputerName Desktop-01
SerialNumber
------------
1AB2CD3
The NetBIOS name of the computer.
Type: System.Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: (& hostname)
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
This space intentionally left blank.