WildFly PowerShell Module (PSWF) is a framework to manage WildFly using PowerShell.
There are two ways of setting up the WildFly PowerShell Module on your system:
- Download the PSWF module from the Github repository;
- Install the PSWF module from the PowerShell Gallery.
Install-Module -Name "PSWF" -Repository "PSGallery"
Import-Module -Name "PSWF"
Get-Command -Module "PSWF"
CommandType | Name | Version | Source |
---|---|---|---|
Function | Add-DataSource | 1.1.0 | PSWF |
Function | Add-JDBCDriver | 1.1.0 | PSWF |
Function | Add-Module | 1.1.0 | PSWF |
Function | Add-Resource | 1.1.0 | PSWF |
Function | Add-SecurityDomain | 1.1.0 | PSWF |
Function | Add-SecurityRole | 1.1.0 | PSWF |
Function | Add-User | 1.1.0 | PSWF |
Function | Add-UserGroupRole | 1.1.0 | PSWF |
Function | Disable-DataSource | 1.1.0 | PSWF |
Function | Disable-Deployment | 1.1.0 | PSWF |
Function | Disable-RBAC | 1.1.0 | PSWF |
Function | Enable-DataSource | 1.1.0 | PSWF |
Function | Enable-Deployment | 1.1.0 | PSWF |
Function | Enable-RBAC | 1.1.0 | PSWF |
Function | Get-DeploymentStatus | 1.1.0 | PSWF |
Function | Grant-SecurityRole | 1.1.0 | PSWF |
Function | Invoke-DeployApplication | 1.1.0 | PSWF |
Function | Invoke-JBossClient | 1.1.0 | PSWF |
Function | Invoke-ReloadServer | 1.1.0 | PSWF |
Function | Invoke-UndeployApplication | 1.1.0 | PSWF |
Function | Read-Attribute | 1.1.0 | PSWF |
Function | Read-DeploymentStatus | 1.1.0 | PSWF |
Function | Read-Resource | 1.1.0 | PSWF |
Function | Read-SecurityDomain | 1.1.0 | PSWF |
Function | Read-ServerState | 1.1.0 | PSWF |
Function | Remove-Attribute | 1.1.0 | PSWF |
Function | Remove-DataSource | 1.1.0 | PSWF |
Function | Remove-JDBCDriver | 1.1.0 | PSWF |
Function | Remove-Module | 1.1.0 | PSWF |
Function | Remove-Resource | 1.1.0 | PSWF |
Function | Remove-SecurityDomain | 1.1.0 | PSWF |
Function | Remove-SecurityRole | 1.1.0 | PSWF |
Function | Remove-User | 1.1.0 | PSWF |
Function | Remove-UserGroupRole | 1.1.0 | PSWF |
Function | Test-DataSource | 1.1.0 | PSWF |
Function | Test-DataSourceConnection | 1.1.0 | PSWF |
Function | Test-Deployment | 1.1.0 | PSWF |
Function | Test-JBossClientOutcome | 1.1.0 | PSWF |
Function | Test-JDBCDriver | 1.1.0 | PSWF |
Function | Test-Module | 1.1.0 | PSWF |
Function | Test-Resource | 1.1.0 | PSWF |
Function | Test-SecurityDomain | 1.1.0 | PSWF |
Function | Test-SecurityRole | 1.1.0 | PSWF |
Function | Test-ServerState | 1.1.0 | PSWF |
Function | Test-User | 1.1.0 | PSWF |
Function | Test-UserGroupRole | 1.1.0 | PSWF |
Function | Write-Attribute | 1.1.0 | PSWF |
The WildFly PowerShell Module requires the PowerShell Tool Kit module (PSTK).
- Add functions to configure logs