Skip to content

Commit 6aeb9ca

Browse files
authored
Update README.md
1 parent 1db8ffd commit 6aeb9ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ which rules were affected. If not supplied, the default file name is _‘policyC
4444
To use it in ‘apply’ operations, pass it as 'import plan file'.
4545

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

0 commit comments

Comments
 (0)