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
|
# Allows for the script logs to output to a nonstandard location. Overrides user/computer script paths
|
||||||
[Parameter(Mandatory = $false)] [String] $ScriptDir,
|
[Parameter(Mandatory = $false)] [String] $ScriptDir,
|
||||||
# Flag to disable log file output
|
# Flag to disable log file output
|
||||||
[Parameter(Mandatory = $false)] [Switch] $NoLog,
|
[Parameter(Mandatory = $false)] [Switch] $NoLog
|
||||||
# Allows for uninstallation of script
|
|
||||||
[Parameter(Mandatory = $false)] [Switch] $Uninstall
|
|
||||||
#TODO: Add additional parameters, if appropriate
|
#TODO: Add additional parameters, if appropriate
|
||||||
)
|
)
|
||||||
#endregion Parameters
|
#endregion Parameters
|
||||||
|
Reference in New Issue
Block a user