PoshToolbox

4.0.0

A collection of functions that can be used to build PowerShell scripts and modules.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PoshToolbox -RequiredVersion 4.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PoshToolbox -Version 4.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2023 Anthony J. Raymond

Package Details

Author(s)

  • Anthony J. Raymond

Tags

script module framework toolbox logging

Functions

ConvertFrom-Base64String ConvertTo-Base64String Find-NlMtu Get-ADServiceAccountCredential Get-FolderProperties Invoke-ExponentialBackoff Join-File New-Exception Resolve-PoshPath Split-File Start-PoshLog Stop-PoshLog Use-NullCoalescing Use-Object Use-Ternary Write-PoshLog

Dependencies

This module has no dependencies.

Release Notes

## 4.0.0

### Added
+ Invoke-ExponentialBackoff
   > Executes a scriptblock implementing retries with exponential backoff.

### Fixed
+ Updated Code Formatting for Use-Object
+ Updated Code Logic for Resolve-PoshPath
+ Updated Repository Structure and Refactored to reduce using namespace

### Changed
+ **BREAKING** ConvertTo-Base64String
   > Refactor to align with other ConvertTo-* cmdlets.
+ **BREAKING** ConvertFrom-Base64String
   > Refactor to align with other ConvertFrom-* cmdlets.

FileList

Version History

Version Downloads Last updated
4.2.2 33 3/8/2024
4.2.1 9 3/6/2024
4.2.0 50 12/8/2023
4.1.0 26 8/5/2023
4.0.1 7 8/3/2023
4.0.0 (current version) 8 7/29/2023
3.0.0 38 4/9/2023
2.0.0 9 4/2/2023
Show less