Connect-Exchange
Connect-Exchange
SYNOPSIS
SYNTAX
Server
Connect-Exchange [-Server] <Object> [-Credential <PSCredential>] [<CommonParameters>]
Online
Connect-Exchange [-Credential <PSCredential>] [-Online] [<CommonParameters>]
DESCRIPTION
EXAMPLES
Example 1
PS C:\>
PARAMETERS
-Credential
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Online
Type: SwitchParameter
Parameter Sets: Online
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Server
Type: Object
Parameter Sets: Server
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.Object
OUTPUTS
System.Object
NOTES
RELATED LINKS
You can view the revision history or edit this page on GitHub.