external help file | Module Name | online version | schema |
---|---|---|---|
ComputerManagement-help.xml |
ComputerManagement |
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: False
This 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.