Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.06 KB

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