Skip to content

A repository containing all functions usually part of my modules

License

Notifications You must be signed in to change notification settings

oncloudtraining/PowerShell-Functions

 
 

Repository files navigation

PowerShell-Functions

Repository is used to store and shared useful PowerShell functions that have been developed to serve a specific purpose.

Functions in the repository are usually ported into my PowerShell modules but are also made available as single files for easier download in case the whole module is not needed.

Current available functions

  • New-Timer used to instantiate and start a new StopWatch timer object

  • Get-ElapsedTime used to return information about a StopWatch timer object

  • Stop-Timer used to halt and existing StopWatch timer object

  • Get-TimerStatus used to get status of an existing StopWatch timer object

  • New-ApiRequest used to quickly generate API calls to services supporting OAuth2 authentication

  • Test-IsGuid used to check if a string is a valid GUID

  • Convert-EmlFile used to convert any .eml file into an easy to use PowerShell object

About

A repository containing all functions usually part of my modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%