Uninstall-Erlang

Copy
NAME
    Uninstall-Erlang
    
SYNOPSIS
    Uninstalls prior installation of Erlang
    
    
SYNTAX
    Uninstall-Erlang [-InstallPath <string>] [<CommonParameters>]
    
    
DESCRIPTION
    
  Uninstalls Erlang and terminates all the related running processes.  

PARAMETERS
    -InstallPath <string>
        Allows you to specify the path of the Erlang installation directory. If a path is not provided, the default path from InstallConfig.json is used.

    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
    ----------  EXAMPLE 1  ----------
    
    PS C:\>Uninstall-Erlang
    
REMARKS
    To see the examples, type: "get-help Uninstall-Erlang -examples".
    For more information, type: "get-help Uninstall-Erlang -detailed".
    For technical information, type: "get-help Uninstall-Erlang -full".
    For online help, type: "get-help Uninstall-Erlang -online"