New-MSApplications

Create new Application record(s)

Syntax


New-MSApplications -AppName (String) [-AppVendor (String)] [-AppVersion (String)] [-Process (String)] [-SubProcess (String)] [-CustomerId (String)] [-Properties (Object)] [-BatchSize (Int32)]

New-MSApplications -Applications (Array) [-DontMatchOnAppId] [-DontMatchOnCustomerId] [-DontMatchOnCurrentName] [-DontMatchOnOriginalName] [-DontMatchOnLegacyId] [-DontMatchOnIntuneId] [-LookupOnly] [-BatchSize (Int32)]

Examples


## Create a new Application with Name "APITesterApp", Vendor "APITesterApp", Version "1.3.8". Assign to the "2. Discovery\Ready for Packaging" process/sub-process and return the new App Id.
(New-MSApplications -AppName "APITesterApp" -AppVendor "APITesterApp" -AppVersion "1.3.8" -Process "2. Discovery" -SubProcess "Ready for Packaging").Id