Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

jakerobinson/vShield-Powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

vShield Powershell cmdlets


These are still in development. Use at your own risk.


Current cmdlets:

Get-vSERules - Retrieves Firewall rules from vSE (Can work with Set-vSERules if you Get-vSERules | Export-CSV)
Set-vSERules - Sets vSE Firewall rules from a CSV file.

For usage information, use get-help <cmdlet>

to import these, just use dot-sourcing, like so:

. .\Get-vSERules

or

. 'C:\users\foo\Get-vSERules'


Any questions:

Twitter: @jakerobinson

Submit bugs/issues to the Github page.
https://github.com/jakerobinson/vShield-Powershell/issues

About

Powershell functions for vmware vShield

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published