Month: October 2024
Item creator name not being reflected in SharePoint form
I am trying to create a custom form and need to a field which displays the name of the user who has created an entry in the list.
I have tried multiple things however unable to reach to the desired outcome, can you please suggest what I might be not doing right.
TIA
I am trying to create a custom form and need to a field which displays the name of the user who has created an entry in the list.I have tried multiple things however unable to reach to the desired outcome, can you please suggest what I might be not doing right.TIA Read More
Trashcan to Archive
In my industry, I should never delete emails, only archive. I would like to change the trashcan icon to the archive icon in my inbox. When I hover over a message, my options are FLAG or DELETE. How can I make this FLAG or ARCHIVE? I would also like to add the archive option to the reading pane. I currently have EMOJI, REPLY, REPLY ALL, FORWARD, TEAMS and …
In my industry, I should never delete emails, only archive. I would like to change the trashcan icon to the archive icon in my inbox. When I hover over a message, my options are FLAG or DELETE. How can I make this FLAG or ARCHIVE? I would also like to add the archive option to the reading pane. I currently have EMOJI, REPLY, REPLY ALL, FORWARD, TEAMS and … Read More
Enhance Azure Maps with Overture Maps Data using PMTiles!
Supercharge Azure Maps with Overture Maps Data using PMTiles
We’ve got some exciting news. Azure Maps now supports PMTiles! This means you can overlay massive geospatial datasets on Azure Maps with incredible efficiency and ease. PMTiles lets your data-intensive mapping applications access large datasets seamlessly, without the need to load the entire dataset on the client side. The result? Faster performance and more powerful, responsive mapping applications on Azure Maps.
What exactly are PMTiles?
Think of PMTiles as a supercharged ZIP file for tiled data. It’s a single-file archive format that consolidates numerous individual tiles into one neat package. This makes storage a breeze and managing your data way simpler compared to juggling thousands of small files.
PMTiles are perfect for cloud-native deployments and can be hosted on Azure Blob Storage. This means you can build low-cost, serverless map applications without needing a custom backend or third-party tile provider. With PMTiles, you can directly request data from the file over HTTP, accessing specific map tiles without any intermediaries. Whether you’re dealing with vector data, raster data, or terrain mesh data, PMTiles has got you covered.
How to create PMTiles
If you’re looking to create PMTiles for vector data, Tippecanoe is your go-to tool. It produces optimized vector tiles for visualization, simplifying or removing small features at low zoom levels to keep the tiles compact and manageable. This ensures a smooth user experience on the client side.
Displaying and Using PMTiles on Azure Maps
Azure Maps now supports custom protocols like pmtiles:// for referencing PMTiles archives. By using this custom protocol, Azure Maps can access tiles within a PMTiles archive using HTTP range requests, fetching only the data you need when you need it. To get started with PMTiles, the Azure Maps Web SDK offers the addProtocol function. This registers a callback that intercepts and modifies requests, allowing PMTiles data to be processed dynamically for rendering on the map.
Here’s a quick guide to setting up PMTiles support:
Reference the PMTiles Library:
<script src=“https://unpkg.com/pmtiles@3.0.5/dist/pmtiles.js”></script>
Initialize the PMTiles Protocol:
const protocol = new pmtiles.Protocol();
atlas.addProtocol(“pmtiles”, (request) => {
return new Promise((resolve, reject) => {
protocol.tile(request, (err, data) => {
if (err) reject(err);
else resolve({ data });
});
});
});
This setup registers the pmtiles:// schema, enabling Azure Maps to process requests specifically for PMTiles sources.
Add and Configure PMTiles Data Source: Use the following example to overlay Overture Maps’ building data on top of the Azure Maps basemap:
const PMTILES_URL = “https://overturemaps-tiles-us-west-2-beta.s3.amazonaws.com/2024-07-22/buildings.pmtiles”;
protocol.add(new pmtiles.PMTiles(PMTILES_URL));
map.sources.add(new atlas.source.VectorTileSource(“pmtiles”, {
type: “vector”,
url: `pmtiles://${PMTILES_URL}`,
}));
This code defines a vector tile source that uses the PMTiles URL. The map then dynamically fetches only the tiles that the user’s view requires, improving both performance and data usage.
What is Overture Maps?
Overture Maps is an open data project launched in 2022 by a coalition led by the Linux Foundation. Supported by Meta, Microsoft, AWS, and TomTom, this initiative aims to provide reliable, interoperable geospatial data for the public. The Overture Maps Foundation aggregates open and commercial datasets, offering a unified schema that makes it easier to work with geospatial data across different platforms and applications.
Each dataset in Overture Maps is organized by themes that classify different types of geospatial information, like building footprints, roads, water bodies, and points of interest. This thematic organization ensures a structured approach to incorporating diverse types of location data, making it accessible for developers across various projects.
With PMTiles support in Azure Maps, we can’t wait to see how you’ll use this capability to power dynamic and data-rich applications. Stay tuned for more updates, and start integrating PMTiles into your Azure Maps applications to unlock new potential with Overture Maps data today!
Microsoft Tech Community – Latest Blogs –Read More
Summarise matrix diagonally
Hi All,
Consider a scenario where a group of people take a holiday, over the course of which, they each spend money on behalf of the group. When they get home, they need to repay others.
We end up with a (simplified) matrix like the one below.
Example – Person A owes Person B $85, Person B doesn’t owe Person A any money.
Problem:
Person B and C owe each other money, and Person A and C owe each other money. How would I consolidate the amounts such that only one person from each pair transfers money to balance the bills?
I took the approach of multiplying all values below the diagonal line (where person A owes person A) by -1, then attempting to rotate the top diagonal half by 180deg (double transpose) to add the negative values to the bottom diagonal half.
But… this doesn’t work – and if it did, it’s clunky…
Any suggestions?
Hi All,Consider a scenario where a group of people take a holiday, over the course of which, they each spend money on behalf of the group. When they get home, they need to repay others. We end up with a (simplified) matrix like the one below. Example – Person A owes Person B $85, Person B doesn’t owe Person A any money. Problem:Person B and C owe each other money, and Person A and C owe each other money. How would I consolidate the amounts such that only one person from each pair transfers money to balance the bills? I took the approach of multiplying all values below the diagonal line (where person A owes person A) by -1, then attempting to rotate the top diagonal half by 180deg (double transpose) to add the negative values to the bottom diagonal half.But… this doesn’t work – and if it did, it’s clunky… Any suggestions? Read More
D365 Customer Serivce Per device and Add-on
Hello
Can we add the add-on Dynamics 365 Contact Center Digital or Dynamics 365 Contact Center Voice to a D365 Customer Service Per device?
Thank you
Pierre-Olivier
Hello Can we add the add-on Dynamics 365 Contact Center Digital or Dynamics 365 Contact Center Voice to a D365 Customer Service Per device?Thank you Pierre-Olivier Read More
Problem with Microphone after Mac Update to 15.0.1
Hello,
I am using the following:
– M1 Mac Book Pro
– MacOS 15.0.1
– Speaker device: FiiO K5 Pro
– Microphone: Shure SM7B / Focusrite 2i2
Since updating the MacOS version I have a very strange effect:
– Shortly after joining a call everything works fine, after some seconds my Microphone stops working / peers do not hear me anymore
– I can resolve this by opening the microphone settings tab. It has to stay open during the whole call.
– The test call always works fine, I can hear the robot and my recording. I guess because the call is too short for the problem to appear.
What I tried:
– Unsetting/resetting the “microphone” permission in MacOS
– Reinstalling teams multiple times
– Updated the Focusrite Drivers
Do you have any ideas how to fix the issue?
Hello, I am using the following:- M1 Mac Book Pro- MacOS 15.0.1- Speaker device: FiiO K5 Pro- Microphone: Shure SM7B / Focusrite 2i2 Since updating the MacOS version I have a very strange effect:- Shortly after joining a call everything works fine, after some seconds my Microphone stops working / peers do not hear me anymore- I can resolve this by opening the microphone settings tab. It has to stay open during the whole call.- The test call always works fine, I can hear the robot and my recording. I guess because the call is too short for the problem to appear. What I tried:- Unsetting/resetting the “microphone” permission in MacOS- Reinstalling teams multiple times- Updated the Focusrite Drivers Do you have any ideas how to fix the issue? Read More
Announcing Clean Data with Copilot in Excel
Hi everyone, this is part 10 in a series of posts to show you some of the things that are possible to do with Copilot in Excel.
We’re thrilled to introduce a new AI-powered feature in Excel – Clean Data. With Copilot in Excel, you can clean data with just one click. Clean Data detects and offers solutions for text inconsistencies, number format issues, and extra spaces. This feature is now available to Excel for the web users and will be rolling out to Windows desktop users in the coming months.
Simply select the Clean Data option in the Data tab of the ribbon or interact with the pop-up banner to get started.
Text inconsistencies in cells of the same value
This feature seeks to identify unnoticed variations across similar values that could cause subsequent problems. For example, a column with a mix of uppercase and lowercase text in the cells; or cells in a column containing differences in punctuation or diacritics.
Clean Data will locate these inconsistencies and will help you to easily correct them.
Number format inconsistency in a column
This feature seeks to identify columns with a mix of both Text and Number formatted cells that could result in incorrect calculations. Clean Data will locate these inconsistencies and will help you convert the ‘Text’ formatted cells to a number format.
Extra space removal suggestions
Clean Data will also detect and suggest the removal of unnecessary spaces in the highlighted table – such as extra leading spaces, trailing spaces, and between-value spaces.
Practical tips
Here are some helpful pointers for getting the most out of Clean Data:
Clean Data works best with tabular data of up to 100 columns and 50,000 rows.
Clean Data works best with data that is formatted as an Excel table. To create an Excel table, click anywhere in your data and then select Home > Tables > Format as Table.
While not limited to English, Clean Data is initially going to perform best in English.
Functionality and Feedback
This is just the initial release; we’re always improving Clean Data. It may or may not behave as you anticipate. If you don’t get any expected Clean Data suggestions, get non-accurate suggestions or have any sort of feedback, please contact us via File > Feedback or by clicking the dedicated button at the bottom of the side-pane: Tell us what you think about Clean Data.
Stay tuned,
Microsoft Excel Team
Microsoft Tech Community – Latest Blogs –Read More
Learn about StealthMail’s Microsoft 365 partner solution in Microsoft AppSource
Microsoft 365 lets you create, share, and collaborate all in one place with your favorite apps. Learn about this offer from high-performing Microsoft 365 partner StealthMail on Microsoft AppSource:
R2 Copilot: Private ChatGPT for Outlook: Make quick, well-informed decisions and automate tasks to simplify routine workflows with the R2 Copilot add-in for Microsoft Outlook. R2 Copilot never exposes the contents of your communications to the public internet, using data encryption to comply with a range of privacy regulations, including GDPR, HIPAA, and CCPA.
Microsoft Tech Community – Latest Blogs –Read More
Migrating Test Artifacts from IBM Rational Quality Manager to Azure DevOps
Good Day,
I would like to find out if there is a way or tools in place that can be used to migrate test artifacts (Test Cases, Test Scripts, etc.) from IBM Rational Quality Management to Azure DevOps.
Thank you.
Good Day, I would like to find out if there is a way or tools in place that can be used to migrate test artifacts (Test Cases, Test Scripts, etc.) from IBM Rational Quality Management to Azure DevOps. Thank you. Read More
Issue with storage
Hallo
Ik heb een probleem waarbij mijn opslagruimte op de Windows Onedrive app 0GB is. Op de webapp staat dat ik 10.5GB heb (5GB gratis en 5.5GB verwijzingsbonus). Wanneer ik een nieuw bestand probeer te uploaden naar OneDrive krijg ik de melding dat mijn OneDrive opslagruimte vol is, terwijl ik slechts 29% ervan gebruik oftewel 3,1GB / 10,5GB.
Ik heb onlangs (vorige week) mijn betaalde abonnement op OneDrive opgezegd, dus ik val terug op de gratis 10.5GB (wat genoeg is). Ook de verwijzingsbonus verschijnt niet van tijd tot tijd. Mijn totale opslag blijft 10.5GB, maar soms staat er dat mijn doorverwijsbonus 0GB is en soms staat er de juiste 5.5GB.
Ik neem aan dat dit wordt veroorzaakt door een bug? Weet iemand wat ik kan doen?
HalloIk heb een probleem waarbij mijn opslagruimte op de Windows Onedrive app 0GB is. Op de webapp staat dat ik 10.5GB heb (5GB gratis en 5.5GB verwijzingsbonus). Wanneer ik een nieuw bestand probeer te uploaden naar OneDrive krijg ik de melding dat mijn OneDrive opslagruimte vol is, terwijl ik slechts 29% ervan gebruik oftewel 3,1GB / 10,5GB.Ik heb onlangs (vorige week) mijn betaalde abonnement op OneDrive opgezegd, dus ik val terug op de gratis 10.5GB (wat genoeg is). Ook de verwijzingsbonus verschijnt niet van tijd tot tijd. Mijn totale opslag blijft 10.5GB, maar soms staat er dat mijn doorverwijsbonus 0GB is en soms staat er de juiste 5.5GB.Ik neem aan dat dit wordt veroorzaakt door een bug? Weet iemand wat ik kan doen? Read More
OTP Code via SMS from non microsoft number
Hi Microsoft Team, Good day!
For a few weeks now, many people around me have been receiving their OTP code for MFA via SMS often from unknown senders (non-Microsoft phone number). The sender of the SMS doesn’t use an official Microsoft phone number and “Microsoft” is not displayed as the sender.
I would like to request assistance on how to verify that these numbers are legitimately from Microsoft.
41 79 998 76 61 and 4915758307532.
Many thanks for your help.
Kind regards, Rosine
Hi Microsoft Team, Good day!For a few weeks now, many people around me have been receiving their OTP code for MFA via SMS often from unknown senders (non-Microsoft phone number). The sender of the SMS doesn’t use an official Microsoft phone number and “Microsoft” is not displayed as the sender.I would like to request assistance on how to verify that these numbers are legitimately from Microsoft.41 79 998 76 61 and 4915758307532.Many thanks for your help.Kind regards, Rosine Read More
Allow Chrome / Firefox through Conditional Access
Hi All
I hope you are all well.
Anyway, we have rolled out a CA policy that requires users to be on an Intune enrolled and compliant Windows device. So far, so good.
However, a lot of our end users are Front Line Workers who will use browser based Office Web Apps for email etc. The problem is that the CA policy only allows access to M365 resources on Microsoft Edge browser, other browsers such as Chrome, FF get the “you cannot get to there from here” message.
The majority of our end users won’t know the difference between browsers and will just use anything, so is there a way to extend the CA policy to Chrome and FireFox?
Info appreciated
Hi All I hope you are all well. Anyway, we have rolled out a CA policy that requires users to be on an Intune enrolled and compliant Windows device. So far, so good. However, a lot of our end users are Front Line Workers who will use browser based Office Web Apps for email etc. The problem is that the CA policy only allows access to M365 resources on Microsoft Edge browser, other browsers such as Chrome, FF get the “you cannot get to there from here” message. The majority of our end users won’t know the difference between browsers and will just use anything, so is there a way to extend the CA policy to Chrome and FireFox? Info appreciated Read More
i need a presentation for a start up company in lebanon subject contracting and sub-contracting
i need a presentation for a start up company in lebanon subject contracting and sub-contracting
i need a presentation for a start up company in lebanon subject contracting and sub-contracting Read More
Public Preview Features with New Teams Client
Hi Microsoft team,
It would be great if you could continue announcing public preview features here. These announcements have been incredibly helpful in keeping us informed about what’s coming. If there’s a new location for these updates, please feel free to point me in the right direction.
Thanks!
Regards,
Paul
Hi Microsoft team, It would be great if you could continue announcing public preview features here. These announcements have been incredibly helpful in keeping us informed about what’s coming. If there’s a new location for these updates, please feel free to point me in the right direction.Thanks! @Jan_Steberl @Emily Kirby Regards, Paul Read More
Cannot find Sharepoint Online API endpoints
Hi Team,
My team is working on SharePoint Online, and are not able to find APIs related to the following entities:
1. All List APIs
2. All files and folders APIs
3. All Link APIs
4. All Event APIs
5. All Page APIs.
When we say ‘all’, we mean endpoints to create, update, get, delete and perform other operations on the above listed entities.
We found a few APIs related to files and folders here – https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-folders-and-files-with-rest
It would be very helpful if you could share rest of the endpoints with us.
Thank you.
Hi Team,My team is working on SharePoint Online, and are not able to find APIs related to the following entities:1. All List APIs2. All files and folders APIs3. All Link APIs4. All Event APIs5. All Page APIs.When we say ‘all’, we mean endpoints to create, update, get, delete and perform other operations on the above listed entities.We found a few APIs related to files and folders here – https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-folders-and-files-with-restIt would be very helpful if you could share rest of the endpoints with us.Thank you. Read More
Manual PRT retrieval blocked
Hi,
I am running into a dilemma here, We have an environment where domains in onprem and cloud are different thus users have different UPN onprem and in cloud.
Users are provisioned and federated by third party IDP, Thus do not get included in the AD connect scope.
obviously this causes auto retrieval for Azure PRT to fail.
As an alternative, We tried to use a script to manually retrieve the token, Ended up getting flagged by MDE as explained in the link(Possible attempt to access Primary Refresh Token (PRT)):
Any way to avoid this?? I can post the script if needed
Hi,I am running into a dilemma here, We have an environment where domains in onprem and cloud are different thus users have different UPN onprem and in cloud.Users are provisioned and federated by third party IDP, Thus do not get included in the AD connect scope.obviously this causes auto retrieval for Azure PRT to fail. As an alternative, We tried to use a script to manually retrieve the token, Ended up getting flagged by MDE as explained in the link(Possible attempt to access Primary Refresh Token (PRT)):https://learn.microsoft.com/en-us/entra/id-protection/concept-identity-protection-risks#possible-attempt-to-access-primary-refresh-token-prt Any way to avoid this?? I can post the script if needed Read More
Printing issues with Remote Desktop on mac OS Sonoma 14.0 (Windows Server 2016)
Hi,
We have a user that since upgrading to MacOS Sonoma has been unable to print from remote desktop using a redirected printer like he normally would. Colour/printing options are also missing. The user prints from a RDS server running server 2016.
Hi, We have a user that since upgrading to MacOS Sonoma has been unable to print from remote desktop using a redirected printer like he normally would. Colour/printing options are also missing. The user prints from a RDS server running server 2016. Read More
C drive is full. How can I extend C drive without losing data on Windows 10 PC?
Hi all,
I have a old Windows 10 PC with only 128 GB SSD. I did a mistake when partitioning the drive. The C drive only has 60GB space and C drive is always full, especially after installing a new Windows 10 update. What is more, then are a lot of important configuration files saved in C drive and nothing to delete when the C drive is full.
I want to know if there is any safe way to extend C drive when C drive is full in Windows 10 PC without losing data?
Best Regards,
Dylanopen
Hi all, I have a old Windows 10 PC with only 128 GB SSD. I did a mistake when partitioning the drive. The C drive only has 60GB space and C drive is always full, especially after installing a new Windows 10 update. What is more, then are a lot of important configuration files saved in C drive and nothing to delete when the C drive is full. I want to know if there is any safe way to extend C drive when C drive is full in Windows 10 PC without losing data? Best Regards,Dylanopen Read More