Update-MgDeviceAppManagementVppToken
Update the properties of a vppToken object.
Note
To view the beta release of this cmdlet, view Update-MgBetaDeviceAppManagementVppToken
Syntax
Update-MgDeviceAppManagementVppToken
-VppTokenId <String>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-AppleId <String>]
[-AutomaticallyUpdateApps]
[-CountryOrRegion <String>]
[-ExpirationDateTime <DateTime>]
[-Id <String>]
[-LastModifiedDateTime <DateTime>]
[-LastSyncDateTime <DateTime>]
[-LastSyncStatus <VppTokenSyncStatus>]
[-OrganizationName <String>]
[-State <VppTokenState>]
[-Token <String>]
[-VppTokenAccountType <VppTokenAccountType>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgDeviceAppManagementVppToken
-VppTokenId <String>
-BodyParameter <IMicrosoftGraphVppToken>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgDeviceAppManagementVppToken
-InputObject <IDevicesCorporateManagementIdentity>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-AppleId <String>]
[-AutomaticallyUpdateApps]
[-CountryOrRegion <String>]
[-ExpirationDateTime <DateTime>]
[-Id <String>]
[-LastModifiedDateTime <DateTime>]
[-LastSyncDateTime <DateTime>]
[-LastSyncStatus <VppTokenSyncStatus>]
[-OrganizationName <String>]
[-State <VppTokenState>]
[-Token <String>]
[-VppTokenAccountType <VppTokenAccountType>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgDeviceAppManagementVppToken
-InputObject <IDevicesCorporateManagementIdentity>
-BodyParameter <IMicrosoftGraphVppToken>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Update the properties of a vppToken object.
Examples
Example 1: Code snippet
Import-Module Microsoft.Graph.Devices.CorporateManagement
$params = @{
"@odata.type" = "#microsoft.graph.vppToken"
organizationName = "Organization Name value"
vppTokenAccountType = "education"
appleId = "Apple Id value"
expirationDateTime = [System.DateTime]::Parse("2016-12-31T23:57:57.2481234-08:00")
lastSyncDateTime = [System.DateTime]::Parse("2017-01-01T00:02:49.3205976-08:00")
token = "Token value"
state = "valid"
lastSyncStatus = "inProgress"
automaticallyUpdateApps = $true
countryOrRegion = "Country Or Region value"
}
Update-MgDeviceAppManagementVppToken -VppTokenId $vppTokenId -BodyParameter $params
This example shows how to use the Update-MgDeviceAppManagementVppToken Cmdlet.
Parameters
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AppleId
The apple Id associated with the given Apple Volume Purchase Program Token.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AutomaticallyUpdateApps
Whether or not apps for the VPP token will be automatically updated.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IMicrosoftGraphVppToken |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
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 |
-CountryOrRegion
Whether or not apps for the VPP token will be automatically updated.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ExpirationDateTime
The expiration date time of the Apple Volume Purchase Program Token.
Type: | DateTime |
Position: | Named |
Default value: | None |
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 |
-LastModifiedDateTime
Last modification date time associated with the Apple Volume Purchase Program Token.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LastSyncDateTime
The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LastSyncStatus
Possible sync statuses associated with an Apple Volume Purchase Program token.
Type: | VppTokenSyncStatus |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OrganizationName
The organization associated with the Apple Volume Purchase Program Token
Type: | String |
Position: | Named |
Default value: | None |
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 |
-State
Possible states associated with an Apple Volume Purchase Program token.
Type: | VppTokenState |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Token
The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VppTokenAccountType
Possible types of an Apple Volume Purchase Program token.
Type: | VppTokenAccountType |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VppTokenId
The unique identifier of vppToken
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
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.IMicrosoftGraphVppToken
System.Collections.IDictionary
Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVppToken
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 <IMicrosoftGraphVppToken>
: You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education.
This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune.
You can then synchronize your volume purchase information with Intune and track your volume-purchased app use.
You can upload multiple Apple VPP Business or Education tokens.
[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.[AppleId <String>]
: The apple Id associated with the given Apple Volume Purchase Program Token.[AutomaticallyUpdateApps <Boolean?>]
: Whether or not apps for the VPP token will be automatically updated.[CountryOrRegion <String>]
: Whether or not apps for the VPP token will be automatically updated.[ExpirationDateTime <DateTime?>]
: The expiration date time of the Apple Volume Purchase Program Token.[LastModifiedDateTime <DateTime?>]
: Last modification date time associated with the Apple Volume Purchase Program Token.[LastSyncDateTime <DateTime?>]
: The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.[LastSyncStatus <VppTokenSyncStatus?>]
: Possible sync statuses associated with an Apple Volume Purchase Program token.[OrganizationName <String>]
: The organization associated with the Apple Volume Purchase Program Token[State <VppTokenState?>]
: Possible states associated with an Apple Volume Purchase Program token.[Token <String>]
: The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.[VppTokenAccountType <VppTokenAccountType?>]
: Possible types of an Apple Volume Purchase Program token.
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