Set-UnattendedProductKey
SYNOPSIS
Set the Windows product key.
SYNTAX
Set-UnattendedProductKey [-ProductKey] <String> [-IsKickstart] [-IsAutoYast] [<CommonParameters>]
DESCRIPTION
Set the Windows product key. Currently not supported on Linux, but in a future release will configure the enterprise distributions RHEL and SLES.
EXAMPLES
Example 1
PS C:\> Set-UnattendedProductKey -ProductKey FCKGW-YouKnowTheRest
{{ Add example description here }}
PARAMETERS
-IsAutoYast
Indicates that this setting is placed in an AutoYAST file
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-IsKickstart
Indicates that this setting is placed in a Kickstart file
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-ProductKey
The product key to set
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.