New-RASAppPackage
Last updated
Last updated
New-RASAppPackage
Creates an Application Package.
New-RASAppPackage - (string) - (string) [ (string)] [ (uint)] [()]
Creates an Application Package.
Site ID of the specified application package.
Display name of the new application package.
Package name of the new application package.
MSIX image path of the new application package.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
New-RASAppPackage -MSIXImagePath //examplePath/package.vhd -PackageName packagename -DisplayName App1
Adds the Application Package with name App1.