Daveid

Users.xml ConnectWise ScreenConnect

Feb 21st, 2024
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.00 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Users xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <User>
  4.     <CreationDate>2024-02-21T08:54:56.0361228Z</CreationDate>
  5.     <Email>REPLACE_ME@REPLACE_ME.com</Email>
  6.     <IsApproved>true</IsApproved>
  7.     <IsLockedOut>false</IsLockedOut>
  8.     <LastActivityDate>2024-02-21T08:54:57.8504968Z</LastActivityDate>
  9.     <LastLockoutDate>0001-01-01T00:00:00</LastLockoutDate>
  10.     <LastLoginDate>2024-02-21T08:54:57.8504968Z</LastLoginDate>
  11.     <LastPasswordChangedDate>2024-02-21T08:54:56.0361228Z</LastPasswordChangedDate>
  12.     <PasswordAttemptWindowStartTime>0001-01-01T00:00:00</PasswordAttemptWindowStartTime>
  13.     <InvalidPasswordWindowAttemptCount>0</InvalidPasswordWindowAttemptCount>
  14.     <InvalidPasswordAbsoluteAttemptCount>0</InvalidPasswordAbsoluteAttemptCount>
  15.     <Name>REPLACE_ME</Name>
  16.     <PasswordHashHistory>
  17.       <base64Binary>REPLACE_ME</base64Binary>
  18.     </PasswordHashHistory>
  19.     <Roles>
  20.       <string>Administrator</string>
  21.     </Roles>
  22.   </User>
  23. </Users>
Add Comment
Please, Sign In to add comment