< Back

New-ConfigurationManagerClientEnabledFeaturesObject

Sat Jan 18, 2020 12:11 pm

NAME New-ConfigurationManagerClientEnabledFeaturesObject



SYNOPSIS

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

derived types).





SYNTAX

New-ConfigurationManagerClientEnabledFeaturesObject [-compliancePolicy <bool>] [-deviceConfiguration <bool>]

[-inventory <bool>] [-modernApps <bool>] [-resourceAccess <bool>] [-windowsUpdateForBusiness <bool>]

[<CommonParameters>]





DESCRIPTION

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

derived types).





PARAMETERS

-inventory <bool>

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



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



Whether inventory is managed by Intune



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-modernApps <bool>

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



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



Whether modern application is managed by Intune



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-resourceAccess <bool>

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



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



Whether resource access is managed by Intune



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-deviceConfiguration <bool>

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



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



Whether device configuration is managed by Intune



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-compliancePolicy <bool>

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



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



Whether compliance policy is managed by Intune



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-windowsUpdateForBusiness <bool>

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



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



Whether Windows Update for Business is managed by Intune



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