diff --git a/README.md b/README.md index 15b4f71..c233602 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,14 @@ Mainly used when setting up new users based of another users access. Add users to source and destination variables. -Example Log Output: + $source = "user@domain.com.au" + $destination = "user@domain.com.au" +Output below will be printed in terminal for live feedback and saved in **C:\Logs\365Usercopy\ddMMyyyy_hhmm.log**
+Note: script first checks to see if the log directory is there, if not, it creates it. + +Example Log Output: +``` [11-04-2025 14:35:37] [INFO] Source user: REDACTED@REDACTED.com.au [11-04-2025 14:35:37] [INFO] Destination user: REDACTED@REDACTED.com.au [11-04-2025 14:35:37] [INFO] Connecting to Exchange Online... @@ -35,3 +41,4 @@ Example Log Output: [11-04-2025 14:36:18] [INFO] Disconnected from Exchange Online [11-04-2025 14:36:18] [INFO] Script completed [11-04-2025 14:36:18] [INFO] Log file saved to: C:\Logs\365UserCopy\365UserGroupCopy_11042025_1435.log +```