Remove uninstall flag

This commit is contained in:
2025-03-01 17:56:13 -06:00
parent aa5b347f4f
commit 262c8fb095

View File

@@ -49,9 +49,7 @@ param (
# Allows for the script logs to output to a nonstandard location. Overrides user/computer script paths
[Parameter(Mandatory = $false)] [String] $ScriptDir,
# Flag to disable log file output
[Parameter(Mandatory = $false)] [Switch] $NoLog,
# Allows for uninstallation of script
[Parameter(Mandatory = $false)] [Switch] $Uninstall
[Parameter(Mandatory = $false)] [Switch] $NoLog
#TODO: Add additional parameters, if appropriate
)
#endregion Parameters