Remove uninstall flag
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user