-
Application Workspace Agent Bootstrapper is a tool that assists in installing or updating the Application Workspace Agent, and optionally in running a deployment after installation. It runs on both Windows and macOS platforms.
The bootstrapper can...
-
To run cmdlets against Application Workspace and perform administration or monitoring tasks, you must establish a connection to your Application Workspace System.
Application Workspace connectivity is stored in a Context object, which makes it p...
-
Discover all functionalities available in the Workspace tab and how to add a personal application to it.
-
Synopsis
This command displays a list of all packages defined within the Application Workspace zone, or you can select a specific package.
Syntax Get-LiquitPackage
[-LiquitContext ]
[ ]
Get-LiquitPackage
[-Entity...
-
Synopsis This command removes a package from the Application Workspace. Syntax Remove-LiquitPackage
[-Package]
[-LiquitContext ]
[-WhatIf]
[-Confirm]
[ ]
Example The following script removes the selected package from t...
-
Synopsis This command lets you import a resource and deliver it as a package. Syntax Import-LiquitPackage
[-Resource]
[-Name]
[-Publish {Development | Test | Acceptance | Production}]
[-Type {Default | Managed | Un...
-
Synopsis This command copies a package. Syntax Copy-LiquitPackage
[-Snapshot]
[-Name]
[-Publish {Development | Test | Acceptance | Production}]
[-LiquitContext ]
[-WhatIf]
[-Confirm]
[ ]
Examp...
-
Synopsis This command lets you edit the properties of a package. Syntax Set-LiquitPackage
[-Package]
[-Name ]
[-Type ]
[-DisplayName ]
[-Excerpt ]
[-Description ]
[-Notes ]
[-Website ]
...
-
Synopsis This command creates a new package. Syntax New-LiquitPackage
[-Name]
[-Type]
[-DisplayName ]
[-Excerpt ]
[-Description ]
[-Notes ]
[-Website ]
[-Priority ]
[-Enabled ]
...
-