#
Exchange-QuarantineTABL-DataDownload.ps1
#
Purpose
Describe the purpose of this script: e.g., Downloads quarantine data from Exchange Online for analysis.
#
Function
Explain what the script does and its main logic.
#
Usage
# Example usage
./Exchange-QuarantineTABL-DataDownload.ps1 -OutputPath "data.csv"
#
Inputs
-OutputPath
(string): Path to save the downloaded data.
#
Variables
List and describe any key variables used in the script.
#
Command Line Flags
-OutputPath
: Specifies where to save the data.
#
Outputs
- Downloads quarantine data to the specified file.
#
Notes
Add any additional notes, requirements, or dependencies.