For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-RASAppPackage

NAME

New-RASAppPackage

SYNOPSIS

Creates an Application Package.

SYNTAX

New-RASAppPackage -MSIXImagePath (string) -PackageName (string) [DisplayName (string)] [SiteId (uint)] [(CommonParameters)] **

DESCRIPTION

Creates an Application Package.

PARAMETERS

SiteId (uint)

Site ID of the specified application package.

DisplayName (string)

Display name of the new application package.

PackageName (string)

Package name of the new application package.

MSIXImagePath (string)

MSIX image path of the new application package.

(CommonParameters)

INPUTS

-none-

OUTPUTS

AppPackage

---------- EXAMPLE 1 ----------

New-RASAppPackage -MSIXImagePath //examplePath/package.vhd -PackageName packagename -DisplayName App1

Adds the Application Package with name App1.

Last updated