Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Stop Polaris

Tyler James Leonhardt edited this page Oct 5, 2017 · 1 revision

NAME

Stop-Polaris

SYNOPSIS

Stops the web server.

SYNTAX

Stop-Polaris [[-ServerContext] <Object>] [<CommonParameters>]

DESCRIPTION

Stops the web server.

PARAMETERS

  • ServerContext: (Optional) The server that you wish to stop. Defaults to the global instance.
  • CommonParameters

EXAMPLE

$app = Start-Polaris

Stop-Polaris

Stop-Polaris -ServerContext $app
Clone this wiki locally