Formatted README.md

This commit is contained in:
Kyle 2025-04-11 14:33:44 +00:00
parent 9bbc3d31d1
commit 7540cfa674

View File

@ -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** <br>
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
```