Microsoft Support & Discussions
Free PC Help Forum microsoft products support and discussions. If you need help with Microsoft Windows, Windows Server software, Microsoft 365, Microsoft Azure or any other Microsoft product you can post here. If you want to discuss Microsoft and their line of products you can do that here also.
84,928 topics in this forum
-
What's New in Viva Sales – April 2023
by Guest davidshin- 0 replies
- 0 views
Microsoft Viva Sales is reimagining sales. By bringing customer relationship management (CRM) data and artificial intelligence (AI) seamlessly into every salesperson’s flow of work, Viva Sales helps sellers focus time on what matters most: making meaningful connections, building trust, and moving deals forward. This month, we’re thrilled to share a suite of new features and improvements across Viva Sales that together empower sellers to work more effectively and efficiently than ever before. Today’s Viva Sales enhancements come as part of a broader set of AI updates to the Viva platform announced today, which you can read about here. Simplify meeting preparation…
-
Celebrate success using Together Emojis in Microsoft Teams
by Guest SamCundall- 0 replies
- 0 views
We're celebrating #NationalHighFiveDay today by introducing an exciting and unique way to interact with your team members using new Together Emojis in Microsoft Teams. The new Together Emoji for high fives is currently rolling out and will be available to users soon! What are Together Emojis? “Together Emojis” are a unique concept conceived by myself and my colleague Nico Nuzzaci in 2016 to bridge the gap across the communication stream. For a long time, when you send an emoji in chat, it stays on the left or right and has always felt disconnected to us. We wanted a way for people to come together when they are apart using digital communication to foster a g…
-
The Elements of People Success
by Guest JaimeGonzales- 0 replies
- 0 views
When we refer to People Success at Microsoft Viva, we’re talking about enabling people to bring their best selves to work—in order to do their best work. That kind of atmosphere looks different from one organization to another. But our experience tells us there’s both a universal definition of People Success as well as six core elements that organizations can use to build their own thriving People Success culture. What is People Success? People Success—is it a journey? A destination? A feeling? We’d say yes to all three. People Success happens when people bring their best selves to work to do their best work. So how do organizations get to Peo…
-
The Importance of TLS with SQL Server
by Guest MichaelHoward-MSFT- 0 replies
- 0 views
Invariably, when I ask people what Transport Layer Security (TLS) does, they say something like, “it protects my credit card info when I buy things online.” The response is not incorrect, but it’s not the whole story, either, and let’s just ignore the server-side credit card protection requirements and PCI compliance for a moment. TLS provide three security services, with an optional fourth. The first is server authentication, in other words, “is the server I connect to the real server?” The second is channel encryption. The third is channel integrity protection. The fourth option is client authentication, in other words, the server requires the clien…
-
-
- FPCH Admin
- 0 replies
- 134 views
Welcome to the “Director’s cut” of the 2022 Windows Server Summit. I am going through and posting each of the sessions (and my comments) that were part of the event that took place December 6th, 2022. Now we're into some meat and potatoes kinda stuff with Sonia and Orin taking you on a whirlwind tour of how to modernize you Windows File Server. Things they cover include: Migrating file shares with Storage Migration Service, Securing your server with Connection Security Rules and how to keep things orderly by implementing File screens. They've got demos, some practical advice and a tip of the hat to some things you might have forgotten are possible on Windows…
Last reply by AWS, -
-
Storing App Service application logs in Blob
by Guest AmritpalSinghNaroo- 0 replies
- 0 views
Azure provides built-in diagnostics to assist with debugging an App Service web app. The primary aim of this blog is to guide one step-by-step to add instrumentation to your application, as well as how to access the information logged. Step 1: Go to >App Service Logs> Enable Application Logging (Blob) and select the desired Blob Storage and the Container and select the Level of logging. For more information on different types of logs you can refer this document. Step 2: Below is the code we have deployed a .Net Core MVC web application in a Windows App Service. public IActionResult Index() { _logge…
-
How to migrate data from regular tables to ledger tables
by Guest PieterVanhove- 0 replies
- 0 views
This article will guide you through the steps to convert your existing data into tamper proof data by using the ledger feature. To enable ledger for a specific table, you can migrate the data from an existing regular table to a ledger table, and then replace the original table with the ledger table. We have built the tools to help you do that. To convert a regular table into a ledger table, Microsoft recommends using the sys.sp_copy_data_in_batches stored procedure. It copies data from the source table to the target ledger table (updatable or append-only) after verifying that their schema is identical in terms of number of columns, column names and their data types…
-
Azure Monitor: Logs Ingestion API Tips & Tricks
by Guest Bruno Gabrielli- 0 replies
- 0 views
Hello followers and welcome back to this new post of mine Today I am going to share with you an interesting experience in configuring the Logs ingestion using the new API in Azure Monitor in a data collection rule created using ARM templates. In my previous HTTP Data Collector API in a real customer scenario post, I showed a possible use of the old HTTP Data Collector API but since things changed a lot with the release of the Azure Monitor Agent I decided to give the new Logs Ingestion API a try. I basically followed the Tutorial: Send data to Azure Monitor Logs using REST API (Resource Manager templates) public documentation which is pretty exhausti…
-
Build a Mobile Sales Application with Power Apps
by Guest RachelIrabor- 0 replies
- 0 views
This is part of the Let's Build Together: LowCode Edition show where you learn how you can use applications and services in Power Platform to accelerate digital transformation of business processes. This show is designed to walk you through how to build End to End solutions using Microsoft Power Apps, automate their processes with Microsoft Power Automate in a span of just 2 weeks. Power Platform skills will open doors for you in your career Use Case Project – Mobile Sales Application Watch Live Practical Guide on-demand Solution Considerations before development Before you build an application, you should have some thought and break down …
-
Azure B2C Signout (AADB2C90272: the id_token_hint parameter has not been specified in the request)
by Guest Sandeep_Goyal- 0 replies
- 0 views
Symptom Azure B2C Signout was not working for an application. Application was throwing "AADB2C90272: the id_token_hint parameter has not been specified in the request. Please provide token and try again." error. Please find below screen shot for your reference. Cause We did the analsis and found incorrect "Require ID Token in logout requests" property of "Sign up and sign in" userflow. "Require ID Token in logout requests" property was selected as "Yes". Please find below screen shot and steps to validate/update "Require ID Token in logout requests" Session Behavior. Choose All services in the top-left corner of the Azure portal, and then sea…
-
WAS service was unable to start with error "Cannot create a file when that file already exists."
by Guest Sandeep_Goyal- 0 replies
- 0 views
Symptom We had an issue where IIS was throwing below error. Creating an instance of the COM component with CLSID from the IClassFactory failed due to the following error: 800700b7 Please find below screen shot for reference. WAS service was unable to start with error "Cannot create a file when that file already exists". Please find below screen shot for reference. Cause Duplicate schema configuration xml file exists in "C:\Windows\System32\inetsrv\config\schema" folder. Please find below screen shot for your reference. Resolution Remove the duplicate schema configuration xml file fro…
-
4 Essential Conditional Formatting Tips to Make Your Data Pop
by Guest Microsoft Excel- 0 replies
- 0 views
Did you know these conditional formatting tips? In this article, you'll discover methods for highlighting patterns in your data, emphasizing insights or trends with the use of colors, icons or formulas. These 4 tips cover common scenarios at home or in small businesses, like managing expenses, home renovation and more. Highlight the highest expenses in scenarios like personal budgeting Create icons based on data values in scenarios like product ratings Highlight rows using formulas in scenarios like home renovation Getting Started To get started, click on the template. Go to File › Save As › Download a Copy Go to OneDrive Select Upload › Files …
-
Translate documents using Azure Document Translation
by Guest smallangi- 0 replies
- 0 views
Translate documents using Azure Document Translation Azure Document Translation service enables the translation of multiple and complex documents across all supported languages and dialects while preserving the original document structure and data format. However, it currently does not support the translation of text from images in digital documents. To address this, there are two options: Convert the digital document into a scanned document in its entirety. Split the document into two files and process them separately: One file containing all pages that only have text. The digital pages are preserved in their original form. The Document Translation service tak…
-
イメージのランダム化を強制する(必須ASLR) に「既定でオンにする」を設定した場合、Express Edition の日本語版のインストーラの起動に失敗します
by Guest Masafumi_Hori- 0 replies
- 0 views
こんにちは。日本マイクロソフト SQL Server サポートチームです。 事象: イメージのランダム化を強制する(必須ASLR) に「既定でオンにする」を設定した場合、SQL Server 2016 ならびにSQL Server 2019 のExpress Edition の日本語版のインストーラ(SQLEXPR_x64_JPN.exe) の起動に失敗します。 なお、イメージのランダム化を強制する(必須ASLR) の規定値は「既定でオフにする」であり、既定値では発生しません。 また、SQL Server 2014、SQL Server 2017、SQL Server 2022 のExpress Edition の日本語版のインストーラー(SQLEXPR_x64_JPN.exe) では発生しません。 ※ 公開時点 イメージのランダム化を強制する(必須ASLR)の設定手順は以下となります。 スタートメニューより[設定] -> [更新とセキュリティ] -> [Windows セキュリティ] -> [アプリとブラウザーの制御] -> [Exploit Protection の設定] -> [システム設定] -> [イメージのランダム化を強制する (必須ASLR)] 図.Windows セキュリティ画面(ご参考) 原因: SQL Server のセットアップは、イメージのランダム化を強制する(必須…
-
Introducing Data collaboration in Microsoft Purview data catalog with Ratings feature
by Guest Naga_Yenamandra- 0 replies
- 0 views
Research suggests that ratings and reviews are critical in identifying trustworthy products. Customers can see these reviews across various industries and outlets, from Amazon's e-commerce platform, to TripAdvisor, and Yelp. This suggests that a similar approach can be adopted and ratings will be crucial to provide trust and confidence to users discovering data assets in Microsoft Purview data catalog for usage either in an analytical pipeline, reporting dashboard, etc. Imagine you are a data analyst tasked with building customer usage metrics for the last six months. Using Microsoft Purview data catalog, you can now search and find all the customer related data a…
-
HLS Teams Productivity Summit -Microsoft Viva Licensing: Seeded vs Premium
by Guest Sarah_Doerge- 0 replies
- 0 views
Thank you for being a part of the HLS Teams Productivity Summit. We are pleased to provide you with a copy of today's presentation and recording, which you can find below. Session Details: In this session Microsoft Technical Specialist Michael Gannotti walks attendees through the Microsoft Viva Suite of Modules and explains which portions come with existing subscriptions (seeded) and which are Premium services. Target Audience: Everyone Bio: Microsoft Principal Technical Specialist for the Microsoft Corporation. Michael has been a frequent speaker in the areas of employee experience, Microsoft technology, social media, mobility, and devices. Michael is w…
-
HLS Teams Productivity Summit- Enhance your deployment with new Teams Premium features!
by Guest Sarah_Doerge- 0 replies
- 0 views
Thank you for being a part of the HLS Teams Productivity Summit. We are pleased to provide you with a copy of today's presentation and recording, which you can find below. Session Title: Enhance your deployment with new Teams Premium features Session Details: Six years ago, we embarked on an exciting journey with Microsoft Teams to build a hub for collaboration and teamwork using Microsoft Teams. Our work is far from over. We continue to listen, learn, and innovate so all organizations can thrive in an ever-changing workplace. Tune into this session as Teams Engineering provides updates on the new features being rolled into Microsoft Teams. Example of i…
-
Azure Best Practices delivered to machines anywhere with new Azure Arc and Automanage integration.
by Guest aurnovcy- 0 replies
- 0 views
Tired of manually onboarding and configuring Azure services for your Arc-enabled servers? With Azure Automanage Machine Best Practices, you can point, click, set, and forget to extend Azure security, monitoring, and governance services to servers anywhere. Directly from Azure portal, you can generate an extensible onboarding script can be run on Windows and Linux servers running on-premises or other clouds like AWS, GCP, and Oracle Cloud Infrastructure. Within the single server onboarding experience for Azure Arc, you can select to enable Azure Automanage as you onboard machines to Azure Arc. This means you can go onboard your Azure Arc-enabled servers to Azure ser…
-
-
- FPCH Admin
- 0 replies
- 126 views
As mentioned in previous posts, 11/11/2021 and on 11/15/2022, Office 2013 reached the end of the Extended Support lifecycle on April 11, 2023. Continuing to use Office 2013 could increase your organization’s exposure to security risks, impact your ability to meet compliance obligations, and/or affect end user productivity. Additionally, support for other Microsoft Office products is also coming to an end in the next months. Please review the following list and act before the end of the product’s lifecycle: Office 2019 for Mac reaches end of support on October 10, 2023. This means Office 2019 for Mac will no longer receive security updates, bug fixes, technical …
Last reply by AWS, -
-
Access to XMLHttpRequest from origin has been blocked by CORS policy
by Guest Sandeep_Goyal- 0 replies
- 0 views
Symptom Access to XMLHttpRequest from origin has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status" error. Access to XMLHttpRequest from origin has been blocked by CORS policy: Cannot parse Access-Control-Allow-Methods response header field in preflight response. Cause Invalid CORS header values are causing this problem. Resolution Please check network HAR traces in browser and verify what headers were sent in the request. Confirm that the OPTIONS HTTP verb is not blocked in IIS -> Request Filtering -> HTTP Verbs tab. Please find below screenshots for …
-
Announcing Microsoft Sentinel All-in-One v2
by Guest Javier Soriano- 0 replies
- 0 views
More than 2 years ago we announced the first version of Microsoft Sentinel All-in-One. Today, we’re happy to announce a new revamped version that includes all the latest advancements in the product. Microsoft Sentinel All-in-One is aimed at helping customers and partners quickly set up a full-fledged Microsoft Sentinel environment that is ready to use by customers speeding up deployment and initial configuration tasks in few clicks, saving time and simplifying Microsoft Sentinel setup. What's new This new version automates the following steps: Creates resource group Creates Log Analytics workspace Enables Microsoft Sentinel on top of the work…
-
Istio-based service mesh add-on for Azure Kubernetes Service - Preview
by Guest shashankbarsin- 0 replies
- 0 views
Modern applications are typically architected as distributed collections of microservices, with each collection of microservices performing some discrete business function. This distributed microservices architecture allows multiple teams within large organizations to operate independently of each other and release new versions of their microservices at their own cadence. However, this requires an additional level of supervision to address observability, traffic management, and security use cases for service-to-service communication across these distributed workloads. This can be done by embedding logic directly within the application code of each microservice. Or it can …
-
Configure Azure Application Gateway Private Link
by Guest paolosalvatori- 0 replies
- 0 views
Private Link for Application Gateway allows you to connect workloads over a private connection spanning across VNets and subscriptions. When configured, a private endpoint will be placed into a defined virtual network's subnet, providing a private IP address for clients looking to communicate with the gateway. For a list of other PaaS services that support Private Link functionality, see What is Azure Private Link?. For more information on Application Gateway Private Link, see the following resources: Application Gateway Private Link Configure Azure Application Gateway Private Link Architecture The following picture shows the architecture of the …
-
System Center 2019 Update Rollup 5
by Guest AakashMSFT- 0 replies
- 0 views
System Center team at Microsoft are glad to announce the general availability of Update rollup 5 for System Center 2019. Customers upgrading to UR5 for System Center 2019 will benefit with hybrid experience, added supportability of latest OS, bug & security fixes, and UI improvements. UR5 is available for Data Protection Manager (DPM), Operations Manager (SCOM) and Virtual Machine Manager (VMM) products. As part of our commitment to help System Center customers better manage and modernize their data center environments, we have been releasing update rollups frequently and we will continue to do so in the future. Data Protection Manager (SCDPM) Feature…
-
Deploying a Windows AKS cluster with Terraform
by Guest Vinicius Apolinario- 0 replies
- 0 views
Terraform is one of the most popular tools today for cloud management. As an Infrastructure as Code (IaC) tool, it allows you to declaratively provision infrastructure on cloud providers such as Azure. In this blog post, we will cover how to deploy an AKS cluster with Windows nodes, so you can deploy Windows based applications into it. Terraform pre-requisites Terraform has multiple providers, which includes Azure and its resources. The azurerm provider, allows you to extend the Terraform capabilities for Azure resources. You can deploy Resource Groups, as well as many Azure resources from Terraform manifests. Azure Kubernetes Service (AKS) is also available …