Invoke-RASAppPackageAssigned
Last updated
Last updated
Invoke-RASAppPackageAssigned
Invokes an action on an assigned application package.
Invoke-RASAppPackageAssigned [] (uint) [] (string) [[-] (uint)] - {RDSHost | RDS | RDSHostPool | RDSGroup | VDIHostPool | VDIPool | AVDHostPool} - (SwitchParameter) [()]
Invokes an action on an assigned application package.
The retry staging action is only available for RDS Hosts.
Specifies to retry staging the assigned application package within a host.
This action only works with the RDS Hosts ObjType.
The name of the assigned application package for which to retry staging.
This must be the actual assigned application package name used within a host in the RAS farm.
ID of the Site from which the host containing the assigned application package is located in.
If the parameter is omitted, the licensing server site ID will be used.
The ID of the host which contains the assigned application package.
Possible values: RDSHost, RDS, RDSHostPool, RDSGroup, VDIHostPool, VDIPool, AVDHostPool
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
Invoke-RASAppPackageAssigned -RetryStaging -ObjType RDSHost -HostId 1 -PackageName "App1"
Retries Staging the assigned application package with name App1 within the RDS Host with Id 1.
() The Object Type for which to invoke the assigned application package.