Skip to content

Commit 83f3524

Browse files
committed
release v1.3
1 parent f9f7c5e commit 83f3524

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

F5-LTM-Helper.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'F5-LTM-Helper.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.2'
15+
ModuleVersion = '1.3'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ Install-Module F5-LTM-Helper
1717
#### PowerShell v4 and earlier
1818
Get [PowerShellGet Module](https://docs.microsoft.com/en-us/powershell/gallery/psget/get_psget_module) first.
1919

20+
Usage
21+
-
22+
```PowerShell
23+
#To show status of all nodes in pool matching *eway_http*
24+
Set-F5Node -Pool eway_http
25+
26+
#To show status of all nodes matching *end*:80*
27+
Set-F5Node end*:80
28+
29+
#To Sync active F5 to group
30+
Set-F5Node -Sync
31+
32+
#To disable the node matching *end02* in pool matching *end*, then Sync to group
33+
Set-F5Node end02 -Pool endeca -Down -Sync
34+
```
35+
2036
Contributing
2137
-
2238
Any contributions are welcome and feel free to open issues.

0 commit comments

Comments
 (0)