-
- Enthusiast
- Posts: 53
- Liked: 3 times
- Joined: Oct 24, 2018 8:22 am
- Full Name: Christoph Schulze
- Contact:
Modern Authentication - pls create KB article
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.
I would be happy if there is a knowledge base article with at least good formatted code or with downloadable and interactive scripts
I would be happy if there is a knowledge base article with at least good formatted code or with downloadable and interactive scripts
-
- Veeam Software
- Posts: 3191
- Liked: 774 times
- Joined: Oct 21, 2011 11:22 am
- Full Name: Polina Vasileva
- Contact:
Re: Modern Authentication - pls create KB article
Hi Christoph,
Will this KB work for you?
(and thanks for the heads up - we'll check what's wrong there on page 12)
Will this KB work for you?
(and thanks for the heads up - we'll check what's wrong there on page 12)
-
- 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
Hi Polina,
the KB describes not the same thing the blogpost does. So I have to say: no, it will not work for us.
the KB describes not the same thing the blogpost does. So I have to say: no, it will not work for us.
-
- Veeam Software
- Posts: 3191
- Liked: 774 times
- Joined: Oct 21, 2011 11:22 am
- Full Name: Polina Vasileva
- Contact:
Re: Modern Authentication - pls create KB article
Ok, what if we do it the following way for now?
To assign roles required to work with Exchange Online:
To review roles and permissions assigned to the service account for Exchange Online:
To assign roles required to work with SharePoint Online and OneDrive for Business:
And you can also use some scripts provided in the VBO user guide.
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
Code: Select all
Get-ManagementRoleAssignment -RoleAssigneeType:User -RoleAssignee:vboaccount@domain.onmicrosoft.com
Code: Select all
Connect-MsolService
Add-MsolRoleMember -RoleName “SharePoint Service Administrator” -RoleMemberEmailAddress “vboaccount@domain.onmicrosoft.com”
-
- 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
that's better, but still not perfect =)
Who is online
Users browsing this forum: No registered users and 25 guests