if (($RoleIsDatacenter -ne $true) -and ($RoleIsDatacenterDedicated -ne $true)) { if (test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue) { # upgrade the discovery mailboxes to R5 version, this will fix the RecipientDisplayType property of the discovery mailbox which was wrong in R4. get-mailbox -RecipientTypeDetails DiscoveryMailbox -DomainController $RoleDomainController | where {$_.IsValid -eq $false} | set-mailbox -DomainController $RoleDomainController $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName; $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxDisplayName; $mbxs = @( get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1 ); if ( $mbxs.length -eq 0) { $dbs = @(get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController); if($dbs.Length -ne 0) { $mbxUser = @(get-user -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1); if ($mbxUser.Length -ne 0) { enable-mailbox -Discovery -identity $mbxUser[0] -DisplayName $dispname -database $dbs[0].Identity; } } } } else { write-exchangesetuplog -info "권한이 부족하여 검색 검색 사서함 만들기를 건너뜁니다." } }
ID가 '{0}'인 UM 사서함은 레거시 사서함입니다. 사용자 사서함 서버의 버전과 호환되는 Windows PowerShell 창에서 이 명령을 실행해야 합니다.
ID가 {0}인 자동 전화 교환은 사용할 수 없습니다. 이 자동 전화 교환에 연결된 번호에 대한 호출에는 응답하지 않습니다.
ID가 {1}인 로캘에 대해 "{0}"(으)로 식별되는 음성 안내를 찾을 수 없어 사용자 인터페이스 구성 파일을 구문 분석하지 못했습니다.
IEndPointManager를 구현하는 클래스와 빈 생성자 또는 (string, byte[], string) 형식의 생성자가 포함된 클래스를 모두 찾을 수 없습니다. 파일: %1
if (($RoleIsDatacenter -ne $true) -and ($RoleIsDatacenterDedicated -ne $true)) { if (test-ExchangeServersWriteAccess -DomainController ...
if(!$CreateSharedConfiguration) { 경우 ($AuthoritativeOnly) { $acceptedDomains = @(합니다.-조직 $RoleTenantOrganizationFullPath ...
IgnoreCase 특성은 ItemHasKnownEntity 규칙의 정규식에만 사용할 수 있습니다. IgnoreCase 특성을 제거하거나 매니페스트 파일에서 ItemHasKnownEntity 규칙에 대해 RegExFilter ...
IgnoreDefaultScope 매개 변수를 사용하도록 설정한 경우에는 Identity 및 OrganizationalUnit 매개 변수를 동시에 사용하면 안 됩니다.
IgnoreDefaultScope 스위치를 사용할 때는 Identity 매개 변수에 고유 이름이 포함되어야 합니다. Identity 매개 변수에 유효한 DN을 지정하고 다시 시도하십시오.