Get-CMExchangeServer
Gets a Configuration Manager Exchange Server object.
Syntax
Get-CMExchangeServer
[-ExchangeServerUrl <String>]
[-SiteCode <String>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
Description
The Get-CMExchangeServer cmdlet gets an object that represents a Microsoft Exchange Server that Configuration Manager uses.
Configuration Manager works with Exchange Server to manage mobile devices that cannot run Configuration Manager clients.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1: Get all Exchange Server systems
PS XYZ:\> Get-CMExchangeServer
This command gets all the Exchange Server items for a Configuration Manager server.
Example 2: Get an Exchange Server for a site
PS XYZ:\> Get-CMExchangeServer -SiteCode "PE1"
This command gets an Exchange Server for the site identified by the site code PE1.
Example 3: Get a specified nextref_exchange
PS XYZ:\> Get-CMExchangeServer -Address "https://localhost/PowerShell"
This command gets the Exchange Server with the specified address.
Parameters
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ExchangeServerUrl
Type: | String |
Aliases: | Address |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SiteCode
Specifies the site code for a Configuration Manager site associated with the Exchange Server.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
ExchangeConnector[]
ExchangeConnector