< Back
New-DeviceManagement_DeviceConfigurations_UserStatusOverview
Post
NAME New-DeviceManagement_DeviceConfigurations_UserStatusOverview
SYNOPSIS
Creates a "microsoft.graph.deviceConfigurationUserOverview" object.
SYNTAX
New-DeviceManagement_DeviceConfigurations_UserStatusOverview -deviceConfigurationId <string>
[-configurationVersion <int>] [-errorCount <int>] [-failedCount <int>] [-lastUpdateDateTime <DateTimeOffset>]
[-notApplicableCount <int>] [-pendingCount <int>] [-successCount <int>] [<CommonParameters>]
New-DeviceManagement_DeviceConfigurations_UserStatusOverview -deviceConfigurationId <string> -ODataType <string>
[-configurationVersion <int>] [-errorCount <int>] [-failedCount <int>] [-lastUpdateDateTime <DateTimeOffset>]
[-notApplicableCount <int>] [-pendingCount <int>] [-successCount <int>] [<CommonParameters>]
DESCRIPTION
Creates the "userStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationUserOverview").
Device Configuration users status overview
Graph call: POST ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatusOverview
PARAMETERS
-deviceConfigurationId <string>
A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations"
collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-pendingCount <int>
The "pendingCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of pending Users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-notApplicableCount <int>
The "notApplicableCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of not applicable users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-successCount <int>
The "successCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of succeeded Users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-errorCount <int>
The "errorCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of error Users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-failedCount <int>
The "failedCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of failed Users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-lastUpdateDateTime <DateTimeOffset>
The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Last update time
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-configurationVersion <int>
The "configurationVersion" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Version of the policy for that overview
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.deviceConfiguration" object in the "deviceConfigurations"
collection.
System.Int32
The "pendingCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of pending Users
System.Int32
The "notApplicableCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of not applicable users
System.Int32
The "successCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of succeeded Users
System.Int32
The "errorCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of error Users
System.Int32
The "failedCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of failed Users
System.DateTimeOffset
The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Last update time
System.Int32
The "configurationVersion" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Version of the policy for that overview
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.deviceConfigurationUserOverview" object.
SYNTAX
New-DeviceManagement_DeviceConfigurations_UserStatusOverview -deviceConfigurationId <string>
[-configurationVersion <int>] [-errorCount <int>] [-failedCount <int>] [-lastUpdateDateTime <DateTimeOffset>]
[-notApplicableCount <int>] [-pendingCount <int>] [-successCount <int>] [<CommonParameters>]
New-DeviceManagement_DeviceConfigurations_UserStatusOverview -deviceConfigurationId <string> -ODataType <string>
[-configurationVersion <int>] [-errorCount <int>] [-failedCount <int>] [-lastUpdateDateTime <DateTimeOffset>]
[-notApplicableCount <int>] [-pendingCount <int>] [-successCount <int>] [<CommonParameters>]
DESCRIPTION
Creates the "userStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationUserOverview").
Device Configuration users status overview
Graph call: POST ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatusOverview
PARAMETERS
-deviceConfigurationId <string>
A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations"
collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-pendingCount <int>
The "pendingCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of pending Users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-notApplicableCount <int>
The "notApplicableCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of not applicable users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-successCount <int>
The "successCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of succeeded Users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-errorCount <int>
The "errorCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of error Users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-failedCount <int>
The "failedCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of failed Users
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-lastUpdateDateTime <DateTimeOffset>
The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Last update time
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-configurationVersion <int>
The "configurationVersion" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Version of the policy for that overview
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.deviceConfiguration" object in the "deviceConfigurations"
collection.
System.Int32
The "pendingCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of pending Users
System.Int32
The "notApplicableCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of not applicable users
System.Int32
The "successCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of succeeded Users
System.Int32
The "errorCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of error Users
System.Int32
The "failedCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Number of failed Users
System.DateTimeOffset
The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Last update time
System.Int32
The "configurationVersion" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.
Version of the policy for that overview
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