which order should you perform the actions?

DRAG DROP
Your network contains four servers. The servers are configured as shown in the following table.

You create a new user account for a temporary user named User1.
You plan to create a new mailbox for User1.
You need to recommend which actions must be performed to ensure that User1 can modify only the
values of his home phone number attribute and his office location attribute.
In which order should you perform the actions?
To answer, move all actions from the list of actions to the answer area and arrange them in the
correct order.

DRAG DROP
Your network contains four servers. The servers are configured as shown in the following table.

You create a new user account for a temporary user named User1.
You plan to create a new mailbox for User1.
You need to recommend which actions must be performed to ensure that User1 can modify only the
values of his home phone number attribute and his office location attribute.
In which order should you perform the actions?
To answer, move all actions from the list of actions to the answer area and arrange them in the
correct order.

Answer:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Senan Kazimov

Senan Kazimov

1)Discover which built-in role to use as the parent;
new-managementrole -parent
2)Edit them;
Get-ManagementRoleEntry –Identity ‘role1\*’ | Where {$_.Name –ne
‘New-Mailbox’} | remove-managementroleentry
3)Add the cmdlets to your role and specify the parameters that you’ll allow;
add-managementroleentry -parameters
4)Add your new management role;
New-ManagementRoleAssignment