Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-royl authored Oct 19, 2023
1 parent 1db8ffd commit 6aeb9ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ which rules were affected. If not supplied, the default file name is _‘policyC
To use it in ‘apply’ operations, pass it as 'import plan file'.

## Examples
* Running the tool on a remote management server:
* Running the tool on a remote management server using username & password:
<br>```python policyCleanUp.py -m 172.23.78.160 -u James -p MySecretPassword!```
<br>The tool runs on a remote management server with IP address 172.23.78.160.and the operation is ‘plan’ (default).

<br>The tool runs on a remote management server with IP address 172.23.78.160 and the operation is ‘plan’ (default).
* Running the tool on a remote management server using API key:
<br>```python policyCleanUp.py -m 172.23.78.160 --api-key JpPA+eJ5gekQBY8DF27+ZQ==```
* Running the tool on a Multi-Domain Server for a specific domain and a specific policy package:
<br>```python policyCleanUp.py -d 172.23.78.152 –k Standard -u James -p MySecretPassword!```
* Running the tool on a Security Management Server with operation plan:
Expand Down

0 comments on commit 6aeb9ca

Please sign in to comment.