Skip to content

Collection of utility functions for every day operations

License

Notifications You must be signed in to change notification settings

carlocardella/PSToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSToolbox

CI

CloudNotes.io

The module contains a collection of utility functions for every day operations

Prequisites

Install the latest Az module:

  • using PowershellGet:
    • Install-Module -Name 'Az' -Scope 'CurrentUser' -Force
  • alternatively, install the individual modules:
    • Find-Module -Name "Az.*" | Where-Object 'Author' -eq 'Microsoft Corporation' | Install-Module -Scope 'CurrentUser' -Force

Installation

Powershell Gallery

Install-Module -Name 'PSToolbox' -AllowPrerelease -Scope 'CurrentUser'

Windows

Download the zip file or cloune the repo locally: copy the PSToolbox folder under

  • $env:PSUserProfile\Documents\WindowsPowershell\Modules folder (for Windows Powershell)
  • $env:PSUserProfile\Documents\Powershell\Modules folder (for Powershell 7 / Powershell Core)

macOS

Download the zip file or cloune the repo locally: copy the PSToolbox folder under /Users/<user>/.local/share/powershell/Modules/ folder

About

Collection of utility functions for every day operations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published