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 が {1} のロケールの "{0}" として識別されるプロンプトが見つからなかったため ユーザー インターフェイス構成ファイルを解析できませんでした
ID の部分的な引数と共に 等値 (-eq) 比較演算子を使用しました 代わりに Like (-like) 比較演算子を使用してください
ID プロバイダーのフェデレーション領域 これは 認証によってフェデレーション ID プロバイダーからトークン応答がリダイレクトされる宛先のサイトです FederationRealm は現在 eSTS-OrgId フェデレーション専用です
IEndPointManager を実装するクラスも 空のコンストラクターまたは (string, byte[], string) 型のコンストラクターを含むクラスも見つかりませんでした ファイル: %1
if (($RoleIsDatacenter -ne $true) -and ($RoleIsDatacenterDedicated -ne $true)) { if (test-ExchangeServersWriteAccess -DomainController ...
if(!$CreateSharedConfiguration){場合 ($AuthoritativeOnly){$acceptedDomains = @(get accepteddomain-組織 $RoleTenantOrganizationFullPath ...
IgnoreCase 属性は ItemHasKnownEntity ルール内の正規表現でしか使用できません IgnoreCase 属性を削除するか マニフェスト ファイルの ItemHasKnownEntity ルールに対して RegExFilter ...
IgnoreDefaultScope スイッチを使用する場合は Identity パラメーターに識別名が含まれている必要があります Identity パラメーターに有効な DN を指定してやり直してください
IgnoreDefaultScope パラメーターが有効になっている場合 ID と OrganizationalUnit パラメーターを同時に使用することはできません