Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary
Update the properties of a managedDeviceMobileAppConfigurationUserSummary object.
Note
To view the beta release of this cmdlet, view Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary
Syntax
Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary
-ManagedDeviceMobileAppConfigurationId <String>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-ConfigurationVersion <Int32>]
[-ErrorCount <Int32>]
[-FailedCount <Int32>]
[-Id <String>]
[-LastUpdateDateTime <DateTime>]
[-NotApplicableCount <Int32>]
[-PendingCount <Int32>]
[-SuccessCount <Int32>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary
-ManagedDeviceMobileAppConfigurationId <String>
-BodyParameter <IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary
-InputObject <IDevicesCorporateManagementIdentity>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-ConfigurationVersion <Int32>]
[-ErrorCount <Int32>]
[-FailedCount <Int32>]
[-Id <String>]
[-LastUpdateDateTime <DateTime>]
[-NotApplicableCount <Int32>]
[-PendingCount <Int32>]
[-SuccessCount <Int32>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary
-InputObject <IDevicesCorporateManagementIdentity>
-BodyParameter <IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Update the properties of a managedDeviceMobileAppConfigurationUserSummary object.
Examples
Example 1: Code snippet
Import-Module Microsoft.Graph.Devices.CorporateManagement
$params = @{
"@odata.type" = "#microsoft.graph.managedDeviceMobileAppConfigurationUserSummary"
pendingCount = 12
notApplicableCount = 2
successCount = 12
errorCount = 10
failedCount = 11
lastUpdateDateTime = [System.DateTime]::Parse("2016-12-31T23:58:21.6459442-08:00")
configurationVersion = 4
}
Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary -ManagedDeviceMobileAppConfigurationId $managedDeviceMobileAppConfigurationId -BodyParameter $params
This example shows how to use the Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary Cmdlet.
Parameters
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
Contains properties, inherited properties and actions for an MDM mobile app configuration user status summary. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ConfigurationVersion
Version of the policy for that overview
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ErrorCount
Number of error Users
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FailedCount
Number of failed Users
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Headers
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
The unique identifier for an entity. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IDevicesCorporateManagementIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-LastUpdateDateTime
Last update time
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ManagedDeviceMobileAppConfigurationId
The unique identifier of managedDeviceMobileAppConfiguration
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-NotApplicableCount
Number of not applicable users
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PendingCount
Number of pending Users
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProgressAction
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SuccessCount
Number of succeeded Users
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.PowerShell.Models.IDevicesCorporateManagementIdentity
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary
System.Collections.IDictionary
Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary
Notes
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary>
: Contains properties, inherited properties and actions for an MDM mobile app configuration user status summary.
[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.[ConfigurationVersion <Int32?>]
: Version of the policy for that overview[ErrorCount <Int32?>]
: Number of error Users[FailedCount <Int32?>]
: Number of failed Users[LastUpdateDateTime <DateTime?>]
: Last update time[NotApplicableCount <Int32?>]
: Number of not applicable users[PendingCount <Int32?>]
: Number of pending Users[SuccessCount <Int32?>]
: Number of succeeded Users
INPUTOBJECT <IDevicesCorporateManagementIdentity>
: Identity Parameter
[AndroidManagedAppProtectionId <String>]
: The unique identifier of androidManagedAppProtection[DefaultManagedAppProtectionId <String>]
: The unique identifier of defaultManagedAppProtection[DeviceCompliancePolicyStateId <String>]
: The unique identifier of deviceCompliancePolicyState[DeviceConfigurationStateId <String>]
: The unique identifier of deviceConfigurationState[DeviceInstallStateId <String>]
: The unique identifier of deviceInstallState[DeviceLogCollectionResponseId <String>]
: The unique identifier of deviceLogCollectionResponse[DeviceManagementTroubleshootingEventId <String>]
: The unique identifier of deviceManagementTroubleshootingEvent[IosManagedAppProtectionId <String>]
: The unique identifier of iosManagedAppProtection[ManagedAppOperationId <String>]
: The unique identifier of managedAppOperation[ManagedAppPolicyId <String>]
: The unique identifier of managedAppPolicy[ManagedAppRegistrationId <String>]
: The unique identifier of managedAppRegistration[ManagedAppStatusId <String>]
: The unique identifier of managedAppStatus[ManagedDeviceId <String>]
: The unique identifier of managedDevice[ManagedDeviceMobileAppConfigurationAssignmentId <String>]
: The unique identifier of managedDeviceMobileAppConfigurationAssignment[ManagedDeviceMobileAppConfigurationDeviceStatusId <String>]
: The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus[ManagedDeviceMobileAppConfigurationId <String>]
: The unique identifier of managedDeviceMobileAppConfiguration[ManagedDeviceMobileAppConfigurationUserStatusId <String>]
: The unique identifier of managedDeviceMobileAppConfigurationUserStatus[ManagedEBookAssignmentId <String>]
: The unique identifier of managedEBookAssignment[ManagedEBookId <String>]
: The unique identifier of managedEBook[ManagedMobileAppId <String>]
: The unique identifier of managedMobileApp[MdmWindowsInformationProtectionPolicyId <String>]
: The unique identifier of mdmWindowsInformationProtectionPolicy[MobileAppAssignmentId <String>]
: The unique identifier of mobileAppAssignment[MobileAppCategoryId <String>]
: The unique identifier of mobileAppCategory[MobileAppContentFileId <String>]
: The unique identifier of mobileAppContentFile[MobileAppContentId <String>]
: The unique identifier of mobileAppContent[MobileAppId <String>]
: The unique identifier of mobileApp[MobileContainedAppId <String>]
: The unique identifier of mobileContainedApp[TargetedManagedAppConfigurationId <String>]
: The unique identifier of targetedManagedAppConfiguration[TargetedManagedAppPolicyAssignmentId <String>]
: The unique identifier of targetedManagedAppPolicyAssignment[UserId <String>]
: The unique identifier of user[UserInstallStateSummaryId <String>]
: The unique identifier of userInstallStateSummary[VppTokenId <String>]
: The unique identifier of vppToken[WindowsDeviceMalwareStateId <String>]
: The unique identifier of windowsDeviceMalwareState[WindowsInformationProtectionAppLockerFileId <String>]
: The unique identifier of windowsInformationProtectionAppLockerFile[WindowsInformationProtectionPolicyId <String>]
: The unique identifier of windowsInformationProtectionPolicy