Maintain control of your Microsoft 365 data
Post Reply
c.schulzejn
Enthusiast
Posts: 53
Liked: 3 times
Joined: Oct 24, 2018 8:22 am
Full Name: Christoph Schulze
Contact:

Modern Authentication - pls create KB article

Post by c.schulzejn »

it happened the 3rd time that one of our technicans struggled with the whitepaper from your blogpost because of the linebreakes no being clearly visible on page 12. :cry:

I would be happy if there is a knowledge base article with at least good formatted code or with downloadable and interactive scripts :-)
Polina
Veeam Software
Posts: 2972
Liked: 705 times
Joined: Oct 21, 2011 11:22 am
Full Name: Polina Vasileva
Contact:

Re: Modern Authentication - pls create KB article

Post by Polina »

Hi Christoph,

Will this KB work for you? :)

(and thanks for the heads up - we'll check what's wrong there on page 12)
c.schulzejn
Enthusiast
Posts: 53
Liked: 3 times
Joined: Oct 24, 2018 8:22 am
Full Name: Christoph Schulze
Contact:

Re: Modern Authentication - pls create KB article

Post by c.schulzejn »

Hi Polina,

the KB describes not the same thing the blogpost does. So I have to say: no, it will not work for us.
Polina
Veeam Software
Posts: 2972
Liked: 705 times
Joined: Oct 21, 2011 11:22 am
Full Name: Polina Vasileva
Contact:

Re: Modern Authentication - pls create KB article

Post by Polina » 1 person likes this post

Ok, what if we do it the following way for now?

To assign roles required to work with Exchange Online:

Code: Select all

New-ManagementRoleAssignment -Role:ApplicationImpersonation -User: vboaccount@domain.onmicrosoft.com

Code: Select all

New-ManagementRoleAssignment -Role: “View-Only Configuration” -User: vboaccount@domain.onmicrosoft.com

Code: Select all

New-ManagementRoleAssignment -Role: “View-Only Recipients” -User: vboaccount@domain.onmicrosoft.com

Code: Select all

New-ManagementRoleAssignment -Role: “Mailbox Search” -User: vboaccount@domain.onmicrosoft.com
To review roles and permissions assigned to the service account for Exchange Online:

Code: Select all

Get-ManagementRoleAssignment -RoleAssigneeType:User -RoleAssignee:vboaccount@domain.onmicrosoft.com
To assign roles required to work with SharePoint Online and OneDrive for Business:

Code: Select all

Connect-MsolService 
Add-MsolRoleMember -RoleName “SharePoint Service Administrator” -RoleMemberEmailAddress “vboaccount@domain.onmicrosoft.com”
And you can also use some scripts provided in the VBO user guide.
c.schulzejn
Enthusiast
Posts: 53
Liked: 3 times
Joined: Oct 24, 2018 8:22 am
Full Name: Christoph Schulze
Contact:

Re: Modern Authentication - pls create KB article

Post by c.schulzejn »

that's better, but still not perfect =)
Post Reply

Who is online

Users browsing this forum: No registered users and 17 guests