< Back

New-DeviceManagementSettingsObject

Sat Jan 18, 2020 12:21 pm

NAME New-DeviceManagementSettingsObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.deviceManagementSettings" (or one of its derived types).





SYNTAX

New-DeviceManagementSettingsObject [-deviceComplianceCheckinThresholdDays <int>] [-isScheduledActionEnabled

<bool>] [-secureByDefault <bool>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.deviceManagementSettings" (or one of its derived types).





PARAMETERS

-deviceComplianceCheckinThresholdDays <int>

The "deviceComplianceCheckinThresholdDays" property, of type "Edm.Int32".



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



The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-isScheduledActionEnabled <bool>

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



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



Is feature enabled or not for scheduled action for rule.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-secureByDefault <bool>

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



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



Device should be noncompliant when there is no compliance policy targeted when this is true



Required? false

Position? named

Default value False

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