if ($CreateExtraPartialTenantObjects -eq $true) { # create the first user mailbox to be configured by Bind-Organization when ...

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;          }
English
English (United States)
Deutsch (Deutschland)
German (Germany)
Español (España)
Spanish (Spain)
Français (France)
French (France)
italiano
Italian
Português
Portuguese
Русский
Russian