Skip to content

Commit

Permalink
release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorioux committed Apr 11, 2019
1 parent f9f7c5e commit 83f3524
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion F5-LTM-Helper.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'F5-LTM-Helper.psm1'

# Version number of this module.
ModuleVersion = '1.2'
ModuleVersion = '1.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ Install-Module F5-LTM-Helper
#### PowerShell v4 and earlier
Get [PowerShellGet Module](https://docs.microsoft.com/en-us/powershell/gallery/psget/get_psget_module) first.

Usage
-
```PowerShell
#To show status of all nodes in pool matching *eway_http*
Set-F5Node -Pool eway_http
#To show status of all nodes matching *end*:80*
Set-F5Node end*:80
#To Sync active F5 to group
Set-F5Node -Sync
#To disable the node matching *end02* in pool matching *end*, then Sync to group
Set-F5Node end02 -Pool endeca -Down -Sync
```

Contributing
-
Any contributions are welcome and feel free to open issues.

0 comments on commit 83f3524

Please sign in to comment.