< Back

Update-DeviceManagement_ConditionalAccessSettings

Sat Jan 18, 2020 2:17 pm

NAME Update-DeviceManagement_ConditionalAccessSettings



SYNOPSIS

Updates a "microsoft.graph.onPremisesConditionalAccessSettings".





SYNTAX

Update-DeviceManagement_ConditionalAccessSettings [-enabled <bool>] [-excludedGroups <Guid[]>] [-includedGroups

<Guid[]>] [-overrideDefaultRule <bool>] [<CommonParameters>]



Update-DeviceManagement_ConditionalAccessSettings -ODataType <string> [-enabled <bool>] [-excludedGroups <Guid[]>]

[-includedGroups <Guid[]>] [-overrideDefaultRule <bool>] [<CommonParameters>]





DESCRIPTION

Updates the "conditionalAccessSettings" object (which is of type

"microsoft.graph.onPremisesConditionalAccessSettings").



The Exchange on premises conditional access settings. On premises conditional access will require devices to be

both enrolled and compliant for mail access



Graph Call: PATCH ~/deviceManagement/conditionalAccessSettings





PARAMETERS

-enabled <bool>

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



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



Indicates if on premises conditional access is enabled for this organization



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-includedGroups <Guid[]>

The "includedGroups" property, of type "Edm.Guid".



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



User groups that will be targeted by on premises conditional access. All users in these groups will be

required to have mobile device managed and compliant for mail access.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-excludedGroups <Guid[]>

The "excludedGroups" property, of type "Edm.Guid".



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



User groups that will be exempt by on premises conditional access. All users in these groups will be exempt

from the conditional access policy.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-overrideDefaultRule <bool>

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



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



Override the default access rule when allowing a device to ensure access is granted.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ODataType <string>

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-@odata.type <string>

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.



This is an alias of the ODataType parameter.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

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

System.String

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.





OUTPUTS





RELATED LINKS

GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK