Skip to content

Instantly share code, notes, and snippets.

View abhipalsingh's full-sized avatar

Abhipal Singh abhipalsingh

View GitHub Profile

Usage:

Place ExponentialBackoff.psm1 file along with your powershell script and pass commands to Exponential Back Off function.

using module ".\ExponentialBackoff.psm1" 

Use-ExponentialBackoff -ScriptBlock { Your script here. }