Out-qssdLitespeed

From PowerGUI Wiki

Jump to: navigation, search

Exports input object of type SqlServerInfoCollection to Quest Litespeed configuration file.

Contents

Syntax

Out-qssdLitespeed [[-inputObject] <ScanResultWrapper>] [[-Output] <String>] [<CommonParameters>]

Detailed Description

Exports input object of type SqlServerInfoCollection to Quest Litespeed configuration file. If there is no Quest Litespeed intalled, the command could export SqlServerInfoCollection to file, which provided with -Output parameter.


Related Commands

Parameters

Name Description Required? Pipeline Input Default Value
inputObject It's a SqlServerInfoCollection taken from pipeline. false true (ByValue)
Output File name false false


Notes

Quest Litespeed should be closed while exporting servers to its configuration file.

Personal tools