About ICONICS PowerShell Extension

ICONICS PowerShell Extension is a collection of modules that:

Workbench PowerShell Architecture

ICONICS PowerShell Extension provides a module for each Workbench provider, allowing users to:

...in configuration databases.

 

Each module is based on a generic PowerShell module that uses IRepository implementations to manipulate databases. It takes advantage of FrameWorX Client/Server communication to support both local and remote configurations and supports ICONICS security when running commands.

 

For each provider, commands can be generated using the T4 Text Template.

 

ICONICS PowerShell Extension provides help support for each parameter, including the type of parameter, requirements, and descriptions. It is also possible to pipeline commands as well as execute scripts. See Get-Help for information on how to access help for each individual command.

Examples of Commands

New-LasAlias <Name> [<Description>][<DefaultTranslation>]

 

Remove-LasAlias <Name>

 

Set-LasAlias <Name> [<Description>][<DefaultTranslation>]

 

Get-LasAlias <Name>

 

Special Commands to Get/Set the Host

Get-WbHost / Set-WbHost

 

Special Commands to Handle Keys

New-WbEmptyKey / New-WbKey

 

Special Commands to Support Some Types Such as DateTime, GUID, Byte Array and Encryption

Get-Guid - The encryption is handled behind the scenes without any explicit command.

 

See Also:

Get-Command -Module Ico*Powershell

Get-Help

Get-[EntityName]

New-[EntityName]

Set-[EntityName]

Remove-[EntityName]

Other

PowerShell Quick Start