File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1212RootModule = ' 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 = @()
Original file line number Diff line number Diff line change @@ -17,6 +17,22 @@ Install-Module F5-LTM-Helper
1717#### PowerShell v4 and earlier
1818Get [ 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+
2036Contributing
2137-
2238Any contributions are welcome and feel free to open issues.
You can’t perform that action at this time.
0 commit comments