User Profile
blue_man
Iron Contributor
Joined Jan 30, 2018
User Widgets
Recent Discussions
Re: Adding External but Federated users in a group chat
Can I just double check that the group chat will allow different federated external users from different federated external domains into the group chat? And not just multiple external federated users from the same external federated domain?355Views0likes0CommentsRe: Teams Meeting Recordings and Transcriptions - Retention Concerns
Ukiman1014 Looks like this will be available soon. and delete Microsoft OneDrive for Business transcript files MC726122 · Published 6 Mar 2024 Service & monthly active users Microsoft Teams (2,940) Relevance Medium Platform Android, Desktop, iOS, Mac, Web Roadmap ID https://www.microsoft.com/en-GB/microsoft-365/roadmap?filters=&searchterms=365720 Tag ADMIN IMPACT NEW FEATURE Message Summary With this new feature, Microsoft Teams meeting transcript files will be saved in Microsoft OneDrive for Business for transcription-only meetings. Users will be able to view, download, and delete transcript files from one place (OneDrive for Business) instead of two places (OneDrive for Business and Microsoft Exchange Online). This message is associated with Microsoft 365 Roadmap ID 365720 When this will happen: Targeted release: We will begin rolling out early April 2024 and expect to complete by mid-April 2024.Worldwide, GCC, GCC High, and DoD: We will begin rolling out mid-April 2024 and expect to complete by late April 2024. How this will affect your organization: Currently, if the admin turns on transcription for the organization, you can view, download, and delete transcript files saved on both OneDrive for Business and Exchange Online directly from the tile "Transcript" in the Microsoft Teams meeting chat or in the Recap tab in the Teams calendar invite. With this new feature, we will stop saving transcript files on Exchange Online. We will communicate this change here when it is set to begin. What you need to do to prepare: There is no action needed to prepare for this change. You may want to notify your users about this change and update any relevant documentation as appropriate.21KViews0likes1CommentRe: Teams Meeting Recordings and Transcriptions - Retention Concerns
Has there been any movement on this regarding being able to add retention policies on Teams meeting transcription files? From what I can find I would say no, but wanted to check. I've also been thinking is there anything we can do with PowerShell/Graph API here? Could we maybe script it out and have a script or do this programmatically to say if the file in the transcript Exchange hidden folder (whatever folder this is called) is x amount days old just delete it? I've been trying to use MFCMAPI to search my online inbox and can't see where this folder would be though? I can see a substrate files folder with sub folders but they seem to be empty. Any ideas anyone?27KViews0likes0CommentsMicrosoft Teams Error Code 0xcaa80000
0xcaa80000 Hi, Has any come across this error code for Teams 0xcaa80000? Seem to be a lot of forum post about Outlook on various forums, but nothing for Teams. I have tried from a different Windows account on the same machine and can login fine. Tried deleting the cache etc. Made sure the time is correct and is auto updating. Teams was signing in previously for the user, but has stopped working today. They can log to the Teams web app fine from the same windows account. Our authentication goes via a local ADFS server. Full message is: We can't connect you It looks like we can't connect to one of our services at the moment. Please try again later, or contact your helpdesk if the issue persists. 0xcaa80000 adfs.domain.comSolved204KViews0likes8CommentsBlocked Teams Apps
Hi, I am pretty sure a couple of months ago Microsoft mentioned in the message centre that they were going to release a script to allow admins to revert the change they made that now displays all blocked apps in the Teams Apps App. Basically, we don't want blocked apps to be able to be requested or seen by end users. Does anyone know if this script was ever released?2KViews0likes1CommentO365 Licensing Add Additional Service Plans via PowerShell
I am receiving the below error when running the below PowerShell command. I think this issue is because the user already has an E3 license with some service plans enabled. How do I enable additional service plans for a user who already has an E3 license and service plans enabled? Set-MsolUserLicense : Unable to assign this license because it is invalid. Use the Get-MsolAccountSku cmdlet to retrieve a list of valid licenses. Connect-MsolService $Users = Import-csv "C:\Users\username\Desktop\userlist.csv" $AccountSkuId = "tenant:ENTERPRISEPACK" $ServicePlans = Get-MsolAccountSku | Where {$_.SkuPartNumber -eq "ENTERPRISEPACK"} ### Setting up the license option to disable SharePoint etc ###, $LicenseOptions = New-MsolLicenseOptions -AccountSkuId "tenant:ENTERPRISEPACK" -DisabledPlans "KAIZALA_O365_P3","MICROSOFT_SEARCH","WHITEBOARD_PLAN2","MIP_S_CLP1","MYANALYTICS_P2","BPOS_S_TODO_2","FORMS_PLAN_E3","Deskless","FLOW_O365_P2","POWERAPPS_O365_P2","PROJECTWORKMANAGEMENT","SWAY","INTUNE_O365","YAMMER_ENTERPRISE","RMS_S_ENTERPRISE","SHAREPOINTWAC" $Users | ForEach-Object { Set-msoluser -UserPrincipalName $_.UserPrincipalName Set-MsolUserLicense -UserPrincipalName $_.UserPrincipalName -AddLicenses $AccountSkuId -LicenseOptions $LicenseOptions }Solved3.7KViews0likes2CommentsMinimizing the message header in Outlook click-to-run to display the number of message attachments
Is it possible to minimise the Outlook message header in Outlook click-to-run like it is in Outlook 2013/2016 so it then displays the number of message attachments? see link below for example. https://www.msoutlook.info/question/839#:~:text=Press%20the%20little%20chevron&text=)%20in%20the%20bottom%20right%20corner,collapse%20to%20a%20minimalistic%20state.777Views0likes1CommentRe: Any way for IT Admins to take ownership of all Forms created in an organization?
ootb20229 I don't think this is what people are asking for as such. I'm not anyway. We need a way to search the actual data in the forms being saved. Obviously, if you save them into an O365 group it should give you this option, but most users won't do this or if you give them training/guidance they will forget. It needs to be as soon as a form is created (whether in an O365 group or not) the data is then searchable within the compliance search tools for O365.72KViews0likes0CommentsMicrosoft Teams: User request flows for blocked apps
Does anyone know if there is a way to disable this new feature and re-hide all disabled apps from our end users? We do not want our users to be able to start requesting apps we have disabled. https://www.microsoft.com/en-ww/microsoft-365/roadmap?filters=&searchterms=84469Solved7.1KViews0likes12CommentsRe: Set-SPOTenant : The operation has timed out and Set-SPOSite : The remote server returned an error: (
No that does not seem to work either ,(Get-SPOSite -IncludePersonalSite $true -Limit all -Filter "Url -like '-my.sharepoint.com/personal/'") | Set-SPOSite -ConditionalAccessPolicy AllowLimitedAccess Set-SPOSite : The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.2.2KViews0likes0CommentsRe: Set-SPOTenant : The operation has timed out and Set-SPOSite : The remote server returned an error: (
Ok thanks blame MS documentation then : ) I just tested using that. https://docs.microsoft.com/en-us/sharepoint/control-access-from-unmanaged-devices Will test it with Set-SPOSite then and revert back.2.2KViews0likes0CommentsGet-SPOSite ConditionalAccessPolicy Displaying Incorrect Value
When I run the below command under the ConditionalAccessPolicy value it is displaying AllowFullAccess even though the property is set to AllowLimitedAccess. Get-SPOSite -IncludePersonalSite $true -Limit all | Select-Object URL,ConditionalAccessPolicy If I run it direct on one of the sites it display the ConditionalAccessPolicy property correctly and shows it as AllowLimitedAccess. Get-SPOSite -Identity https://domain-my.sharepoint.com/personal/name_name_domain_com | fl *1.8KViews0likes2CommentsSet-SPOTenant : The operation has timed out and Set-SPOSite : The remote server returned an error: (
I am trying to run the below command but I get the below error: ,(Get-SPOSite -IncludePersonalSite $true -Limit all -Filter "Url -like '-my.sharepoint.com/personal/'") | Set-SPOTenant -ConditionalAccessPolicy AllowLimitedAccess Set-SPOTenant : The operation has timed out. Any ideas how I can get around this error? I have also tried to loop through each site but I sometimes get the below error as well when looping through. Set-SPOSite : The remote server returned an error: (429). I presume some sort of throttling is going on with SPO? How can I get around this?2.3KViews0likes3CommentsRe: [GA'ed] Now in public preview: Presenter support in breakout rooms
When will external guests be able to manage breakout rooms and not just explicitly assigned internal presenters? Most of our breakout rooms need to be managed by external guest moderators so users are using zoom instead for their meetings.
Recent Blog Articles
No content to show