PowerAlto
PowerAlto copied to clipboard
Palo Alto powershell
Hi there, I've managed to connect to my PA firewall: ``` > Get-PaDevice -DeviceAddress 52.215.XXX.XXX -Credential $cred -SkipCertificateCheck Port : 443 Protocol : https TargetVsys : shared Name : AWS-FW-DEV-DMZ-EUW1-01...
I'm looking to pull the list of current GlobalProtect users from a PA using this module, and I can connect to the PA okay using Get-PaDevice so I know the...
I'm trying to get Object groups, but got an error. First I used Get-PaDevice and connection was established, but when I run Get-PaAddressGroup, I get an error about connection. Is...
it seems not possible to rename an address object, am i correct? New-PaAddress and Set-PaAddress is possible. However the Set does not overwrite the existing one, but created a new...
Hi there, So I've managed to test a few cmdlets without issue, but this doesn't appear to set anything on the firewall: PS C:\Users\alexander.woolsey> New-PaNatPolicy -Name "TestNATPol" -SourceZone trust -DestinationZone...
Extend Tag color support. Extend Invoke-PaApiConfig command and PaloAltoDevice Class for rename action. Created Rename-PaTag command to use Invoke-PaApiConfig. Additional commands can be created to leverage rename action, such as...
Code Solutions to Problem **PaTag.Class.ps1** ` ########################## # GetColorName [string] GetColorName([string]$Color, [string]$ReturnedType) { $Mapping = @{} $Mapping.color1 = 'Red' $Mapping.color2 = 'Green' $Mapping.color3 = 'Blue' $Mapping.color4 = 'Yellow' $Mapping.color5 =...
Hi, Just create a new file to have the possiblity to commit all to a specific device-group from panorama. Invoke-PaCommit just commit on Panorama and not on the firewall
I was surprised that there is no way to disable or enable security policy rule using a cmdlet. Can this be implemented?
Trying to add IPv6 addresses with Set-PaAddress fails with the following error: `Set-PaAddress -Name "ipv6-test" -Type "ip-netmask" -Value "2001:db8:123:1::/64"` `IpNetmask must be a valid CIDR range or Ip Address. Ex:...