< Back

New-DeviceAppManagement_VppTokens

Sat Jan 18, 2020 12:18 pm

NAME New-DeviceAppManagement_VppTokens



SYNOPSIS

Creates a "microsoft.graph.vppToken" object.





SYNTAX

New-DeviceAppManagement_VppTokens [-appleId <string>] [-automaticallyUpdateApps <bool>] [-countryOrRegion

<string>] [-expirationDateTime <DateTimeOffset>] [-lastModifiedDateTime <DateTimeOffset>] [-lastSyncDateTime

<DateTimeOffset>] [-lastSyncStatus <string>] [-organizationName <string>] [-state <string>] [-token <string>]

[-vppTokenAccountType <string>] [<CommonParameters>]



New-DeviceAppManagement_VppTokens -ODataType <string> [-appleId <string>] [-automaticallyUpdateApps <bool>]

[-countryOrRegion <string>] [-expirationDateTime <DateTimeOffset>] [-lastModifiedDateTime <DateTimeOffset>]

[-lastSyncDateTime <DateTimeOffset>] [-lastSyncStatus <string>] [-organizationName <string>] [-state <string>]

[-token <string>] [-vppTokenAccountType <string>] [<CommonParameters>]





DESCRIPTION

Adds a "microsoft.graph.vppToken" object to the "vppTokens" collection.



List of Vpp tokens for this organization.



Graph call: POST ~/deviceAppManagement/vppTokens





PARAMETERS

-organizationName <string>

The "organizationName" property, of type "Edm.String".



This property is on the "microsoft.graph.vppToken" type.



The organization associated with the Apple Volume Purchase Program Token



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-vppTokenAccountType <string>

The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".



This property is on the "microsoft.graph.vppToken" type.



The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with.

Possible values are: `business`, `education`.



Valid values: 'business', 'education'



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-appleId <string>

The "appleId" property, of type "Edm.String".



This property is on the "microsoft.graph.vppToken" type.



The apple Id associated with the given Apple Volume Purchase Program Token.



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-expirationDateTime <DateTimeOffset>

The "expirationDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.vppToken" type.



The expiration date time of the Apple Volume Purchase Program Token.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-lastSyncDateTime <DateTimeOffset>

The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.vppToken" type.



The last time when an application sync was done with the Apple volume purchase program service using the the

Apple Volume Purchase Program Token.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-token <string>

The "token" property, of type "Edm.String".



This property is on the "microsoft.graph.vppToken" type.



The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-lastModifiedDateTime <DateTimeOffset>

The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.vppToken" type.



Last modification date time associated with the Apple Volume Purchase Program Token.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-state <string>

The "state" property, of type "microsoft.graph.vppTokenState".



This property is on the "microsoft.graph.vppToken" type.



Current state of the Apple Volume Purchase Program Token. Possible values are: `unknown`, `valid`, `expired`,

`invalid`, `assignedToExternalMDM`.



Valid values: 'unknown', 'valid', 'expired', 'invalid', 'assignedToExternalMDM'



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-lastSyncStatus <string>

The "lastSyncStatus" property, of type "microsoft.graph.vppTokenSyncStatus".



This property is on the "microsoft.graph.vppToken" type.



Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program

Token. Possible values are: `none`, `inProgress`, `completed`, `failed`.



Valid values: 'none', 'inProgress', 'completed', 'failed'



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-automaticallyUpdateApps <bool>

The "automaticallyUpdateApps" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.vppToken" type.



Whether or not apps for the VPP token will be automatically updated.



Required? false

Position? named

Default value False

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-countryOrRegion <string>

The "countryOrRegion" property, of type "Edm.String".



This property is on the "microsoft.graph.vppToken" type.



Whether or not apps for the VPP token will be automatically updated.



Required? false

Position? named

Default value

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

The "organizationName" property, of type "Edm.String".



This property is on the "microsoft.graph.vppToken" type.



The organization associated with the Apple Volume Purchase Program Token



System.String

The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".



This property is on the "microsoft.graph.vppToken" type.



The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with.

Possible values are: `business`, `education`.



Valid values: 'business', 'education'



System.String

The "appleId" property, of type "Edm.String".



This property is on the "microsoft.graph.vppToken" type.



The apple Id associated with the given Apple Volume Purchase Program Token.



System.DateTimeOffset

The "expirationDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.vppToken" type.



The expiration date time of the Apple Volume Purchase Program Token.



System.DateTimeOffset

The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.vppToken" type.



The last time when an application sync was done with the Apple volume purchase program service using the the

Apple Volume Purchase Program Token.



System.String

The "token" property, of type "Edm.String".



This property is on the "microsoft.graph.vppToken" type.



The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.



System.DateTimeOffset

The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.vppToken" type.



Last modification date time associated with the Apple Volume Purchase Program Token.



System.String

The "state" property, of type "microsoft.graph.vppTokenState".



This property is on the "microsoft.graph.vppToken" type.



Current state of the Apple Volume Purchase Program Token. Possible values are: `unknown`, `valid`, `expired`,

`invalid`, `assignedToExternalMDM`.



Valid values: 'unknown', 'valid', 'expired', 'invalid', 'assignedToExternalMDM'



System.String

The "lastSyncStatus" property, of type "microsoft.graph.vppTokenSyncStatus".



This property is on the "microsoft.graph.vppToken" type.



Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program

Token. Possible values are: `none`, `inProgress`, `completed`, `failed`.



Valid values: 'none', 'inProgress', 'completed', 'failed'



System.Boolean

The "automaticallyUpdateApps" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.vppToken" type.



Whether or not apps for the VPP token will be automatically updated.



System.String

The "countryOrRegion" property, of type "Edm.String".



This property is on the "microsoft.graph.vppToken" type.



Whether or not apps for the VPP token will be automatically updated.



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