< Back

New-DeviceManagementExchangeConnectorObject

Sat Jan 18, 2020 12:21 pm

NAME New-DeviceManagementExchangeConnectorObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.deviceManagementExchangeConnector" (or one of its derived

types).





SYNTAX

New-DeviceManagementExchangeConnectorObject [-connectorServerName <string>] [-exchangeAlias <string>]

[-exchangeConnectorType <string>] [-exchangeOrganization <string>] [-lastSyncDateTime <DateTimeOffset>]

[-primarySmtpAddress <string>] [-serverName <string>] [-status <string>] [-version <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.deviceManagementExchangeConnector" (or one of its derived

types).



Entity which represents a connection to an Exchange environment.





PARAMETERS

-lastSyncDateTime <DateTimeOffset>

The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.



Last sync time for the Exchange Connector



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-status <string>

The "status" property, of type "microsoft.graph.deviceManagementExchangeConnectorStatus".



This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.



Exchange Connector Status



Valid values: 'none', 'connectionPending', 'connected', 'disconnected'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-primarySmtpAddress <string>

The "primarySmtpAddress" property, of type "Edm.String".



This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.



Email address used to configure the Service To Service Exchange Connector.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-serverName <string>

The "serverName" property, of type "Edm.String".



This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.



The name of the Exchange server.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-connectorServerName <string>

The "connectorServerName" property, of type "Edm.String".



This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.



The name of the server hosting the Exchange Connector.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-exchangeConnectorType <string>

The "exchangeConnectorType" property, of type "microsoft.graph.deviceManagementExchangeConnectorType".



This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.



The type of Exchange Connector Configured.



Valid values: 'onPremises', 'hosted', 'serviceToService', 'dedicated'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-version <string>

The "version" property, of type "Edm.String".



This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.



The version of the ExchangeConnectorAgent



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-exchangeAlias <string>

The "exchangeAlias" property, of type "Edm.String".



This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.



An alias assigned to the Exchange server



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-exchangeOrganization <string>

The "exchangeOrganization" property, of type "Edm.String".



This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.



Exchange Organization to the Exchange server



Required? false

Position? named

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





RELATED LINKS