Set-CMClientSettingPowerManagement
Sets a client setting power management.
Syntax
Set-CMClientSettingPowerManagement
[-AllowUserToOptOutFromPowerPlan <Boolean>]
[-Enable <Boolean>]
[-EnableWakeupProxy <Boolean>]
[-FirewallExceptionForWakeupProxy <WakeUpProxyFirewallExceptionTypes>]
[-NetworkWakeupOption <NetworkWakeupType>]
[-WakeOnLanPort <Int32>]
[-WakeupProxyDirectAccessPrefix <String>]
[-WakeupProxyPort <Int32>]
-Name <String>
[-PassThru]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CMClientSettingPowerManagement
[-AllowUserToOptOutFromPowerPlan <Boolean>]
[-Enable <Boolean>]
[-EnableWakeupProxy <Boolean>]
[-FirewallExceptionForWakeupProxy <WakeUpProxyFirewallExceptionTypes>]
[-NetworkWakeupOption <NetworkWakeupType>]
[-WakeOnLanPort <Int32>]
[-WakeupProxyDirectAccessPrefix <String>]
[-WakeupProxyPort <Int32>]
[-DefaultSetting]
[-PassThru]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CMClientSettingPowerManagement
[-AllowUserToOptOutFromPowerPlan <Boolean>]
[-Enable <Boolean>]
[-EnableWakeupProxy <Boolean>]
[-FirewallExceptionForWakeupProxy <WakeUpProxyFirewallExceptionTypes>]
[-NetworkWakeupOption <NetworkWakeupType>]
[-WakeOnLanPort <Int32>]
[-WakeupProxyDirectAccessPrefix <String>]
[-WakeupProxyPort <Int32>]
-InputObject <IResultObject>
[-PassThru]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example
Set-CMClientSettingPowerManagement -Name "test settings" -AllowUserToOptOutFromPowerPlan $true -EnableWakeupProxy $true -NetworkWakeupOption Enabled -WakeupProxyPort 25511 -WakeOnLanPort 10 -FirewallExceptionForWakeupProxy None
Parameters
-AllowUserToOptOutFromPowerPlan
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultSetting
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Enable
Type: | Boolean |
Aliases: | EnablePowerManagement |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableWakeupProxy
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FirewallExceptionForWakeupProxy
Type: | WakeUpProxyFirewallExceptionTypes |
Aliases: | WindowsFirewallExceptionsForWakeupProxy |
Accepted values: | None, Public, Private, Domain |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Type: | IResultObject |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-NetworkWakeupOption
Use this parameter to enable or disable the client setting, Allow network wake-up.
Type: | NetworkWakeupType |
Accepted values: | NotConfigured, Enabled, Disabled |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PassThru
Returns an object representing the item with which you are working. By default, this cmdlet may not generate any output.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WakeOnLanPort
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WakeupProxyDirectAccessPrefix
Type: | String |
Aliases: | IPv6PrefixesForDirectAccessOrInterveningNetworkDevices |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WakeupProxyPort
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet doesn't run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
Outputs
System.Object