Out-qssdToad

From PowerGUI Wiki

Jump to: navigation, search

Exports input object of type SqlServerInfoCollection to Quest Toad for SQL Server configuration file.

Contents

Syntax

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

Detailed Description

Exports input object of type SqlServerInfoCollection to Quest Toad for SQL Server configuration file. If there is no Quest Toad for SQL Server 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
Personal tools