From 311f8a18fc63bfaf2227047ea6f520571ee3d66e Mon Sep 17 00:00:00 2001 From: Shane Ferrell Date: Wed, 17 Jul 2024 11:59:38 -0700 Subject: [PATCH] add Short parameter --- docs/Calendar/Get-CalendarDiagnosticObjectsSummary.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Calendar/Get-CalendarDiagnosticObjectsSummary.md b/docs/Calendar/Get-CalendarDiagnosticObjectsSummary.md index 1a4210a085..b2934e82d3 100644 --- a/docs/Calendar/Get-CalendarDiagnosticObjectsSummary.md +++ b/docs/Calendar/Get-CalendarDiagnosticObjectsSummary.md @@ -8,6 +8,7 @@ This script runs the Get-CalendarDiagnosticObjects cmdlet and returns a summariz To run the script, you will need a valid SMTP Address for a user and a meeting Subject or MeetingID. The script will display summarized timeline of actions and save the logs returned in csv format in the current directory. +New **-ExportToExcel** highly recommended for ease of use (all logs in one file, color coding, etc.). First time use will request installing the ImportExcel module. See https://github.com/dfinke/ImportExcel for more information on the ImportExcel module. | Parameters: | Explanation: | |:-------------- | :-----| @@ -16,9 +17,9 @@ The script will display summarized timeline of actions and save the logs returne | **-MeetingID** | MeetingID of the meeting to query.
- Preferred way to get CalLogs. | **-TrackingLogs** | Populate attendee tracking columns in the output.
- Only useable with the MeetingID parameter. | **-Exceptions** | Include Exception objects in the output.
- Only useable with the MeetingID parameter.
-|**-ExportToExcel**| - `[Beta Feature]` Export the output to an Excel file with formatting.
- Running the script for multiple users will create three tabs in the Excel file for each user.
If you want to add more users to the Excel file, close the file and rerun with new user.
- one tab for Enhanced CalLog
- one tab for the TimeLine
- Tab one for Raw CalLog +| **-ExportToExcel**| - `[NEW Feature]` Export the output to an Excel file with formatting.
- Running the script for multiple users will create three tabs in the Excel file for each user.
If you want to add more users to the Excel file, close the file and rerun with new user.
- one tab for Enhanced CalLog
- one tab for the TimeLine
- Tab one for Raw CalLog | **-CaseNumber** | Case Number to include in the Filename of the output.
- PrePend `_` to filename. - +| **-ShortLogs**| Limit Logs to 500 instead of the default 2000, in case the server has trouble responding with the full logs. --- #### Syntax: