Which user accounts will be synchronized?
An organization deploys an Office 365 tenant.
User accounts must be synchronized to Office 365 by using the Windows Azure Active Directory Sync tool.
You have the following password policies:
Passwords for the on-premises Active Directory Domain Services (AD DS) user accounts are at least six characters long.
Passwords for Office 365 user accounts are at least eight characters long.
You need to ensure that the user accounts will be synchronized. Which user accounts will be synchronized? synchronizes user passwords from your on-premises Active Directory to Azure Active Directory. When password sync is enabled, the password complexity policies configured in the on-premises Active Directory override any complexity policies that are defined in the cloud for synchronized users.
Which three actions should you perform?
An organization plans to migrate to Office 365. You use the Windows Azure Active Directory (AD) Sync tool.
Several users will not migrate to Office 365. You must exclude these users from synchronization. All users must continue to authenticate against the on-premises Active Directory.
You need to synchronize the remaining users.
Which three actions should you perform? Each correct answer presents part of the solution. object that is to be filtered in your on-premises Active Directory. Then you need to enable Active Directory synchronization filtering and configure the connection filter to use the user attribute. Finally, you must perform a full synchronization.
You need to ensure that partner accounts are NOT synchr…
You are the Office 365 administrator for your company. The company synchronizes the local Active Directory objects with a central identity management system.
The environment has the following characteristics:
Each department has its own organizational unit (OU).
The company has OU hierarchies for partner user accounts.
All user accounts are maintained by the identity management system.
You need to ensure that partner accounts are NOT synchronized with Office 365.
What should you do? allows you to filter out objects that should not be synchronized to the cloud. The objects that can be filtered are:
How should you complete the relevant Windows PowerShell…
DRAG DROP
Litware Inc. has an Office 365 Enterprise El plan. Employees have access to all Office 365 services.
Employees in the human resources (HR) department must continue to use the on-premises SharePoint 2013 deployment due to legal requirements.
You need to disable access to SharePoint Online for all HR department employees.
How should you complete the relevant Windows PowerShell commands? To answer, drag the appropriate
Windows PowerShell segment to the correct location or locations in the answer area. Each Windows
PowerShell segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Select and Place:
Explanation/Reference:
Box 1: -MsolLicenseOptions
We must create license object. The New-MsolLicenseOptions cmdlet creates a new License Options object.
Box 2: SHAREPOINTSTANDARD
We must disable SharePoint Online. SharePoint Online is denoted by SHAREPOINTSTANDARD.
The New-MsolLicenseOptions-DisabledPlans <string[]> produces a list of service plans to disable when assigning this license to the user.
Box 3: We get all HR department users through the Get –MsolUser –All –Department “HR” command.
The Get-MsolUser cmdlet can be used to retrieve an individual user, or list of users.
constructed.
Which Windows PowerShell cmdlet should you use?
Your company uses Office 365. You need to identify which users do NOT have a Microsoft Exchange Online license assigned to their user account.
Which Windows PowerShell cmdlet should you use? license.
Which Windows PowerShell command should you run?
A company migrates to Office 365. 2,000 active users have valid Office 365 licenses assigned.
An additional 5,000 user accounts were created during the migration and testing processes. These users do not have any licenses assigned.
You need to remove the Office 365 user accounts that do not have any licenses assigned by using the least
amount of administrative effort.
Which Windows PowerShell command should you run? and the –UnlicensedUsersOnlyparameters to retrieve all unlicensed users.
Which Windows PowerShell cmdlet should you use?
Your company has a hybrid deployment of Office 365. You need to verify whether free/busy information sharing with external users is configured.
Which Windows PowerShell cmdlet should you use? created for federated sharing with other federated Exchange organizations or for hybrid deployments with click Start, click All Programs, click Microsoft Exchange Server 2010, and then click Exchange Management domainname In this command, the placeholder represents the default Office 365 domain (for example, adatum.onmicrosoft.com). the target domain must have to make sure that the federation trust is set up correctly. command: Get-OrganizationRelationship | FL
Which three actions should you perform in sequence?
DRAG DROP
A company plans to use Office 365 to provide email services to employees. The company obtains a custom domain name to use with Office 365.
You need to add the domain name to Office 365.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
Explanation/Reference:
tasks such as user management, domain management and for configuring single sign-on. module MSOnline at the Windows PowerShell command prompt. a domain with managed or federated identities
Which four Windows PowerShell cmdlets should you run in…
DRAG DROP
Fabrikam Inc. plans to use the domain fabrikam.com for Office 365 user identities, email addresses, Session
Initiation Protocol (SIP) addresses, and a public-facing home page.
Single sign-on (SSO) between Office 365 and the on-premises Active Directory is NOT required.
You need to configure the Office 365 plan.
Which four Windows PowerShell cmdlets should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
domain with managed or federated identities. domain. custom TXT or MX DNS record must be added for the domain. The domain must first be added using the New- retrieve the details of the DNS record that must be set. default domain setting for the company.
Which Windows PowerShell cmdlet should you run?
You have an Office 365 environment. Synchronization between the on-premises Active Directory and Office
365 is enabled.
You need to deactivate directory synchronization.
Which Windows PowerShell cmdlet should you run?
complete command to disable directory Sync is Set-MsolDirSyncEnabled –EnableDirSync $false