User Profile
MichaelOliv
Iron Contributor
Joined 8 years ago
User Widgets
Recent Discussions
Re: External Users won’t receive confirmation emails
Hello, At our first tests with bookings we had the same problem. We apply this : https://learn.microsoft.com/en-us/microsoftteams/bookings-app-admin#changing-your-default-domain-when-setting-up-a-bookings-mailbox And it worked. But since last week, it seems not working anymore...997Views0likes0Commentsmanaged Google Play Account in Intune/MEM + MFA
Hello, We already have a google account that is link to our Intune tenant. And we already use Managed google play for apps. Including private apps. But this account has no MFA in Google. I think it's better for security reasons. But do you know if I'm going to have problems in Intune if I do this now please?Solved553Views0likes3CommentsRe: Best practice for the managed Google Play Account in Intune/MEM
Hello, Sorry I refresh an old post. 😉 But it's the one that I find for my research. Is it a good thing to use the same account for managed Google Play and for the factory reset protection please? I ask this because when I trie to connect to my Managed Google play account, it ask me to verify my account with phones that I don't have anymore. I think it's phones where the account was used to do a factory reset. So I think it's better to have 2 differents accounts but I need your advice on this. 😉 And other question that was not answer here 2 years ago but now maybe. Is there an impact of adding an MFA method to the Managed Google play account? To avoid this problem of verification with phones that I don't have. I thinks there is no problem but I need to be sure. If I remember correctly it's not possible to have no more MFA configuration in gmail if we had one previously.3KViews0likes0CommentsRe: Shareable links in Outlook - recipient doesn't have access to this link
I answer late and sorry I don't have a solution. But I have the same problem when I try to share a Onedrive file by mail (OWA). I insert a file in the mail to a recipient. Weeks ago the sharing was done automatically. But now I receive a reply from Microsoft Outlook with Object : "Something went wrong while we were giving recipients access to the file." And the recipient has no access to the file. I have a case open at Microsoft since 1 month but they talk about closing it because I'm the only one to see the problem in my company and I don't understand why. It was working before.2.3KViews0likes0CommentsLocate Android fully managed
Hello, I read that is now possible to locate Android Entreprise Fully managed in Intune : https://learn.microsoft.com/en-us/mem/intune/remote-actions/device-locate#supported-platforms I activate the Locate device in the device restrictions for my phone test. But every time I try to locate the device in Intune, I have the notification on the phone but I have an error on Intune : The locate device action failed. Try refreshing. Did you try? Is it working?4.8KViews0likes6CommentsRe: How to manage a bookings site after the owner leaves the organization
SubhamKSinha Thanks. I missed that one : Add-RecipientPermission -Identity <bookingmailbox@emailaddress> -Trustee <adminusers@emailaddress> -AccessRights SendAs -Confirm:$false In summary : Extract the list of all Bookings : get-mailbox -RecipientTypeDetails scheduling Add this permission : Add-MailboxPermission -Identity <bookingmailbox@emailaddress> -User <adminusers@emailaddress> -AccessRights FullAccess -Deny:$false -AutoMapping:$false Add this last permission : Add-RecipientPermission -Identity <bookingmailbox@emailaddress> -Trustee <adminusers@emailaddress> -AccessRights SendAs -Confirm:$false And I create a little script to find booking without staff on it: $AllBookingsMailbox = get-mailbox -RecipientTypeDetails scheduling foreach ($BookingMailbox in $AllBookingsMailbox) { $Permissions = Get-MailboxPermission -Identity $BookingMailbox.Identity $NbPermissions = $Permissions.Count #If only 2 permissions that is the default ones If ($NbPermissions -eq 2) { Get-MailboxPermission -Identity $BookingMailbox.Identity |Format-List } }24KViews3likes0CommentsRe: How to manage a bookings site after the owner leaves the organization
Hello, This post is old but we find it easily. And it is usefull. I uses your powershell to see all Bookings and try to add me on some. After adding my account I have access to it. But I can only view. I can't do anything on it. I can't add staff or modify/create service. Do you know how to do it please?24KViews0likes0CommentsRe: rdp files are no longer opened since version 108
Thanks for the tips. With the ExemptFileTypeDownloadWarnings we have no more alert message but "always open files of this type" is still grey out? Does someone has a solution please? I think we can use AutoOpenAllowedForURLs and AutoOpenFileTypes but I think in this case it will be restrictive and the user will not have the possibility to add other extension or URL.23KViews0likes2CommentsEnable the Request Files on OneDrives without also enabling Anyone links.
Hello, We have learn about this new possibility to enable the Request Files scenario on OneDrives without also enabling file & folder Anyone links : https://www.microsoft.com/fr-fr/microsoft-365/roadmap?filters=&searchterms=98097 And I see this documentation that I find not very clear : https://support.microsoft.com/en-us/office/create-a-file-request-f54aa7f8-2589-4421-b351-d415fc3b83af#:~:text=Here%27s%20how%20to%20request%20files,they%20get%20the%20file%20request.) I check what is in our tenant. In Sharepoint administration, Anyone link is activate for SharePoint but not for Onedrive. I would like to allow the Request files for everyones onedrive in our tenant but not activate anyone link. It should be possible now. So I did that : Get-SPOTenant |select OneDriveRequestFilesLinkEnabled It's already at True. But Request file are not activate one Onedrive. So I did that for a onedrive : set-sposite -identity "https://contoso-my.sharepoint.com/personal/XXXXXXXXXXXXXX" -RequestFilesLinkEnabled $true And for this Onedrive is now possible to Request files without have Anyone link activate. Did you try on your side? Is it possible to activate it for all onedrive directly?1.4KViews0likes0Comments
Recent Blog Articles
No content to show