Skip to content

dmissp/poweralto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Palo Alto powershell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%