Start Site
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Start Site

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of Otter 3.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

Start Site

Starts an IIS Site.

Script usage:

IIS::Start-Site(
	[WaitForStartedStatus: <true/false>],
	Name: <text>
);

Arguments:

NameFormatScript UsageUsage Notes
Wait for started status
true/false
WaitForStartedStatus
Site (default)
text
Name
The name of the IIS site to operate on. This argument is required.

Example:

# stops the BuildMaster web site 
IIS::Stop-Site BuildMaster;

# starts the BuildMaster web site
IIS::Start-Site BuildMaster;

Was this article helpful?

What's Next
ESC

Eddy, a super-smart generative AI, opening up ways to have tailored queries and responses