< Back
New-DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries
Post
NAME New-DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries
SYNOPSIS
Creates a "microsoft.graph.settingStateDeviceSummary" object.
SYNTAX
New-DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries -deviceCompliancePolicyId <string>
[-compliantDeviceCount <int>] [-conflictDeviceCount <int>] [-errorDeviceCount <int>] [-instancePath <string>]
[-nonCompliantDeviceCount <int>] [-notApplicableDeviceCount <int>] [-remediatedDeviceCount <int>] [-settingName
<string>] [-unknownDeviceCount <int>] [<CommonParameters>]
New-DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries -deviceCompliancePolicyId <string>
-ODataType <string> [-compliantDeviceCount <int>] [-conflictDeviceCount <int>] [-errorDeviceCount <int>]
[-instancePath <string>] [-nonCompliantDeviceCount <int>] [-notApplicableDeviceCount <int>]
[-remediatedDeviceCount <int>] [-settingName <string>] [-unknownDeviceCount <int>] [<CommonParameters>]
DESCRIPTION
Adds a "microsoft.graph.settingStateDeviceSummary" object to the "deviceSettingStateSummaries" collection.
Compliance Setting State Device Summary
Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceSettingStateSummaries
PARAMETERS
-deviceCompliancePolicyId <string>
A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the
"deviceCompliancePolicies" collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-settingName <string>
The "settingName" property, of type "Edm.String".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Name of the setting
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-instancePath <string>
The "instancePath" property, of type "Edm.String".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Name of the InstancePath for the setting
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-unknownDeviceCount <int>
The "unknownDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Unkown count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-notApplicableDeviceCount <int>
The "notApplicableDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Not Applicable count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-compliantDeviceCount <int>
The "compliantDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Compliant count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-remediatedDeviceCount <int>
The "remediatedDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Compliant count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-nonCompliantDeviceCount <int>
The "nonCompliantDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device NonCompliant count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-errorDeviceCount <int>
The "errorDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device error count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-conflictDeviceCount <int>
The "conflictDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device conflict error count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
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
A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the
"deviceCompliancePolicies" collection.
System.String
The "settingName" property, of type "Edm.String".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Name of the setting
System.String
The "instancePath" property, of type "Edm.String".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Name of the InstancePath for the setting
System.Int32
The "unknownDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Unkown count for the setting
System.Int32
The "notApplicableDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Not Applicable count for the setting
System.Int32
The "compliantDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Compliant count for the setting
System.Int32
The "remediatedDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Compliant count for the setting
System.Int32
The "nonCompliantDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device NonCompliant count for the setting
System.Int32
The "errorDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device error count for the setting
System.Int32
The "conflictDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device conflict error count for the setting
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
SYNOPSIS
Creates a "microsoft.graph.settingStateDeviceSummary" object.
SYNTAX
New-DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries -deviceCompliancePolicyId <string>
[-compliantDeviceCount <int>] [-conflictDeviceCount <int>] [-errorDeviceCount <int>] [-instancePath <string>]
[-nonCompliantDeviceCount <int>] [-notApplicableDeviceCount <int>] [-remediatedDeviceCount <int>] [-settingName
<string>] [-unknownDeviceCount <int>] [<CommonParameters>]
New-DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries -deviceCompliancePolicyId <string>
-ODataType <string> [-compliantDeviceCount <int>] [-conflictDeviceCount <int>] [-errorDeviceCount <int>]
[-instancePath <string>] [-nonCompliantDeviceCount <int>] [-notApplicableDeviceCount <int>]
[-remediatedDeviceCount <int>] [-settingName <string>] [-unknownDeviceCount <int>] [<CommonParameters>]
DESCRIPTION
Adds a "microsoft.graph.settingStateDeviceSummary" object to the "deviceSettingStateSummaries" collection.
Compliance Setting State Device Summary
Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceSettingStateSummaries
PARAMETERS
-deviceCompliancePolicyId <string>
A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the
"deviceCompliancePolicies" collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-settingName <string>
The "settingName" property, of type "Edm.String".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Name of the setting
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-instancePath <string>
The "instancePath" property, of type "Edm.String".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Name of the InstancePath for the setting
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-unknownDeviceCount <int>
The "unknownDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Unkown count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-notApplicableDeviceCount <int>
The "notApplicableDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Not Applicable count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-compliantDeviceCount <int>
The "compliantDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Compliant count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-remediatedDeviceCount <int>
The "remediatedDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Compliant count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-nonCompliantDeviceCount <int>
The "nonCompliantDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device NonCompliant count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-errorDeviceCount <int>
The "errorDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device error count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-conflictDeviceCount <int>
The "conflictDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device conflict error count for the setting
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
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
A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the
"deviceCompliancePolicies" collection.
System.String
The "settingName" property, of type "Edm.String".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Name of the setting
System.String
The "instancePath" property, of type "Edm.String".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Name of the InstancePath for the setting
System.Int32
The "unknownDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Unkown count for the setting
System.Int32
The "notApplicableDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Not Applicable count for the setting
System.Int32
The "compliantDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Compliant count for the setting
System.Int32
The "remediatedDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device Compliant count for the setting
System.Int32
The "nonCompliantDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device NonCompliant count for the setting
System.Int32
The "errorDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device error count for the setting
System.Int32
The "conflictDeviceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.settingStateDeviceSummary" type.
Device conflict error count for the setting
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