tkoopman / psCheckPoint

PowerShell Module for Check Point R80 Management & Firewall Web APIs
Apache License 2.0
24 stars 10 forks source link

add-access-rule - Amazing work! #34

Open atscripter opened 5 years ago

atscripter commented 5 years ago

Tim - I am surprised no one has commented or thanked you for this. This is great work and an incredibly useful tool for us POSH users. Ran a couple of commands against my lab CheckPoint cluster and they worked beautifully. So thank you!

I see in your documentation many place-holder commands that have yet to be implemented. I am especially interested in the add-access-rule functionality and willing to help with the development. I have some experience developing POSH code for BigIP iControl ReST API and can put those skills to use here.

tkoopman commented 5 years ago

Your thanks is most welcome. Many have thanked in past over in the CheckMates forum.

As for if you would like to assist, you would be more than welcome. I have not been adding much of late as it currently does everything I need and no requests have come in. Now I have one I will try and get to it but currently due to personal reasons it may not be until after Christmas.

If you want to have a go please have a look at tkoopman/CheckPoint.NET as this is where all the ReST API stuff goes. Once implemented there it can then be implemented in psCheckPoint. Creating a new access rule does already exist there, so should just the be POSH side needs doing. That said I have only done basic testing of it in CheckPoint.NET so may need more work.