Get-CMWindowsEditionUpgradeConfigurationItem
Get a Windows 10 edition upgrade policy.
Syntax
Get-CMWindowsEditionUpgradeConfigurationItem
[-Fast]
[<CommonParameters>]
Get-CMWindowsEditionUpgradeConfigurationItem
[-Id] <Int32>
[-Fast]
[<CommonParameters>]
Get-CMWindowsEditionUpgradeConfigurationItem
[-Name] <String>
[-Fast]
[<CommonParameters>]
Description
Get a Windows 10 edition upgrade policy.
Examples
Example 1
Get-CMWindowsEditionUpgradeConfigurationItem -Name "Enterprise"
Parameters
-Fast
Add this parameter to not automatically refresh lazy properties. Lazy properties contain values that are relatively inefficient to retrieve. Getting these properties can cause additional network traffic and decrease cmdlet performance.
If you don't use this parameter, the cmdlet displays a warning. To disable this warning, set $CMPSSuppressFastNotUsedCheck = $true
.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Id
Specify the ID of the Windows 10 edition upgrade policy. This ID is the CI ID of the policy, for example: 552481
.
Type: | Int32 |
Aliases: | CIId, CI_ID |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specify the name of the Windows 10 edition upgrade policy.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | True |
Inputs
None
Outputs
System.Object