File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,11 @@ which rules were affected. If not supplied, the default file name is _‘policyC
4444To 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:
You can’t perform that action at this time.
0 commit comments