< Back

New-OnPremisesConditionalAccessSettingsObject

Sat Jan 18, 2020 12:41 pm

NAME New-OnPremisesConditionalAccessSettingsObject



SYNOPSIS

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

derived types).





SYNTAX

New-OnPremisesConditionalAccessSettingsObject [-enabled <bool>] [-excludedGroups <Guid[]>] [-includedGroups

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





DESCRIPTION

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

derived types).



Singleton entity which represents the Exchange OnPremises Conditional Access Settings for a tenant.





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



<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