Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 3.41 KB

README.md

File metadata and controls

37 lines (29 loc) · 3.41 KB

poweralto

Welcome to the poweralto wiki! Poweralto is a PowerShell module that provides tools for discovering, configuring, and troubleshooting Palo Alto Next-Gen Firewalls through their XML API.

So far, this module adds 16 new cmdlets as follows:

So far, this module adds 18 new cmdlets as follows:

To install poweralto, download poweralto.psm1.

Place it inside a it's own directory (named poweralto) inside your Powershell Module path. You can get your PSModule path from $env:PSModulePath. For example:

  • Current User scope: C:\Users\user\Documents\WindowsPowerShell\Modules\poweralto\poweralto.psm1
  • Local Machine scope: C:\Windows\system32\WindowsPowerShell\v1.0\Modules\poweralto\poweralto.psm1

After the file is in place, you can then import it into your PowerShell session: Import-Module poweralto