Skip to content
Massimo Bonvicini edited this page Aug 27, 2019 · 1 revision

PowerShell Gallery

> Install-Module Logging
> Import-Module Logging

GitHub

Clone Repo

> git clone https://github.com/EsOsO/Logging.git
> Import-Module .\Logging\Logging.psm1

Download Repo

  • Download the zip
  • Ublock the zip file (Unblock-File -Path <path_to_zip>)
  • Unzip the content of "Logging-master" to:
    • C:\Program Files\WindowsPowerShell\Modules\Logging [System wide]
    • D:\Users\{username}\Documents\WindowsPowerShell\Modules\Logging [User only]
> Import-Module Logging