Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.18 KB

PSRetry

Code Review

The PSRetry module provides a a set of PowerShell commands used to simplify adding retry logic to scripts and automation workflow. These functions can be used in any script or automation workflow where reliability needs to be improved, such as when interacting with external providers.

The following functions are currently included in this module:

Function Name Description Documentation
Invoke-PSRetryExpression Generic wrapper to easily provide configurable retry logic with multiple back-off options. Can be used around any simple PowerShell command/expression. Click here...

More functions to follow!