Exchange Server 통합 메시징 cmdlet 업데이트

적용 대상: Exchange Server 2013, Exchange Server 2016

Exchange Server 2010의 많은 UM(통합 메시징) cmdlet은 Exchange Server 2013에서 가져왔지만 이 cmdlet 중 일부는 변경되었습니다. 또한 Exchange 2013에 새로운 cmdlet이 추가되었습니다.

업데이트 매개 변수 및 새 UM cmdlet

다음은 Exchange 2013의 업데이트된 매개 변수 및 새 cmdlet입니다.

Cmdlet 매개 변수
New-UMIPGateway [-IPAddressFamily <IPv4Only | IPv6Only | Any>]
Set-UMIPGateway [-IPAddressFamily <IPv4Only | IPv6Only | Any>]
Get-UMMailbox [-AccountPartition <AccountPartitionIdParameter>]
Set-UMMailbox [-ImListMigrationCompleted <$true | $false> -VoiceMailAnalysisEnabled <$true | $false>]
Test-Connectivity [-CallRouter <SwitchParameter>]
New-UMCallAnsweringRule [-Name <String> [-CallerIds <MultiValuedProperty>] [-CallersCanInterruptGreeting <$true | $false>] [-CheckAutomaticReplies <$true | $false>] [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-ExtensionsDialed <MultiValuedProperty>] [-KeyMappings <MultiValuedProperty>] [-Mailbox <MailboxIdParameter>] [-Organization <OrganizationIdParameter>] [-Priority <Int32>] [-ScheduleStatus <Int32>] [-TimeOfDay <TimeOfDay>] [-WhatIf [<SwitchParameter>]]
Remove-UMCallAnsweringRule [-Identity <UMCallAnsweringRuleIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-Mailbox <MailboxIdParameter>] [-WhatIf [<SwitchParameter>]]
Get-UMCallAnsweringRule [-Identity <UMCallAnsweringRuleIdParameter>] [-DomainController <Fqdn>] [-Mailbox <MailboxIdParameter>]
Set-UMCallAnsweringRule [-Identity <UMCallAnsweringRuleIdParameter> [-CallerIds <MultiValuedProperty>] [-CallersCanInterruptGreeting <$true | $false>] [-CheckAutomaticReplies <$true | $false>] [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-ExtensionsDialed <MultiValuedProperty>] [-KeyMappings <MultiValuedProperty>] [-Mailbox <MailboxIdParameter>] [-Name <String>] [-Priority <Int32>] [-ScheduleStatus <Int32>] [-TimeOfDay <TimeOfDay>] [-WhatIf [<SwitchParameter>]]
Enable-UMCallAnsweringRule [-Identity <UMCallAnsweringRuleIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-Mailbox <MailboxIdParameter>] [-WhatIf [<SwitchParameter>]]
Disable-UMCallAnsweringRule [-Identity <UMCallAnsweringRuleIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-Mailbox <MailboxIdParameter>] [-WhatIf [<SwitchParameter>]]
Get-UMCallRouterSettings [-DomainController <Fqdn>] [-Server <ServerIdParameter>]
Set-UMCallRouterSettings Set-UMCallRouterSettings [-Confirm [<SwitchParameter>]] [-DialPlans <MultiValuedProperty>] [-DomainController <Fqdn>] [-IPAddressFamily <IPv4Only | IPv6Only | Any>] [-IPAddressFamilyConfigurable <$true | $false>] [-Server <ServerIdParameter>] [-SipTcpListeningPort <Int32>] [-SipTlsListeningPort <Int32>] [-UMPodRedirectTemplate <String>] [-UMStartupMode <TCP | TLS | Dual>] [-WhatIf [<SwitchParameter>]]
Disable-UMService -Identity <UMServerIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-Immediate <$true | $false>] [-WhatIf [<SwitchParameter>]]

참고: 이 cmdlet은 Exchange 2007 및 2010 UM 서버에서만 작동합니다.

Enable-UMService -Identity <UMServerIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-WhatIf [<SwitchParameter>]]

참고: 이 cmdlet은 Exchange 2007 및 2010 UM 서버에서만 작동합니다.

Get-UMService [-Identity <UMServerIdParameter>] [-DomainController <Fqdn>]
Set-UMService Set-UMService -Identity <UMServerIdParameter> [-Confirm [<SwitchParameter>]] [-DialPlans <MultiValuedProperty>] [-DomainController <Fqdn>] [-GrammarGenerationSchedule <ScheduleInterval[]>] [-IPAddressFamily <IPv4Only | IPv6Only | Any>] [-IPAddressFamilyConfigurable <$true | $false>] [-IrmLogEnabled <$true | $false>] [-IrmLogMaxAge <EnhancedTimeSpan>] [-IrmLogMaxDirectorySize <Unlimited>] [-IrmLogMaxFileSize <ByteQuantifiedSize>] [-IrmLogPath <LocalLongFullPath>] [-MaxCallsAllowed <Int32>] [-SIPAccessService <ProtocolConnectionSettings>] [-UMStartupMode <TCP | TLS | Dual>] [-WhatIf [<SwitchParameter>]]

모든 UM cmdlet에 대한 자세한 내용은 Exchange PowerShell을 참조하세요.