< Back

New-UpdateWindowsDeviceAccountActionParameterObject

Sat Jan 18, 2020 1:42 pm

NAME New-UpdateWindowsDeviceAccountActionParameterObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.updateWindowsDeviceAccountActionParameter" (or one of its

derived types).





SYNTAX

New-UpdateWindowsDeviceAccountActionParameterObject [-calendarSyncEnabled <bool>] [-deviceAccount <object>]

[-deviceAccountEmail <string>] [-exchangeServer <string>] [-passwordRotationEnabled <bool>]

[-sessionInitiationProtocalAddress <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.updateWindowsDeviceAccountActionParameter" (or one of its

derived types).





PARAMETERS

-deviceAccount <object>

The "deviceAccount" property, of type "microsoft.graph.windowsDeviceAccount".



This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-passwordRotationEnabled <bool>

The "passwordRotationEnabled" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-calendarSyncEnabled <bool>

The "calendarSyncEnabled" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-deviceAccountEmail <string>

The "deviceAccountEmail" property, of type "Edm.String".



This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-exchangeServer <string>

The "exchangeServer" property, of type "Edm.String".



This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sessionInitiationProtocalAddress <string>

The "sessionInitiationProtocalAddress" property, of type "Edm.String".



This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS