Add-RASAppPackageAssigned
Last updated
Last updated
Add-RASAppPackageAssigned
Assigns an application package to an object type.
Add-RASAppPackageAssigned - {RDSDef | VDIDef | AVDSingleSessionDefaultSettings | AVDMultiSessionDefaultSettings | VDIGuestDef} - <string> - <string> [- <uint>] [<>]
Add-RASAppPackageAssigned [-] <uint> - {RDSHost | RDS | RDSHostPool | RDSGroup | VDIHostPool | VDIPool | AVDHostPool} - <string> - <string> [<>]
Add-RASAppPackageAssigned [-] <> - <string> - <string> [<>]
Add-RASAppPackageAssigned [-] <string> [[-] <uint>] - {RDSHost | RDS | RDSHostPool | RDSGroup | VDIHostPool | VDIPool | AVDHostPool} - <string> - <string> [<>]
Adds assigned application package to an object type.
-Name <string> The name for which to modify the application package assigned settings.
-SiteId <uint> Site ID from which to modify the application package assigned settings.
If the parameter is omitted, the Licensing Server site ID will be used.
-Id <uint> The ID for which to modify the Application Package assigned settings.
Possible values: RDSHost, RDS, RDSHostPool, RDSGroup, VDIHostPool, VDIPool, AVDHostPool
Possible values: RDSDef, VDIDef, AVDSingleSessionDefaultSettings, AVDMultiSessionDefaultSettings, VDIGuestDef
-PackageName <string> The application package name.
This must be the actual application package name used in the RAS farm.
-Version <string> The version of the application package.
This must be the actual application package version used in the RAS farm.
<CommonParameters>
-none-
-none-
---------- EXAMPLE 1 ----------
Add-RASAppPackageAssigned -Id 3 -ObjType VDIPool -PackageName Mozilla.MozillaFireFox -Version 99.0.0.0
Adds the assigned application package to the object type VDIPool.
-ObjType <> The Object Type for which to modify the assigned application package settings.
-DefObjType <> The Default Object Type for which to modify the application package settings.
-InputObject <> An object of type RDS, RDSHostPool or VDIHostPool for which to modify the Assigned Application settings.