delve
214 TopicsDelve Retirement and User Profiles
The Delve browser app retires on December 16, 2024. It’s time to check if the change will affect how people interact with user profiles in Microsoft 365 tenants. A new “user profile experience” is due to arrive in November that should allow people to update details in their profile. Hopefully, the new experience will include photo updates, which have long been a problem area for Microsoft 365 apps. https://office365itpros.com/2024/10/08/user-profile-delve/434Views0likes0CommentsUnlocking Productivity with Microsoft Delve
In today’s fast-paced digital world, finding the right information at the right time can be a daunting task, especially when organizations generate vast amounts of data daily. Microsoft Delve offers a solution to this challenge by providing users with a personalized, intelligent, and intuitive way to access the most relevant content in their organization. Introduced as part of Microsoft’s Office 365 suite, Delve leverages the power of artificial intelligence and machine learning to surface information that is tailored to each user’s needs. Full Blog: https://dellenny.com/unlocking-productivity-with-microsoft-delve/347Views0likes0CommentsGet Delve skills with MgGraph PowerShell
Today I was asked to get a report for the Users skills published in Delve. It took a while to figure out how to do it, but finally it's really easy with MgGraph. See the commands below: - First we need to install the Beta People Module Install-Module Microsoft.Graph.Beta.People - Then import the module Import-Module Microsoft.Graph.Beta.People - The connection should use the scope User.Read.All Connect-MgGraph -Scopes User.Read.All - Then you can use the following command to get the required information Get-MgBetaUserProfileSkill -UserId <user email address> The output isn´t as clean as desired: So, after a pipe FL I found what I really need, the Skill Display Name: Get-MgBetaUserProfileSkill -UserId <user email address> | fl displayname An this is the output: Here you can find more information about this Beta commands and also much more possibilities of getting users information. Very useful: https://learn.microsoft.com/en-us/graph/api/profile-list-skills?view=graph-rest-beta&tabs=http990Views0likes0CommentsThe Demise of Office Delve
The Delve web app will be deprecated by Microsoft in December 2024. It’s the end of a line for an app that once promised to reimagine search. The problem is that Delve never achieved much traction within Office 365 and its functionality never increased. In fact, Delve seemed to lose features over the years. Delve now joins apps like Sway and StaffHub as artifacts of Office 365 development and evolution. https://office365itpros.com/2023/12/18/delve-retirement-2024/15KViews1like0CommentsHow to read Delve Custom Aditional Field from Graph API
Hi All, Could you please explain how to read Delve Custom Aditional Field for all users from Graph API we are able to read AAD field of all users from graph API via https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgraph.microsoft.com%2Fv1.0%2Fusers%3F%24top%3D1&data=05%7C01%7Cashish.tiwari%40infoprolearning.com%7Cf14e94e95c89494fd2ad08db67f2824a%7C0f8a5db06b604ca89fc98b2ae1cb809e%7C0%7C0%7C638218063480674801%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=II2q%2BBv0uxnjPsTHtif7c2q2XVigfHB7msDv%2F504oFw%3D&reserved=0 we need to sync our custom .net application from via AAD and Delve user aditional custom field.482Views0likes0CommentsSharePoint search not working
We have had Delve off in our environment. Yesterday we noticed that our SharePoint search wasn't working. Empty not suggestions and didn't do anything. It also wouldn't work searching within sites. However in other applications such as Teams, Outlook the search would work. We turned on Delve to see if it fixed issue and today the SharePoint search is working again. Was a change made with Graph and search? Has anyone else had similar behavior. When Delve was off, this search box was blank. It had worked previously until we pushed out a Microsoft Update yesterday. Then turning on Delve allowed the search in SharePoint to work again.2.9KViews0likes1CommentMicrosoft Whiteboard Migration and Inventory preparation
Hi All, We are working in a tenant to tenant migration and It scoped for Microsoft Whiteboard Migration. Can anyone help me with below queries, How can I collect all the whiteboards available in a tenant to get the Inventory. Can I share whiteboard with external users ? What is the best way to migrate Whiteboards from one Tenant to another ? Where whiteboards are getting stored once we create it. Thanks and Regards, Hari1.6KViews0likes0CommentsPager field being populated in AD but not showing in 365 tools
We have the contact phone number of PAGER in AD that we use for internal extensions. We are a hybrid environment and we do sync that field up to 365. The problem is that websites like SharePoint, Delve, and even the Bing work search won't show that field in the contact information. How can we get this to show up as a standard contact field that always shows up?2.3KViews0likes1Comment