diff --git a/scripts/Win_Collect_System_Report_And_Email.ps1 b/scripts/Win_Collect_System_Report_And_Email.ps1 index 85d7996a..63f64824 100644 --- a/scripts/Win_Collect_System_Report_And_Email.ps1 +++ b/scripts/Win_Collect_System_Report_And_Email.ps1 @@ -5,10 +5,7 @@ .DESCRIPTION A report comprised of stopped services, running processes, drive space, network adapter settings, and printers is stored locally with a copy sent via e-mail - .OUTPUTS - Results are sent as a HTML file to C:\Temp and e-mailed based on provided parameters - - .EXAMPLE + .INPUTS Must provide ALL parameter arguments in the following manner (failing to do so will cause the script to exit out prior to creating and sending the report): -agentname @@ -19,6 +16,9 @@ -password -port <587 is the standard port for sending mail over TLS> + .OUTPUTS + Results are sent as a HTML file to C:\Temp and e-mailed based on provided parameters + .NOTES Change Log V1.0 Initial release and parameterization