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"
}
New-MgDeviceAppManagementVppToken -BodyParameter $params
This example shows how to use the New-MgDeviceAppManagementVppToken Cmdlet.
Parameters
-AdditionalProperties
Additional Parameters
Parameter properties
Type:
System.Collections.Hashtable
Supports wildcards:
False
DontShow:
False
Parameter sets
CreateExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-AppleId
The apple Id associated with the given Apple Volume Purchase Program Token.
Parameter properties
Type:
System.String
Supports wildcards:
False
DontShow:
False
Parameter sets
CreateExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-AutomaticallyUpdateApps
Whether or not apps for the VPP token will be automatically updated.
Parameter properties
Type:
System.Management.Automation.SwitchParameter
Default value:
False
Supports wildcards:
False
DontShow:
False
Parameter sets
CreateExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
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.
Runs the command in a mode that only reports what would happen without performing the actions.
Parameter properties
Type:
System.Management.Automation.SwitchParameter
Supports wildcards:
False
DontShow:
False
Aliases:
wi
Parameter sets
(All)
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
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.