Tag Archives: microsoft
Enhancing Gaming Experiences with Interactive Tools and Immersive Content on Fan Sites
Hi Mixed Reality community,
I run a site called Pokémon Infinite Fusions, which is dedicated to providing fans with interactive tools and resources for creating unique Pokémon fusions. We’ve developed several features aimed at enriching the gaming experience for fans, including:
Downloadable Game: A desktop version with endless customization.Mobile Gameplay Guide: Instructions for fans who want to play on their mobile devices.Fusion Pokédex: An index showcasing unique Pokémon fusions created by our community.Fusion Generator Tool: A real-time tool that lets users create their own Pokémon fusions.Stat Calculator: A tool for calculating stats of custom Pokémon fusions.
These features, especially the interactive tools, engage users by allowing them to create and experiment with their own content, which I believe could benefit from some mixed-reality enhancements. I’m curious if anyone here has explored adding AR or MR elements to similar fan-driven websites? Any suggestions on implementing mixed reality to improve engagement would be greatly appreciated!
Looking forward to your thoughts!
Hi Mixed Reality community,I run a site called Pokémon Infinite Fusions, which is dedicated to providing fans with interactive tools and resources for creating unique Pokémon fusions. We’ve developed several features aimed at enriching the gaming experience for fans, including:Downloadable Game: A desktop version with endless customization.Mobile Gameplay Guide: Instructions for fans who want to play on their mobile devices.Fusion Pokédex: An index showcasing unique Pokémon fusions created by our community.Fusion Generator Tool: A real-time tool that lets users create their own Pokémon fusions.Stat Calculator: A tool for calculating stats of custom Pokémon fusions.These features, especially the interactive tools, engage users by allowing them to create and experiment with their own content, which I believe could benefit from some mixed-reality enhancements. I’m curious if anyone here has explored adding AR or MR elements to similar fan-driven websites? Any suggestions on implementing mixed reality to improve engagement would be greatly appreciated!Looking forward to your thoughts! Read More
This Month in Azure Static Web Apps | 09/2024
We are back with another edition of the Azure Static Web Apps Community! :party_popper:
September was yet another month filled with amazing content created by the Technical Community! 🚀
Remember, if you want to learn more about Azure Static Web Apps, we have:
👉 Tutorials
👉 Videos
👉 Sample Codes
👉 Official Documentation
👉 And much more!
If you want to see your content featured next month, share it with us! Don’t know how to do that? Don’t worry! We’ll explain how to participate at the end of this article. 😉
Special Thanks
We would like to express our gratitude to everyone who contributed their content in September! 🚀
Now, let’s check out what the community brought to us in September 2024!
Community Content Highlights – September 2024
Let’s take a look at the main content created by the community in September 2024!
Article: Build Scalable Azure Static Web Apps for Handling High Traffic Websites
Author: Lakindu Hewawasam
The article presents strategies for scaling Azure Static Web Apps to handle high traffic volumes, emphasizing the importance of adjustments to ensure global performance. It covers optimizations like asset compression, caching, and lazy loading, along with infrastructure improvements using Azure Front Door and CDN.
Backend scalability is discussed, focusing on the auto-scaling capabilities of Azure Functions. The use of Azure Monitor and Application Insights is recommended for proactive monitoring. Paid plans and advanced features are suggested to ensure high quality. Explore the full article for more details.
Link: Build Scalable Azure Static Web Apps for Handling High Traffic Websites
Video: Deploy Next.js websites to the cloud with Azure Static Web Apps – Beginner’s Guide
Author: Microsoft Azure Developers Youtube Channel
This video guide is a great starting point for beginners who want to learn how to deploy their Next.js websites using Azure Static Web Apps. The tutorial covers all the necessary steps, from setting up the GitHub repository to deploying on Azure, all for free and quickly.
Video: Deploy Blazor websites to the cloud with Azure Static Web Apps – Beginner’s Guide
Author: Microsoft Azure Developers Youtube Channel
In this guide, Dheeraj Bandaru, Product Manager for Azure Static Web Apps, teaches how to deploy Blazor sites to the cloud using Azure Static Web Apps. The video highlights benefits like speed, cost savings, and security, along with integrating frameworks such as Angular and React.
The guide demonstrates how to set up the Blazor app, publish with GitHub Actions, configure custom domains, and set up a backend with Azure Functions. It also covers traffic testing, CDN usage, and database connections. To learn each step in detail, watch the full video.
Video: Deploy Angular websites to the cloud with Azure Static Web Apps – Beginner’s Guide
Author: Microsoft Azure Developers Youtube Channel
Another video from the Microsoft Azure Developers channel, this guide is aimed at beginners who want to deploy Angular sites to the cloud using Azure Static Web Apps. The tutorial is detailed and easy to follow, covering everything from creating the Angular app to publishing on Azure.
Video: Deploy React websites to the cloud with Azure Static Web Apps – Beginner’s Guide
Author: Microsoft Azure Developers Youtube Channel
And to close with a golden key, we have another video from the Microsoft Azure Developers channel! This guide is for those who want to deploy React sites to the cloud using Azure Static Web Apps. The tutorial is comprehensive and easy to follow, covering everything from setting up the React app to publishing on Azure.
Documentation: Enterprise-grade edge
Author: Microsoft Azure Docs
This documentation provides an overview of the new Enterprise-Grade Edge feature for Azure Static Web Apps, integrating Azure Front Door and Azure CDN to offer faster page loading, enhanced security, and greater reliability for global applications.
Enterprise-Grade Edge Overview (09/23/2024): Azure Static Web Apps now includes the Enterprise-Grade Edge, integrating Azure Front Door and Azure CDN to provide faster page loading, enhanced security, and greater reliability for global applications.
Key Features: The service covers over 118 edge locations in 100 metropolitan cities, offering caching capabilities, proactive DDoS protection, IPv6 and HTTP/2 support, and optimized file compression.
Caching Levels: Enterprise-Grade Edge allows caching at CDN, DNS, and browser levels, with options to configure custom cache-control headers to optimize performance.
Configuration Options: Users can enable Enterprise-Grade Edge via a managed experience in the Azure portal (with no configuration changes or downtime) or manually, for greater control over CDN configuration, traffic limits, and web application firewall usage.
Considerations and Limitations: Enabling the feature incurs additional costs. Removing a custom domain may take up to 48 hours to propagate, and Private Endpoint is not supported.
Link: Enterprise-Grade Edge Overview
Article: Unleashing My Passion for Azure Static Web Apps!
Author: Stacy Cash
In this article, Stacy Cash shares his passion for Azure Static Web Apps, highlighting the ease of deployment and integration with Azure Functions. He also announces an online conference that will take place on October 31, 2024, featuring talks and demonstrations on using this technology, from basic introductions to advanced use cases. If you are looking for an enthusiastic and detailed view of Azure Static Web Apps, this article is a great choice.
Link: Unleashing My Passion for Azure Static Web Apps
Documentation: Quickstart: Building your first static site using the Azure CLI
Author: Microsoft Azure Docs
This quickstart guide teaches you how to create and deploy your first static site using Azure Static Web Apps with the Azure CLI. The tutorial covers prerequisites, environment variable configuration, repository creation, and app publishing, offering a practical and efficient way to get started with the service.
Link: Quickstart: Building your first static site with the Azure Static Web Apps using the CLI
Article: CI/CD with GitHub Actions on Azure Web App (Dev, QA and Prod)
Author: Lorenzo Uriel
The article “CI/CD with GitHub Actions on Azure Web App (Dev, QA and Prod)” guides you through creating a complete CI/CD pipeline for Azure Static Web Apps using GitHub Actions. It covers how to set up separate environments for Development, QA, and Production, ensuring an organized and secure deployment process. Ideal for those looking to automate cloud application delivery efficiently.
Link: CI/CD with GitHub Actions on Azure Web App (Dev, QA and Prod)
Article: Stop building CRUD APIs, use Data API Builder instead!
Author: Sander ten Brinke
The article “Stop building CRUD APIs, use Data API Builder instead!” explores how Microsoft’s Data API Builder (DAB) can simplify API creation, eliminating the need to manually configure CRUD APIs. The author highlights the benefits of DAB, such as support for multiple databases and automatic generation of REST and GraphQL endpoints. Ideal for developers looking to streamline data exposure and reduce time spent on repetitive tasks.
Link: Stop building CRUD APIs, use Data API Builder instead!
Article: Deploying a Full-stack Next.js App to Azure Web App through Bitbucket Pipelines
Author: @tharakahalkewelatecs
The article “Stop building CRUD APIs, use Data API Builder instead!” explores how Microsoft’s Data API Builder (DAB) can simplify API creation, eliminating the need to manually configure CRUD APIs. The author highlights the benefits of DAB, such as support for multiple databases and automatic generation of REST and GraphQL endpoints. Ideal for developers looking to streamline data exposure and reduce time spent on repetitive tasks.
Link: Stop building CRUD APIs, use Data API Builder instead!
Article: Deploying a Full-stack Next.js App to Azure Web App through Bitbucket Pipelines
Author: @tharakahalkewelatecs
This guide details the process of deploying a full-stack Next.js application to Azure Web App using Bitbucket Pipelines. It covers everything from initial project setup, adjustments in Bitbucket and Azure, to using pipelines for automating build and deployment. Ideal for those looking for a practical solution to host Next.js applications on Azure.
Link: Deploying a Full-stack Next.js App to Azure Web App through Bitbucket Pipelines
Article: Implementing Custom Middleware in .NET 8 for Azure Web Apps
Author: NashTech
The article “Implementing Custom Middleware in .NET 8 for Azure Web Apps” explores how to configure custom middleware in .NET 8 to add functionalities such as request logging and processing time. With detailed instructions on creating, local testing, and deploying to Azure Web Apps, it’s ideal for those looking to apply middleware in real-world scenarios.
Link: Implementing Custom Middleware in .NET 8 for Azure Web Apps
Video: How to host a website in Microsoft Azure for Free
Author: Azure Innovation Station
This video explains how to host a website for free on Microsoft Azure, highlighting the benefits of Azure Static Web Apps. It covers features such as custom domain support, free SSL, continuous integration (CI/CD), and Azure Functions for the backend. If you’re looking for a quick and easy solution to get your website online, this video is a great choice.
How to Participate?
Enjoyed the article? Want to see your content featured next month? It’s simple! Let us explain how you can participate:
Create content about Azure Static Web Apps (article, video, project, or podcast).
Share it on social media using the hashtag #AzureStaticWebApps.
Post it on the official Azure Static Web Apps repository on GitHub, under the Discussions tab. Find the topic called This Month In Azure Static Web Apps and share your content link there.
This way, your content could be shared on Microsoft TechCommunity in the next edition!
Conclusion
And these were the highlights of the Azure Static Web Apps Community in September 2024! We thank everyone who contributed their content and helped strengthen this amazing community! If you want to see your content featured next month, don’t forget to share it with us! 🌟
Until the next edition! 👋
Microsoft Tech Community – Latest Blogs –Read More
What’s EventID 5059?
I encountered Event5059 today,accompanied with my spooky logining direct into my desk,no need for typing in my secret code?That’s terrifying!
I encountered Event5059 today,accompanied with my spooky logining direct into my desk,no need for typing in my secret code?That’s terrifying! Read More
Automating label downgrade email notifications
I’ve been asked to investigate scheduling a query to run once a day that searches for label downgrade activities and sends an email with a list of events to the user’s manager (according to the AD attribute). The thinking is, the manager is more likely to know if the files that are being downgraded are sensitive, personal or inconsequential and can alert us if they are sensitive and we need to investigate further.
I have a KQL query that provides the results, I have created an analytics rule that runs the query every 24 hours and generates an alert, but when it comes to the Playbook i’m not sure how/if I can extract the fields/attributes from the results so I can use them to generate the email(s). I want the manager to only get the results for the people in their team/department, not the results for everyone in the company, so I would expect separate emails will be sent to each manager daily, rather than the same email going to multiple managers.
Is what I am trying to do feasible, and if so, am I going about it the right way?
Any advice appreciated.
I’ve been asked to investigate scheduling a query to run once a day that searches for label downgrade activities and sends an email with a list of events to the user’s manager (according to the AD attribute). The thinking is, the manager is more likely to know if the files that are being downgraded are sensitive, personal or inconsequential and can alert us if they are sensitive and we need to investigate further. I have a KQL query that provides the results, I have created an analytics rule that runs the query every 24 hours and generates an alert, but when it comes to the Playbook i’m not sure how/if I can extract the fields/attributes from the results so I can use them to generate the email(s). I want the manager to only get the results for the people in their team/department, not the results for everyone in the company, so I would expect separate emails will be sent to each manager daily, rather than the same email going to multiple managers. Is what I am trying to do feasible, and if so, am I going about it the right way? Any advice appreciated. Read More
Need help with Multiple IF and AND statements
Hi all,
I have been working on this for hours with no luck. There must be something I am missing.
I have 1 spreadsheet with two tabs. Tab 1 “Issues Register” contains all the raw data entry information for each incident, Tab 2 “Working Formula Sheet” is where I am generating all my “working” formulas which will be used to prepare graphs, based on info from Tab 1.
In Tab 1, Column C displays the date the incident was created, and Column M displays the progress bar for the incident, e.g. 01-Item Started, 02-Awaiting Information, 03-Up for Approval and 04-Item Closed etc.
I am trying to work out yearly and monthly totals, risk level totals and progress totals etc. I’ve been able to work out formulas for all these except the progress totals.
In Tab 2, I have Column A, Row 2 which displays the first date of January, and Column B, Row 2 which displays the last date of January, then Column A, Row 3 and Column B, Row 3 for Feb and so on. I also have in Column A, Row 28 04-Item Closed.
To identify how many entries were created for a specific month, I used this formula:
=(IF(AND(‘Issue Register’!C3>=$A$2, ‘Issue Register’!C3<=$B$2), “1”, “0”))+0
This has worked well.
What I’m now trying to work out is:
How many entries in each month were “closed”, eg has the cell value of 04-Item Closed”.
I tried to use the formula above, and added in an extra IF statement:
=(IF(AND(‘Issue Register’!C3>=$A$2, ‘Issue Register’!C3<=$B$2, ‘Issue Register’!M3=$A$28), “1”, “0”))+0 but it doesnt work.
What am I missing please?
Thanks.
Hi all, I have been working on this for hours with no luck. There must be something I am missing. I have 1 spreadsheet with two tabs. Tab 1 “Issues Register” contains all the raw data entry information for each incident, Tab 2 “Working Formula Sheet” is where I am generating all my “working” formulas which will be used to prepare graphs, based on info from Tab 1. In Tab 1, Column C displays the date the incident was created, and Column M displays the progress bar for the incident, e.g. 01-Item Started, 02-Awaiting Information, 03-Up for Approval and 04-Item Closed etc. I am trying to work out yearly and monthly totals, risk level totals and progress totals etc. I’ve been able to work out formulas for all these except the progress totals. In Tab 2, I have Column A, Row 2 which displays the first date of January, and Column B, Row 2 which displays the last date of January, then Column A, Row 3 and Column B, Row 3 for Feb and so on. I also have in Column A, Row 28 04-Item Closed. To identify how many entries were created for a specific month, I used this formula:=(IF(AND(‘Issue Register’!C3>=$A$2, ‘Issue Register’!C3<=$B$2), “1”, “0”))+0 This has worked well. What I’m now trying to work out is:How many entries in each month were “closed”, eg has the cell value of 04-Item Closed”. I tried to use the formula above, and added in an extra IF statement:=(IF(AND(‘Issue Register’!C3>=$A$2, ‘Issue Register’!C3<=$B$2, ‘Issue Register’!M3=$A$28), “1”, “0”))+0 but it doesnt work. What am I missing please? Thanks. Read More
OneDrive taking up space on C drive
Hi
My OneDrive is taking up a lot of space on my C drive. I thought OneDrive was in the Cloud. Did I set it up wrong? Any tips or ideas on how to save space on my C drive when I am using OneDrive? Thanks!
Hi My OneDrive is taking up a lot of space on my C drive. I thought OneDrive was in the Cloud. Did I set it up wrong? Any tips or ideas on how to save space on my C drive when I am using OneDrive? Thanks! Read More
How do I access planner roster?
I have created a planner roster and added members using
https://learn.microsoft.com/en-us/planner/access-planner-roster
This includes adding my own account.
But I can’t see it anywhere or access it – for instance, I go to tasks.office.com and there is no new plan with the name I used to create it.
Does anyone know how to actually use this planner roster?
I have created a planner roster and added members usinghttps://learn.microsoft.com/en-us/planner/access-planner-rosterThis includes adding my own account.But I can’t see it anywhere or access it – for instance, I go to tasks.office.com and there is no new plan with the name I used to create it. Does anyone know how to actually use this planner roster? Read More
Cumulative Update #29 for SQL Server 2019 RTM
The 29th cumulative update release for SQL Server 2019 RTM is now available for download at the Microsoft Downloads site. Please note that registration is no longer required to download Cumulative updates.
To learn more about the release or servicing model, please visit:
CU29 KB Article: https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate29
Starting with SQL Server 2017, we adopted a new modern servicing model. Please refer to our blog for more details on Modern Servicing Model for SQL Server
Microsoft® SQL Server® 2019 RTM Latest Cumulative Update: https://www.microsoft.com/download/details.aspx?id=100809
Update Center for Microsoft SQL Server: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates
Microsoft Tech Community – Latest Blogs –Read More
Upgraded from Windows 7 Pro 64 to Windows 10 Pro 64.
You have the option to acquire an installation medium for Windows 10 and proceed with the installation without the need for a product key. As long as you have not made any alterations to your CPU or motherboard, activation should automatically occur after installation through your Microsoft account.
You have the option to acquire an installation medium for Windows 10 and proceed with the installation without the need for a product key. As long as you have not made any alterations to your CPU or motherboard, activation should automatically occur after installation through your Microsoft account. Read More
Windows 10 Update 22H2 Stuck at 61% Installation Progress
Greetings, I’m here to assist you.
1
When the update gets stuck at 61%, it likely suggests a faulty device driver is causing the update to crash. Can you share what approach you’re using for the 22H2 update?
2
To retrieve the necessary information, kindly click on your Start Button, type in “winver,” and press Enter. Afterwards, please capture a screenshot of the dialog box that appears.
Greetings, I’m here to assist you. 1When the update gets stuck at 61%, it likely suggests a faulty device driver is causing the update to crash. Can you share what approach you’re using for the 22H2 update? 2To retrieve the necessary information, kindly click on your Start Button, type in “winver,” and press Enter. Afterwards, please capture a screenshot of the dialog box that appears. Read More
Investigating Windows 10 Research Topics
Hello there, I’m Jayshri, an Independent Advisor available to assist you with this matter. If your Windows search function is not functioning properly, here’s a method to resolve it:
1. Firstly, right-click on the taskbar and select Task Manager. Locate Windows Explorer, right-click on it, and then choose the option to Restart.
2. Next, navigate to Control Panel > Indexing Options > Advanced. Click on Rebuild and confirm the action.
3. Press the keys Win + R, type services.msc, and then press Enter. Locate Windows Search in the list of services. If it’s not running, right-click on it and select Start.
4. Proceed to Settings > Update & Security > Troubleshoot > Additional troubleshooters. Click on Search and Indexing and run the troubleshooter.
5. Within Settings, go to Search > Searching Windows, scroll down, and select the option to Reset.
6. Open Windows PowerShell as an administrator and type sfc /scannow, then press Enter to execute the command.
7. Lastly, go to Settings > Update & Security > Windows Update and check for any available updates.
Give these steps a try, and hopefully, your search functionality will be restored. If you require further assistance, feel free to ask!
Hello there, I’m Jayshri, an Independent Advisor available to assist you with this matter. If your Windows search function is not functioning properly, here’s a method to resolve it: 1. Firstly, right-click on the taskbar and select Task Manager. Locate Windows Explorer, right-click on it, and then choose the option to Restart.2. Next, navigate to Control Panel > Indexing Options > Advanced. Click on Rebuild and confirm the action.3. Press the keys Win + R, type services.msc, and then press Enter. Locate Windows Search in the list of services. If it’s not running, right-click on it and select Start.4. Proceed to Settings > Update & Security > Troubleshoot > Additional troubleshooters. Click on Search and Indexing and run the troubleshooter.5. Within Settings, go to Search > Searching Windows, scroll down, and select the option to Reset.6. Open Windows PowerShell as an administrator and type sfc /scannow, then press Enter to execute the command.7. Lastly, go to Settings > Update & Security > Windows Update and check for any available updates. Give these steps a try, and hopefully, your search functionality will be restored. If you require further assistance, feel free to ask! Read More
Common Area Phone – Advanced Calling Configuration Profile
Hello, wondering if anyone knows definitively – is there a way to apply an advanced calling configuration profile to an account with a MS Teams Shared Device license, rather than to the individual phone/device? It seems strange that advanced calling features can only be enabled through TAC, when powershell configurations are generally more customizable. Is there actually an existing powershell cmdlet that can enable advanced calling features for all CAPs?
Hello, wondering if anyone knows definitively – is there a way to apply an advanced calling configuration profile to an account with a MS Teams Shared Device license, rather than to the individual phone/device? It seems strange that advanced calling features can only be enabled through TAC, when powershell configurations are generally more customizable. Is there actually an existing powershell cmdlet that can enable advanced calling features for all CAPs? Read More
About SharePoint document library feature (tile view using the Document Card Designer)
I want to display thumbnails and information in the tile view using the document card designer in the SharePoint document library function, but if the number of characters is too long, “・・・” is displayed as shown below and the text is cut off. If you know how to display multiple lines so that the entire text can be displayed, I would appreciate it if you could tell me.
*Sharepoint is made on the communication site.
< Image >
I want to display thumbnails and information in the tile view using the document card designer in the SharePoint document library function, but if the number of characters is too long, “・・・” is displayed as shown below and the text is cut off. If you know how to display multiple lines so that the entire text can be displayed, I would appreciate it if you could tell me.*Sharepoint is made on the communication site.< Image > Read More
Snapdragon X Elite (Arm) Build of Windows Server 2025
Hello
I can’t seem to find where to download the evaluation build for Windows Server (ideally the more regularly updated Azure Edition) but all I seem to be able to find is x64.
There seem to have been builds out there for months from screenshots but I’m not sure where people are getting them from.
It seems build 26100.1742 would be the best one at least to start with before I switch to being overly canarified.
Hello I can’t seem to find where to download the evaluation build for Windows Server (ideally the more regularly updated Azure Edition) but all I seem to be able to find is x64.There seem to have been builds out there for months from screenshots but I’m not sure where people are getting them from.It seems build 26100.1742 would be the best one at least to start with before I switch to being overly canarified. Read More
Display language choice on HP and Dell are skipped in OOBE when network cable are connected
I have been involved in many Intune Autopilot deployments where we have technicians who complete the pre-deploy on computers from HP and Dell before delivery. This has worked well for many years, but lately, we have received complaints from users because the computer arrives with the wrong OS/Display language.
I am aware of the settings for region and keyboard I deployment profiles. I also know how to change the language with LIP in Win10 and PowerShell in Win11.
What we have discovered now but not yet verified is the following: A computer from, for example, HP is shipped from the factory with multiple languages of the OS, which comes up as a question BEFORE the normal first screen in OOBE for region and keyboard, and if you choose Swedish in our case, the computer’s language becomes Swedish after pre-deploy.
What we have noticed now is that if you connect a network cable before starting the computer, the language choice in the OS never shows up; it instead jumps directly to region and keyboard and has chosen English as the OS language. It doesn’t matter if you run pre-deploy or user driven deploy the display language choice are skipped and defaults to English.
To get the language choice back, you must run restore with F11, i.e., the manufacturer’s image, and then restart pre-deploy without the network cable connected until you have pressed Win 5 times.
Yes,i know it is possible to change it afterwards with PowerShell in this case for Windows 11, but it takes time.
Has anyone else noticed the same effect with multi-language, pre-deploy, and network cable?
Or have i missed a major change in Intune or Windows?
I have been involved in many Intune Autopilot deployments where we have technicians who complete the pre-deploy on computers from HP and Dell before delivery. This has worked well for many years, but lately, we have received complaints from users because the computer arrives with the wrong OS/Display language. I am aware of the settings for region and keyboard I deployment profiles. I also know how to change the language with LIP in Win10 and PowerShell in Win11. What we have discovered now but not yet verified is the following: A computer from, for example, HP is shipped from the factory with multiple languages of the OS, which comes up as a question BEFORE the normal first screen in OOBE for region and keyboard, and if you choose Swedish in our case, the computer’s language becomes Swedish after pre-deploy. What we have noticed now is that if you connect a network cable before starting the computer, the language choice in the OS never shows up; it instead jumps directly to region and keyboard and has chosen English as the OS language. It doesn’t matter if you run pre-deploy or user driven deploy the display language choice are skipped and defaults to English. To get the language choice back, you must run restore with F11, i.e., the manufacturer’s image, and then restart pre-deploy without the network cable connected until you have pressed Win 5 times. Yes,i know it is possible to change it afterwards with PowerShell in this case for Windows 11, but it takes time. Has anyone else noticed the same effect with multi-language, pre-deploy, and network cable? Or have i missed a major change in Intune or Windows? Read More
Report conditional access policies and sign in logs
I would like to create a PowerShell report about the relation between sign in logs and the conditional access policies. For me it is important to see the effects of the conditional access policies (in reporting mode) on the user signs. Thank you for your support
I would like to create a PowerShell report about the relation between sign in logs and the conditional access policies. For me it is important to see the effects of the conditional access policies (in reporting mode) on the user signs. Thank you for your support Read More
“Include a link to my bookings page in my signature” option in Desktop Outlook grayed out.
I have completed publishing my Outlook Bookings already, however, when I’m trying to update new signatures, said option is unavailable and I can´t even check it off.
I find it weird as even older signatures have the option checked, but either way, I cannot uncheck it.- I happen to have 7 signature entries but per my team’s guidelines, we shouldn’t erase previous signature entries.
Is this an admin blocker or something I can fix myself?
I have completed publishing my Outlook Bookings already, however, when I’m trying to update new signatures, said option is unavailable and I can´t even check it off. I find it weird as even older signatures have the option checked, but either way, I cannot uncheck it.- I happen to have 7 signature entries but per my team’s guidelines, we shouldn’t erase previous signature entries. Is this an admin blocker or something I can fix myself? Read More
New Keyboard Layouts appear suddenly
Hello,
From time to time new language Keyboard Layouts appear on my Windows 11. Please look at the attachment. I have set up 2 languages English United States and Greek, but now and then (!) ENG United Kingdom and ENG United States International appear on my system! If I restart they may disappear and come back another day!
Can you please help me out with this?
Hello, From time to time new language Keyboard Layouts appear on my Windows 11. Please look at the attachment. I have set up 2 languages English United States and Greek, but now and then (!) ENG United Kingdom and ENG United States International appear on my system! If I restart they may disappear and come back another day!Can you please help me out with this? Read More