#include <StringConstants.au3> ; to declare the Constants of StringRegExp
#include <Array.au3> ; UDF needed for _ArrayDisplay and _ArrayConcatenate
Local $sRegex = "(?mJ)<USER:(?<severity>[^>]*).*?ADAXES\s(?:(?<vmid>[^\|@]*)|[^(]+\((?<login>[^@]*)\@(?<domainorigin>[^)]*)\))\|(?<vendorinfo>(?:Add|Remove|Run|Create|Sign in|Change|Modify|Execute|Create|Deliver|Send)\s+(?:(?:\'(?<account>[^(]*)\s(?<group>[^']*)'.*?(?:from|to)\s+'(?<object>[^']*)'|PowerShell\s+script(?:[^']*\'(?<command>[^']*)'\s+for\s+'(?<object>[^']*).*?)|(?:\'(?<account>[^(]*)\s(?<group>[^']*)'.*)|(?:to\sWeb\s+Interface.*?'(?<session>[^']*)'\s+from\s'(?<sip>\d+\.\d+\.\d+\.\d+)')|password\sfor\s\'(?<account>[^(]*)\s(?<group>[^']*).*|HTML.*?(?:to|for)\s+'?(?<account>[^@'\(]*)(?:@|\s)[^\|]*|scheduled\stask\s'(?<subject>[^']*)\'\s+for\s+\'(?<account>[^(]*)\s(?<group>[^']*).*)|e-mail\snotification\s\((?<subject>.*?)'\)))\|(?<result>.*)$"
Local $sString = "11 12 2020 17:34:42 10.1.6.8 <USER:INFO> Nov 12 17:34:42 ADAXES Bill Glass (bglass@cu.domain)|Remove 'Brandan Eaves (cu.domain\Employees)' from 'FitandFunCommittee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'FitandFunCommittee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Ascensus (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:27 10.1.6.8 <USER:INFO> Nov 12 17:34:27 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_f7d65453-ddcc-49b5-9d05-d3ef68a464d7 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:26 10.1.6.8 <USER:INFO> Nov 12 17:34:26 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_59e86148-f8b4-44d0-8dac-c17943959e0e (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:27 10.1.6.8 <USER:INFO> Nov 12 17:34:27 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'VPN - DCECU 24x7 (cu.domain\Employees\VPN)'|Success" & @CRLF & _
"11 12 2020 17:34:26 10.1.6.8 <USER:INFO> Nov 12 17:34:26 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_9d610cc7-fcdd-4d64-ab73-f46dfc6df1c9 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'ALM (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:25 10.1.6.8 <USER:INFO> Nov 12 17:34:25 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Azure AD LastPass Users (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:26 10.1.6.8 <USER:INFO> Nov 12 17:34:26 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_74e93c44-28ec-4f61-84b9-30f96e5338ee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'UnifiedMessagingSME (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'SchedulingTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:25 10.1.6.8 <USER:INFO> Nov 12 17:34:25 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'AW Intune Transition (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_64ad81bc-4eb2-461a-9a2c-dd293975f52a (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Greeters (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:25 10.1.6.8 <USER:INFO> Nov 12 17:34:25 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_437f73d2-0d78-439e-939e-ae8e1e88fe3b (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'UnifiedMessagingSME (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'OperationsSupport (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_64ad81bc-4eb2-461a-9a2c-dd293975f52a (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:27 10.1.6.8 <USER:INFO> Nov 12 17:34:27 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_89f5b622-070a-4fb4-b74c-6f629a2680f4 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:27 10.1.6.8 <USER:INFO> Nov 12 17:34:27 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_98162f7d-d3cf-4b67-adf7-2501e5003420 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:25 10.1.6.8 <USER:INFO> Nov 12 17:34:25 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'AW Intune Transition (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Ascensus (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:27 10.1.6.8 <USER:INFO> Nov 12 17:34:27 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_89f5b622-070a-4fb4-b74c-6f629a2680f4 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Pitney_Bowes (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:26 10.1.6.8 <USER:INFO> Nov 12 17:34:26 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_74e93c44-28ec-4f61-84b9-30f96e5338ee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'QuarterEndTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:28 10.1.6.8 <USER:INFO> Nov 12 17:34:28 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_3808d0f7-61b3-42a8-ac3e-16dd1d126fb7 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:25 10.1.6.8 <USER:INFO> Nov 12 17:34:25 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Azure AD External Access (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'WireApprovers (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Notary (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:25 10.1.6.8 <USER:INFO> Nov 12 17:34:25 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_437f73d2-0d78-439e-939e-ae8e1e88fe3b (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'SchedulingTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:26 10.1.6.8 <USER:INFO> Nov 12 17:34:26 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_9d610cc7-fcdd-4d64-ab73-f46dfc6df1c9 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Greeters (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:25 10.1.6.8 <USER:INFO> Nov 12 17:34:25 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - Unified Messaging Reporting (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:25 10.1.6.8 <USER:INFO> Nov 12 17:34:25 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Application - Unified Messaging Reporting (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'ALM (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:27 10.1.6.8 <USER:INFO> Nov 12 17:34:27 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'VPN - DCECU 24x7 (cu.domain\Employees\VPN)'|Success" & @CRLF & _
"11 12 2020 17:34:28 10.1.6.8 <USER:INFO> Nov 12 17:34:28 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_3808d0f7-61b3-42a8-ac3e-16dd1d126fb7 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:27 10.1.6.8 <USER:INFO> Nov 12 17:34:27 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_59e86148-f8b4-44d0-8dac-c17943959e0e (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Pitney_Bowes (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:26 10.1.6.8 <USER:INFO> Nov 12 17:34:26 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_c20e1370-b101-4b3e-9364-9ca1ac64c713 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:26 10.1.6.8 <USER:INFO> Nov 12 17:34:26 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_c20e1370-b101-4b3e-9364-9ca1ac64c713 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FitandFunCommittee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:27 10.1.6.8 <USER:INFO> Nov 12 17:34:27 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_f7d65453-ddcc-49b5-9d05-d3ef68a464d7 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'QuarterEndTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:27 10.1.6.8 <USER:INFO> Nov 12 17:34:27 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_98162f7d-d3cf-4b67-adf7-2501e5003420 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:24 10.1.6.8 <USER:INFO> Nov 12 17:34:24 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'WireApprovers (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Notary (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:23 10.1.6.8 <USER:INFO> Nov 12 17:34:23 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'OperationsSupport (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Shared - Phones - Manuals (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:17 10.1.6.8 <USER:INFO> Nov 12 17:34:17 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - Everyone (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'AW BCP (cu.domain\Employees\AirWatch)'|Success" & @CRLF & _
"11 12 2020 17:34:18 10.1.6.8 <USER:INFO> Nov 12 17:34:18 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Shared - New Accounts - Members Serviced (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:21 10.1.6.8 <USER:INFO> Nov 12 17:34:21 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - CardWizard User (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - Phones - Manuals (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:18 10.1.6.8 <USER:INFO> Nov 12 17:34:18 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Shared (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'MS Users Policy (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'MS Folder Redirection (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'MS Access - SymformOffline (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:21 10.1.6.8 <USER:INFO> Nov 12 17:34:21 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Episys Users (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:17 10.1.6.8 <USER:INFO> Nov 12 17:34:17 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'ARCU Readers (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:18 10.1.6.8 <USER:INFO> Nov 12 17:34:18 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Shared - New Accounts (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:18 10.1.6.8 <USER:INFO> Nov 12 17:34:18 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Fit & Fun Committee (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:21 10.1.6.8 <USER:INFO> Nov 12 17:34:21 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Application - CardWizard User (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:17 10.1.6.8 <USER:INFO> Nov 12 17:34:17 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Disaster Recovery (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'MS Folder Redirection (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:21 10.1.6.8 <USER:INFO> Nov 12 17:34:21 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Application - CardWizard Manager (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Group_e3da1d87-d5a0-4ea1-8fd5-8ba0fcb0d335 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Shared - Operations (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'jira-customers (cu.domain\Employees\ITSM)'|Success" & @CRLF & _
"11 12 2020 17:34:21 10.1.6.8 <USER:INFO> Nov 12 17:34:21 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - CardWizard Manager (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'AW Employees (cu.domain\Employees\AirWatch)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'MS Access - SymformOffline (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - Phones (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'VPN - Member Contact (cu.domain\Employees\VPN)'|Success" & @CRLF & _
"11 12 2020 17:34:21 10.1.6.8 <USER:INFO> Nov 12 17:34:21 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - Opcon - Account Services (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - Operations Supervisors (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:18 10.1.6.8 <USER:INFO> Nov 12 17:34:18 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - New Accounts (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'jira-customers (cu.domain\Employees\ITSM)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'VPN - Member Contact (cu.domain\Employees\VPN)'|Success" & @CRLF & _
"11 12 2020 17:34:17 10.1.6.8 <USER:INFO> Nov 12 17:34:17 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Application - Everyone (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:17 10.1.6.8 <USER:INFO> Nov 12 17:34:17 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'ARCU Readers (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'MS Users Policy (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:18 10.1.6.8 <USER:INFO> Nov 12 17:34:18 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - New Accounts - Members Serviced (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:18 10.1.6.8 <USER:INFO> Nov 12 17:34:18 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:18 10.1.6.8 <USER:INFO> Nov 12 17:34:18 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Fit & Fun Committee (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Shared - Operations Supervisors (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:17 10.1.6.8 <USER:INFO> Nov 12 17:34:17 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Fedline Wire (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - Operations (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:21 10.1.6.8 <USER:INFO> Nov 12 17:34:21 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Episys Users (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Shared - Phones (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'WebFilter (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'AW Employees (cu.domain\Employees\AirWatch)'|Success" & @CRLF & _
"11 12 2020 17:34:21 10.1.6.8 <USER:INFO> Nov 12 17:34:21 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Microsoft 365 E3 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:17 10.1.6.8 <USER:INFO> Nov 12 17:34:17 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'FS Access - Disaster Recovery (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:18 10.1.6.8 <USER:INFO> Nov 12 17:34:18 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Fedline Wire (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:34:20 10.1.6.8 <USER:INFO> Nov 12 17:34:20 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'AW BCP (cu.domain\Employees\AirWatch)'|Success" & @CRLF & _
"11 12 2020 17:34:21 10.1.6.8 <USER:INFO> Nov 12 17:34:21 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Application - Opcon - Account Services (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:19 10.1.6.8 <USER:INFO> Nov 12 17:34:19 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'WebFilter (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:22 10.1.6.8 <USER:INFO> Nov 12 17:34:22 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_e3da1d87-d5a0-4ea1-8fd5-8ba0fcb0d335 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:15 10.1.6.8 <USER:INFO> Nov 12 17:34:15 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Azure AD LastPass Users (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:15 10.1.6.8 <USER:INFO> Nov 12 17:34:15 ADAXES Bill Glass (bglass@cu.domain)|Create 'Brandan Eaves (cu.domain\Employees)'. 'Full Name': 'Brandan Eaves', 'First Name': 'Brandan', 'Last Name': 'Eaves', 'Email': 'beaves@dcecu.org', 'Logon Name': 'beaves', 'UPN Logon Name': 'beaves@dcecu.org', 'User must change password at next logon': 'Yes', 'User cannot change password': 'No', 'User must change password at next logon': 'Yes', 'Account Expires': 'Never', 'Company': 'DCECU', 'Department': 'Account Services', 'Job Title': 'Lead Operations Specialist', 'Manager': 'Brenda Micho (cu.domain\Employees)', 'Display Name': 'Brandan Eaves', 'Code Page': '0', 'Country Code': '0', 'Logon Hours': 'Anytime'|Success" & @CRLF & _
"11 12 2020 17:34:15 10.1.6.8 <USER:INFO> Nov 12 17:34:15 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Microsoft 365 E3 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:34:15 10.1.6.8 <USER:INFO> Nov 12 17:34:15 ADAXES Bill Glass (bglass@cu.domain)|Modify 'Brandan Eaves (cu.domain\Employees)': enable the account|Success" & @CRLF & _
"11 12 2020 17:34:15 10.1.6.8 <USER:INFO> Nov 12 17:34:15 ADAXES Bill Glass (bglass@cu.domain)|Add 'Brandan Eaves (cu.domain\Employees)' to 'Episys Users (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:34:15 10.1.6.8 <USER:INFO> Nov 12 17:34:15 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Episys Users (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:30:19 10.1.6.8 <USER:INFO> Nov 12 17:30:19 ADAXES Bill Glass (bglass@cu.domain)|Remove 'Madison Loper (cu.domain\Employees)' from 'FitandFunCommittee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:57 10.1.6.8 <USER:INFO> Nov 12 17:28:57 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_98162f7d-d3cf-4b67-adf7-2501e5003420 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:52 10.1.6.8 <USER:INFO> Nov 12 17:28:52 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'jira-customers (cu.domain\Employees\ITSM)'|Success" & @CRLF & _
"11 12 2020 17:28:53 10.1.6.8 <USER:INFO> Nov 12 17:28:53 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'FitandFunCommittee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:58 10.1.6.8 <USER:INFO> Nov 12 17:28:58 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_3808d0f7-61b3-42a8-ac3e-16dd1d126fb7 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:57 10.1.6.8 <USER:INFO> Nov 12 17:28:57 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_c20e1370-b101-4b3e-9364-9ca1ac64c713 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'OperationsSupport (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Pitney_Bowes (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:55 10.1.6.8 <USER:INFO> Nov 12 17:28:55 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'UnifiedMessagingSME (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:56 10.1.6.8 <USER:INFO> Nov 12 17:28:56 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'AW Intune Transition (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:53 10.1.6.8 <USER:INFO> Nov 12 17:28:53 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'ALM (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:53 10.1.6.8 <USER:INFO> Nov 12 17:28:53 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Ascensus (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Notary (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'QuarterEndTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:56 10.1.6.8 <USER:INFO> Nov 12 17:28:56 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_9d610cc7-fcdd-4d64-ab73-f46dfc6df1c9 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:55 10.1.6.8 <USER:INFO> Nov 12 17:28:55 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'WireApprovers (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:56 10.1.6.8 <USER:INFO> Nov 12 17:28:56 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_c20e1370-b101-4b3e-9364-9ca1ac64c713 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:53 10.1.6.8 <USER:INFO> Nov 12 17:28:53 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Ascensus (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:57 10.1.6.8 <USER:INFO> Nov 12 17:28:57 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_89f5b622-070a-4fb4-b74c-6f629a2680f4 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:53 10.1.6.8 <USER:INFO> Nov 12 17:28:53 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FitandFunCommittee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:58 10.1.6.8 <USER:INFO> Nov 12 17:28:58 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'VPN - DCECU 24x7 (cu.domain\Employees\VPN)'|Success" & @CRLF & _
"11 12 2020 17:28:58 10.1.6.8 <USER:INFO> Nov 12 17:28:58 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_3808d0f7-61b3-42a8-ac3e-16dd1d126fb7 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'SchedulingTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:52 10.1.6.8 <USER:INFO> Nov 12 17:28:52 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'VPN - Member Contact (cu.domain\Employees\VPN)'|Success" & @CRLF & _
"11 12 2020 17:28:56 10.1.6.8 <USER:INFO> Nov 12 17:28:56 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_437f73d2-0d78-439e-939e-ae8e1e88fe3b (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:55 10.1.6.8 <USER:INFO> Nov 12 17:28:55 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'WireApprovers (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'OperationsSupport (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:56 10.1.6.8 <USER:INFO> Nov 12 17:28:56 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_9d610cc7-fcdd-4d64-ab73-f46dfc6df1c9 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:52 10.1.6.8 <USER:INFO> Nov 12 17:28:52 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_64ad81bc-4eb2-461a-9a2c-dd293975f52a (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:55 10.1.6.8 <USER:INFO> Nov 12 17:28:55 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Azure AD External Access (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:56 10.1.6.8 <USER:INFO> Nov 12 17:28:56 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'AW Intune Transition (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:57 10.1.6.8 <USER:INFO> Nov 12 17:28:57 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_f7d65453-ddcc-49b5-9d05-d3ef68a464d7 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:55 10.1.6.8 <USER:INFO> Nov 12 17:28:55 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - Unified Messaging Reporting (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:53 10.1.6.8 <USER:INFO> Nov 12 17:28:53 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'ALM (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'QuarterEndTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:55 10.1.6.8 <USER:INFO> Nov 12 17:28:55 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Azure AD LastPass Users (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:58 10.1.6.8 <USER:INFO> Nov 12 17:28:58 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'VPN - DCECU 24x7 (cu.domain\Employees\VPN)'|Success" & @CRLF & _
"11 12 2020 17:28:52 10.1.6.8 <USER:INFO> Nov 12 17:28:52 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'jira-customers (cu.domain\Employees\ITSM)'|Success" & @CRLF & _
"11 12 2020 17:28:57 10.1.6.8 <USER:INFO> Nov 12 17:28:57 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_59e86148-f8b4-44d0-8dac-c17943959e0e (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:57 10.1.6.8 <USER:INFO> Nov 12 17:28:57 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_f7d65453-ddcc-49b5-9d05-d3ef68a464d7 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:55 10.1.6.8 <USER:INFO> Nov 12 17:28:55 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'UnifiedMessagingSME (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:57 10.1.6.8 <USER:INFO> Nov 12 17:28:57 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_59e86148-f8b4-44d0-8dac-c17943959e0e (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:51 10.1.6.8 <USER:INFO> Nov 12 17:28:51 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'VPN - Member Contact (cu.domain\Employees\VPN)'|Success" & @CRLF & _
"11 12 2020 17:28:53 10.1.6.8 <USER:INFO> Nov 12 17:28:53 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_64ad81bc-4eb2-461a-9a2c-dd293975f52a (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:56 10.1.6.8 <USER:INFO> Nov 12 17:28:56 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_74e93c44-28ec-4f61-84b9-30f96e5338ee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:53 10.1.6.8 <USER:INFO> Nov 12 17:28:53 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Greeters (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:52 10.1.6.8 <USER:INFO> Nov 12 17:28:52 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_e3da1d87-d5a0-4ea1-8fd5-8ba0fcb0d335 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:57 10.1.6.8 <USER:INFO> Nov 12 17:28:57 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_89f5b622-070a-4fb4-b74c-6f629a2680f4 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:52 10.1.6.8 <USER:INFO> Nov 12 17:28:52 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_e3da1d87-d5a0-4ea1-8fd5-8ba0fcb0d335 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:57 10.1.6.8 <USER:INFO> Nov 12 17:28:57 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Group_98162f7d-d3cf-4b67-adf7-2501e5003420 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'SchedulingTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Pitney_Bowes (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:55 10.1.6.8 <USER:INFO> Nov 12 17:28:55 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Application - Unified Messaging Reporting (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:56 10.1.6.8 <USER:INFO> Nov 12 17:28:56 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_437f73d2-0d78-439e-939e-ae8e1e88fe3b (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:56 10.1.6.8 <USER:INFO> Nov 12 17:28:56 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Group_74e93c44-28ec-4f61-84b9-30f96e5338ee (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:53 10.1.6.8 <USER:INFO> Nov 12 17:28:53 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'Greeters (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:54 10.1.6.8 <USER:INFO> Nov 12 17:28:54 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Notary (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:47 10.1.6.8 <USER:INFO> Nov 12 17:28:47 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Fit & Fun Committee (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'AW Employees (cu.domain\Employees\AirWatch)'|Success" & @CRLF & _
"11 12 2020 17:28:47 10.1.6.8 <USER:INFO> Nov 12 17:28:47 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Shared - New Accounts (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:50 10.1.6.8 <USER:INFO> Nov 12 17:28:50 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - CardWizard Manager (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:48 10.1.6.8 <USER:INFO> Nov 12 17:28:48 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Shared - Phones (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:50 10.1.6.8 <USER:INFO> Nov 12 17:28:50 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - Operations (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:51 10.1.6.8 <USER:INFO> Nov 12 17:28:51 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Microsoft 365 E3 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'MS Folder Redirection (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:46 10.1.6.8 <USER:INFO> Nov 12 17:28:46 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'ARCU Readers (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:51 10.1.6.8 <USER:INFO> Nov 12 17:28:51 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - Opcon - Account Services (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'MS Users Policy (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:46 10.1.6.8 <USER:INFO> Nov 12 17:28:46 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'ARCU Readers (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:48 10.1.6.8 <USER:INFO> Nov 12 17:28:48 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Shared - Operations Supervisors (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:50 10.1.6.8 <USER:INFO> Nov 12 17:28:50 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'AW BCP (cu.domain\Employees\AirWatch)'|Success" & @CRLF & _
"11 12 2020 17:28:50 10.1.6.8 <USER:INFO> Nov 12 17:28:50 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'AW BCP (cu.domain\Employees\AirWatch)'|Success" & @CRLF & _
"11 12 2020 17:28:51 10.1.6.8 <USER:INFO> Nov 12 17:28:51 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Episys Users (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'WebFilter (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'MS Users Policy (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'MS Folder Redirection (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:51 10.1.6.8 <USER:INFO> Nov 12 17:28:51 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Application - Opcon - Account Services (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Shared - Phones - Manuals (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'WebFilter (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - Phones - Manuals (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:51 10.1.6.8 <USER:INFO> Nov 12 17:28:51 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - CardWizard User (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:47 10.1.6.8 <USER:INFO> Nov 12 17:28:47 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - New Accounts (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:48 10.1.6.8 <USER:INFO> Nov 12 17:28:48 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'MS Access - SymformOffline (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:47 10.1.6.8 <USER:INFO> Nov 12 17:28:47 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Fit & Fun Committee (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:48 10.1.6.8 <USER:INFO> Nov 12 17:28:48 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - Operations Supervisors (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:50 10.1.6.8 <USER:INFO> Nov 12 17:28:50 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Application - CardWizard Manager (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:46 10.1.6.8 <USER:INFO> Nov 12 17:28:46 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Fedline Wire (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:47 10.1.6.8 <USER:INFO> Nov 12 17:28:47 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Fedline Wire (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:48 10.1.6.8 <USER:INFO> Nov 12 17:28:48 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - Phones (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:50 10.1.6.8 <USER:INFO> Nov 12 17:28:50 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Shared - Operations (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:49 10.1.6.8 <USER:INFO> Nov 12 17:28:49 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'AW Employees (cu.domain\Employees\AirWatch)'|Success" & @CRLF & _
"11 12 2020 17:28:48 10.1.6.8 <USER:INFO> Nov 12 17:28:48 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'MS Access - SymformOffline (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:51 10.1.6.8 <USER:INFO> Nov 12 17:28:51 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Episys Users (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:47 10.1.6.8 <USER:INFO> Nov 12 17:28:47 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Shared (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:46 10.1.6.8 <USER:INFO> Nov 12 17:28:46 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Disaster Recovery (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:51 10.1.6.8 <USER:INFO> Nov 12 17:28:51 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Application - CardWizard User (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:48 10.1.6.8 <USER:INFO> Nov 12 17:28:48 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared - New Accounts - Members Serviced (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:47 10.1.6.8 <USER:INFO> Nov 12 17:28:47 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'FS Access - Shared (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:48 10.1.6.8 <USER:INFO> Nov 12 17:28:48 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Shared - New Accounts - Members Serviced (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:46 10.1.6.8 <USER:INFO> Nov 12 17:28:46 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'FS Access - Disaster Recovery (cu.domain\Employees\FileServer)'|Success" & @CRLF & _
"11 12 2020 17:28:44 10.1.6.8 <USER:INFO> Nov 12 17:28:44 ADAXES Bill Glass (bglass@cu.domain)|Modify 'Madison Loper (cu.domain\Employees)': enable the account|Success" & @CRLF & _
"11 12 2020 17:28:46 10.1.6.8 <USER:INFO> Nov 12 17:28:46 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Application - Everyone (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:44 10.1.6.8 <USER:INFO> Nov 12 17:28:44 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Azure AD LastPass Users (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:44 10.1.6.8 <USER:INFO> Nov 12 17:28:44 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Episys Users (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:44 10.1.6.8 <USER:INFO> Nov 12 17:28:44 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Microsoft 365 E3 (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 17:28:44 10.1.6.8 <USER:INFO> Nov 12 17:28:44 ADAXES Bill Glass (bglass@cu.domain)|Add 'Madison Loper (cu.domain\Employees)' to 'Episys Users (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:46 10.1.6.8 <USER:INFO> Nov 12 17:28:46 ADAXES Bill Glass (bglass@cu.domain)|Run PowerShell script 'Notify User of Group Membership' for 'Application - Everyone (cu.domain\Employees\Applications)'|Success" & @CRLF & _
"11 12 2020 17:28:43 10.1.6.8 <USER:INFO> Nov 12 17:28:43 ADAXES Bill Glass (bglass@cu.domain)|Create 'Madison Loper (cu.domain\Employees)'. 'Full Name': 'Madison Loper', 'First Name': 'Madison', 'Last Name': 'Loper', 'Email': 'mloper@dcecu.org', 'Logon Name': 'mloper', 'UPN Logon Name': 'mloper@dcecu.org', 'User must change password at next logon': 'Yes', 'User cannot change password': 'No', 'User must change password at next logon': 'Yes', 'Account Expires': 'Never', 'Company': 'DCECU', 'Department': 'Account Services', 'Job Title': 'Lead Operations Specialist', 'Manager': 'Brenda Micho (cu.domain\Employees)', 'Display Name': 'Madison Loper', 'Code Page': '0', 'Country Code': '0', 'Logon Hours': 'Anytime'|Success" & @CRLF & _
"11 12 2020 17:26:10 10.1.6.8 <USER:INFO> Nov 12 17:26:10 ADAXES Bill Glass (bglass@cu.domain)|Sign in to Web Interface 'DCECU User Provisioning' from '10.4.128.4'|Success" & @CRLF & _
"11 12 2020 14:13:59 10.1.6.8 <USER:INFO> Nov 12 14:13:59 ADAXES Bob Lindesmith (blindesmith@cu.domain)|Sign in to Web Interface 'DCECU Help Desk' from '10.4.128.5'|Success" & @CRLF & _
"11 12 2020 14:06:49 10.1.6.8 <USER:INFO> Nov 12 14:06:49 ADAXES Bill Zielinski (bzielinski@cu.domain)|Add 'Tricia Armstrong (cu.domain\Employees)' to 'YearEndTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 14:06:49 10.1.6.8 <USER:INFO> Nov 12 14:06:49 ADAXES Bill Zielinski (bzielinski@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'YearEndTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 14:06:48 10.1.6.8 <USER:INFO> Nov 12 14:06:48 ADAXES Bill Zielinski (bzielinski@cu.domain)|Add 'Amy King (cu.domain\Employees)' to 'YearEndTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 14:06:49 10.1.6.8 <USER:INFO> Nov 12 14:06:49 ADAXES Bill Zielinski (bzielinski@cu.domain)|Run PowerShell script 'Notify User of DL Membership' for 'YearEndTeam (cu.domain\Employees\Azure AD)'|Success" & @CRLF & _
"11 12 2020 13:36:53 10.1.6.8 <USER:INFO> Nov 12 13:36:53 ADAXES Server Zielinski (srvzielinski@cu.domain)|Sign in to Web Interface 'Adaxes Administrator' from '10.4.128.9'|Success" & @CRLF & _
"11 12 2020 13:35:50 10.1.6.8 <USER:INFO> Nov 12 13:35:50 ADAXES Bill Zielinski (bzielinski@cu.domain)|Sign in to Web Interface 'DCECU Help Desk' from '10.4.128.9'|Success" & @CRLF & _
"11 12 2020 11:33:38 10.1.6.8 <USER:INFO> Nov 12 11:33:38 ADAXES Bill Glass (bglass@cu.domain)|Sign in to Web Interface 'DCECU User Provisioning' from '10.4.128.4'|Success" & @CRLF & _
"11 12 2020 11:33:34 10.1.6.8 <USER:INFO> Nov 12 11:33:34 ADAXES Bill Glass (bglass@cu.domain)|Sign in to Web Interface 'DCECU Help Desk' from '10.4.128.4'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Steven Farr (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Robert Mace (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'John Sarena (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Dean Benjamin (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Olivia Smith (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Zach Stachlewitz (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Jesse Jones (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Dan Monser (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Sean Haywood (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Paul Duhe (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Send e-mail notification ('Dow Chemical Employees' Credit Union - Your password will expire in 5 day(s)')|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Robert Woods (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Kyle Donehue (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Xue Chang (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Nathaniel Fergusson (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Ryan Taepke (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Greg Brown (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Abdul Harb (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Sarah Thorp (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Andrew Burcroff (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Austin Buhler (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Diana Wheeler (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Matthew Huerta (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Jacob Hendricks (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Nicholas Bruzzese (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Allison Tam (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Van Arant (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Anthony Salinas (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'David Mayne Jr (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Amer Elsad (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Ted Wiles (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Eric Burton (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Dave Onsted (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Kyle Bolf (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Tyler Mitchell (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Majdy Alaktam (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Gonzalo Espinoza (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Max Gara (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Denis Motta (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 07:00:00 10.1.6.8 <USER:INFO> Nov 12 07:00:00 ADAXES Password Expiration Notifier|Execute scheduled task 'Password Expiration Notifier (DCECU)' for 'Alex Fisher (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 12 2020 06:00:02 10.1.6.8 <USER:INFO> Nov 12 06:00:02 ADAXES Daily|Deliver HTML document 'Errors in Adaxes log' to BZielinski@dcecu.org|Success" & @CRLF & _
"11 12 2020 06:00:02 10.1.6.8 <USER:INFO> Nov 12 06:00:02 ADAXES Daily|Create HTML document 'Errors in Adaxes log' for 'Bill Zielinski (cu.domain\Employees)'|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Modify 'Ronaldo Chen (cu.domain\Employees\Vendors)': disable the account|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Execute scheduled task 'Disable Vendor Accounts (DCECU)' for 'Grant Hammel-Davis (cu.domain\Employees\Vendors)'|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Modify 'Patricia Lee (cu.domain\Employees\Vendors)': disable the account|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Execute scheduled task 'Disable Vendor Accounts (DCECU)' for 'Ronaldo Chen (cu.domain\Employees\Vendors)'|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Execute scheduled task 'Disable Vendor Accounts (DCECU)' for 'Roy Iversen (cu.domain\Employees\Auditors)'|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Execute scheduled task 'Disable Vendor Accounts (DCECU)' for 'Patricia Lee (cu.domain\Employees\Vendors)'|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Modify 'Grant Hammel-Davis (cu.domain\Employees\Vendors)': disable the account|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Modify 'Brendan Marshall (cu.domain\Employees\Auditors)': disable the account|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Execute scheduled task 'Disable Vendor Accounts (DCECU)' for 'Brendan Marshall (cu.domain\Employees\Auditors)'|Success" & @CRLF & _
"11 11 2020 23:00:00 10.1.6.8 <USER:INFO> Nov 11 23:00:00 ADAXES Disable Vendor Accounts|Modify 'Roy Iversen (cu.domain\Employees\Auditors)': disable the account|Success" & @CRLF & _
"11 11 2020 21:02:25 10.1.6.8 <USER:INFO> Nov 11 21:02:25 ADAXES Tyler Mitchell (tmitchell@cu.domain)|Change password for 'Tyler Mitchell (cu.domain\Employees\Vendors\Novacoast)'|Success" & @CRLF & _
"11 11 2020 21:02:26 10.1.6.8 <USER:INFO> Nov 11 21:02:26 ADAXES Tyler Mitchell (tmitchell@cu.domain)|Sign in to Web Interface 'Novacoast' from '10.254.254.183'|Success" & @CRLF & _
"11 11 2020 21:02:11 10.1.6.8 <USER:ERRR> Nov 11 21:02:11 ADAXES Anonymous|Sign in to Web Interface 'Novacoast' as 'tmitchell' from '10.254.254.183'|The password for this account has expired. " & @CRLF & _
"11 11 2020 21:01:48 10.1.6.8 <USER:ERRR> Nov 11 21:01:48 ADAXES Anonymous|Sign in to Web Interface 'Novacoast' as 'tmicthell' from '10.254.254.183'|The user name or password is incorrect. " & @CRLF & _
"11 11 2020 21:01:28 10.1.6.8 <USER:ERRR> Nov 11 21:01:28 ADAXES Anonymous|Sign in to Web Interface 'Novacoast' as 'tmicthell' from '10.254.254.183'|The user name or password is incorrect. " & @CRLF & _
"11 11 2020 21:00:56 10.1.6.8 <USER:ERRR> Nov 11 21:00:56 ADAXES Anonymous|Sign in to Web Interface 'Novacoast' as 'tmitchell@novacoast.com' from '10.254.254.183'|The user name or password is incorrect. " & @CRLF & _
"11 11 2020 21:00:39 10.1.6.8 <USER:ERRR> Nov 11 21:00:39 ADAXES Anonymous|Sign in to Web Interface 'Novacoast' as 'tmitchell@novacoast.com' from '10.254.254.183'|The user name or password is incorrect. " & @CRLF & _
"11 11 2020 21:00:30 10.1.6.8 <USER:ERRR> Nov 11 21:00:30 ADAXES Anonymous|Sign in to Web Interface 'Novacoast' as 'tmitchell@novacoast.com' from '10.254.254.183'|The user name or password is incorrect. "
Local $aArray = StringRegExp($sString, $sRegex, $STR_REGEXPARRAYGLOBALFULLMATCH)
Local $aFullArray[0]
For $i = 0 To UBound($aArray) -1
_ArrayConcatenate($aFullArray, $aArray[$i])
Next
$aArray = $aFullArray
; Present the entire match result
_ArrayDisplay($aArray, "Result")
Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm