if ($CreateExtraPartialTenantObjects -eq $true) { # create the first user mailbox to be configured by Bind-Organization when the tenant is "bound". This call does not actually invoke "live" to create the live id # and depends on binding to fix this to a real live id. New-SyncMailbox -Organization $RoleOrganizationHierarchicalPath -BypassLiveId -Name mailbox1 -NetID "0000000000000000" -WindowsLiveID "mailbox1@$RoleTenantDomainName"-ExternalDirectoryObjectId "00000000-0000-0000-0000-000000000000" -UseExistingLiveID:$true -OverrideRecipientQuotas:$true -DoNotCheckAcceptedDomains:$true; # Create the vanity domain used by bind organization, skip domain validation because all partial tenants will have this domain name New-AcceptedDomain -Organization $RoleOrganizationHierarchicalPath -Name precreated6815f323.com -DomainName precreated6815f323.com -LiveIdInstanceType Business -SkipDomainNameValidation | Set-AcceptedDomain -PendingCompletion:$false; }
if (!(get-service MSExchangeStreamingOptics* | where {$_.name -eq "MSExchangeStreamingOptics"})) { Install-ExchangeStreamingOptics ...
if (!(get-service MSMessageTracingClient* | where {$_.name -eq "MSMessageTracingClient"})) { Stop-SetupService -ServiceName ...
if (![string]::IsNullOrEmpty($RoleDatacenterPushNotificationEnvironment)) { $pushNotificationAuthKeysPath = 'HKLM:\SOFTW ...
if (![string]::IsNullorEmpty($RolePreferredServer)) { Write-ExchangeSetupLog -Info ("Setting Domain Controller to use for ...
if ($CreateExtraPartialTenantObjects -eq $true) { # create the first user mailbox to be configured by Bind-Organization when ...
if ($CreateSharedConfiguration) { Write-ExchangeSetupLog -info "TemplateTenant feature provisioning"; Set-OrganizationFlags ...
if ($PilotEnabled) { Set-OrganizationFlags $RoleOrganizationHierarchicalPath -IsPilotingOrganization:$true -IsUpgradeOperationInProgress:$true ...
if ($RoleCustomerFeedbackEnabled -ne $null) { $organizationConfig = get-OrganizationConfig; if ($organizationConfig.CustomerFeedbackEnabled ...
if ($RoleDatacenterEnableFullLanguageMode -eq "True") { . $RoleBinPath\CentralAdminSetup.ps1; AddLocalComputerAccountToCentralAdminServersGroup ...