< Back

Connect-MonTarget

Sat Jan 18, 2020 4:21 pm

NAME Connect-MonTarget



SYNOPSIS

Establish a connection to the specified target.





SYNTAX

Connect-MonTarget [-Name] <String> [<CommonParameters>]





DESCRIPTION

Establish a connection to the specified target.

All configured capabilities will be considered.





PARAMETERS

-Name <String>

The name of the target to connect to.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<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).



INPUTS



OUTPUTS

System.Collections.Hashtable





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Connect-MonTarget -Name server.contoso.com



Establishes a connection to server.contoso.com











RELATED LINKS