Last active
January 27, 2022 17:13
-
-
Save infamousjoeg/b53af2dbb05a2d7f7ee25ec45ce93838 to your computer and use it in GitHub Desktop.
Ever wonder what are in CyberArk CPM Temporary XML files?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> | |
<settings> | |
<location> | |
<safename>P-SVR-WIN-DA</safename> | |
<foldername>Root</foldername> | |
<objectname>Operating System-WinDomain-joe-garcia.local-EPVTestUser</objectname> | |
</location> | |
<policy> | |
<changepasstimeout>30</changepasstimeout> | |
</policy> | |
<properties> | |
<ManagementType>Password</ManagementType> | |
<UserName>EPVTestUser</UserName> | |
<PolicyID>WinDomain</PolicyID> | |
<CreationMethod>PVWA</CreationMethod> | |
<DeviceType>Operating System</DeviceType> | |
<LastSuccessVerification>1479325915</LastSuccessVerification> | |
<Address>joe-garcia.local</Address> | |
<SequenceID>2</SequenceID> | |
<LastSuccessChange>1481308542</LastSuccessChange> | |
<RetriesCount>-1</RetriesCount> | |
<LastSuccessReconciliation>1481308894</LastSuccessReconciliation> | |
<ResetImmediately>ReconcileTask</ResetImmediately> | |
</properties> | |
<extrapass> | |
<extrapass3> | |
<location> | |
<safename>P-APP-CYBR-DA</safename> | |
<foldername>Root</foldername> | |
<objectname>Reconciliation</objectname> | |
</location> | |
<properties> | |
<ManagementType>Password</ManagementType> | |
<UserName>Svc_CyberArkRecon</UserName> | |
<PolicyID>WinDomain</PolicyID> | |
<CreationMethod>PVWA</CreationMethod> | |
<UserDN>CN=Svc_CyberArkRecon,CN=Managed Service Accounts,DC=joe-garcia,DC=local</UserDN> | |
<LogonDomain>JOE-GARCIA</LogonDomain> | |
<Address>joe-garcia.local</Address> | |
<DeviceType>Operating System</DeviceType> | |
<RetriesCount>0</RetriesCount> | |
<LastFailDate>1481308241</LastFailDate> | |
<CPMStatus>failure</CPMStatus> | |
<LastTask>VerifyTask</LastTask> | |
</properties> | |
</extrapass3> | |
</extrapass> | |
</settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment