# Copyright (c) 2018-2019, SAS Institute Inc., Cary, NC, USA, All Rights Reserved #Requires -Version 5.1 #This is a bootstrapper scripts since we can't call into the module directly from the bat script [CmdletBinding()] param ( [switch] $uninstall, [switch] $config, [string] $installDir, [string] $installLogDir = $null ) Import-Module -FullyQualifiedName "$PSScriptRoot\library\SasDeploymentController" -Force Remove-Sas @PSBoundParameters