READ Free Dumps For Microsoft- 70-346
Question ID 14191 | A company has an Office 365 tenant that has an Enterprise E1 subscription. The company
has offices in several different countries.
You need to restrict Office 365 services for existing users by location.
Which Windows PowerShell cmdlet should you run?
|
Option A | Set-MsolUser
|
Option B | Redo-MsolProvisionUser
|
Option C | Set-MsolUserLicense
|
Option D | Set-MsolUserPrincipalName
|
Option E | Convert-MsolFederatedUser
|
Option F | Set-MailUser
|
Correct Answer | A |
Explanation Explanation: The Set-MsolUser cmdlet is used to update a user object. Example: The following command sets the location (country) of this user. The country must be a two-letter ISO code. This can be set for synced users as well as managed users. Set-MsolUser -UserPrincipalName user@contoso.com -UsageLocation "CA" Note: Some organizations may want to create policies that limit access to Microsoft Office 365 services, depending on where the client resides. Active Directory Federation Services (AD FS) 2.0 provides a way for organizations to configure these types of policies. Office 365 customers using Single Sign-On (SSO) who require these policies can now use client access policy rules to restrict access based on the location of the computer or device that is making the request. Customers using Microsoft Online Services cloud User IDs cannot implement these restrictions at this time. Reference: Limiting Access to Office 365 Services Based on the Location of the Client https://technet.microsoft.com/en-us/library/hh526961(v=ws.10).aspx Reference: Set-MsolUser https://msdn.microsoft.com/en-us/library/azure/dn194136.aspx
Question ID 14192 | You are the Office 365 administrator for your company. The company has two
administrators named User1 and User2.
Users must be able to perform the activities as shown in the following table:
You need to grant the appropriate administrative role to each user.
What should you do? To answer, drag the appropriate role to the correct user. Each role
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.
|
Option A |
|
Correct Answer | A |
Explanation