Palo Alto Networks Certified Security Automation Engineer (PCSAE) — Question 26
An engineer deployed two different instances of Active Directory for each organization site. As part of account enrichment use case, the engineer would like to delete a user from one specific site.
Which command will accomplish this?
Answer options
- A. run 'ad-delete-user' command with 'user-dn' arg and using-brand=ג€Active Directory Query v2ג€
- B. run 'ad-delete-user' command with 'user-dn' arg and raw-response=true
- C. run 'ad-delete-user' command with 'user-dn' arg and ignore-outputs=true
- D. run 'ad-delete-user' command with 'user-dn' arg and using=ג€Active Directory Query v2_instance_1ג€
Correct answer: D
Explanation
The correct command is D because it specifies the correct instance of Active Directory to target for user deletion. Options A, B, and C do not indicate the specific instance needed for this operation, making them unsuitable for the task at hand.