96,990 questions

Sort by: Updated
5 answers One of the answers was accepted by the question author.

How to forbid Teams meeting recording by attendee?

We will hold a Teams meeting and we don't want participants recording the meeting. How to setup with this meeting. In the Meeting Options, I only can get the option with 'Record automatically' enable or disable. Many thanks & Best Regards, …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,102 questions
asked 2022-09-27T01:44:29.16+00:00
Mu, Kitty 21 Reputation points
answered 2024-05-01T13:09:29+00:00
Schwind, Ted 0 Reputation points
1 answer One of the answers was accepted by the question author.

RibbobBar hiding with multiple mouse clicks

Our application has a RibbonBar containing several tabs. In it we have disabled the ability to shrink the ribbon bar by double clicking on the tab headers by intercepting the PreviewMouseDoubleClick event and marking it as handled. This works fine for a…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,387 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,675 questions
asked 2024-05-01T09:48:25.9+00:00
Mike Charlesworth 0 Reputation points
accepted 2024-05-01T12:48:40.5533333+00:00
Mike Charlesworth 0 Reputation points
1 answer One of the answers was accepted by the question author.

Does the "Azure for Students" subscription allow one to run ACR tasks? If yes, how?

Hello, I am running the following command: az acr build --image <image-name> --registry <registry-name> --file Dockerfile . and getting the following error: (TasksOperationsNotAllowed) ACR Tasks requests for the registry…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
391 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
640 questions
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
640 questions
asked 2024-05-01T11:26:52.4633333+00:00
Muhammad Taimoor 0 Reputation points
accepted 2024-05-01T12:34:36.34+00:00
Muhammad Taimoor 0 Reputation points
1 answer One of the answers was accepted by the question author.

curl: (7) Failed to connect to 104.40.21.133 port 80 after 170 ms: Couldn't connect to server while doing Exercise - Configure network access

I am going this exercise number of times but still could not get the expected output . Can you please support ?

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
924 questions
asked 2023-09-23T09:50:24.91+00:00
commented 2024-05-01T12:27:01.37+00:00
Nida ul Zafar 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to add to "GraphicsView" class with “DrawableProperty" in dotnet maui

Hello! I trying drawing of the circle in center which is touched in the "GraphicsView" control. And I thought the one of the important points is how to add "GraphicsView" class with "DrawableProperty" in dotnet Maui. Please…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,887 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,266 questions
asked 2024-04-27T01:29:11.7533333+00:00
康二郎 井上 20 Reputation points
commented 2024-05-01T12:10:47.95+00:00
康二郎 井上 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix error for azure automation

Hi there, I have setup an automation app to stop and start a stream analytics job, following a guide from this doc https://learn.microsoft.com/en-us/azure/stream-analytics/automation-powershell Whenever the job is running, the runbook runs fine to stop…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,120 questions
asked 2024-04-30T23:07:50.5066667+00:00
Navaska 0 Reputation points
commented 2024-05-01T12:08:27.69+00:00
Navaska 0 Reputation points
1 answer One of the answers was accepted by the question author.

implementing IoT Central application

Hello, I created IoT central application and trying to implement device onboarding from IoT device source code. How could we register a device in IoT Central application with DPS Service from device source code.

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
540 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
345 questions
asked 2024-04-29T05:57:56.6166667+00:00
Gorantla Srikanth 40 Reputation points
commented 2024-05-01T11:47:33.6466667+00:00
Dom 1,551 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Private DNS Zone A record sets are getting overridden

Hey folks, I have Private DNS Zones for Blob and DFS resources in Azure and have an Azure policy which automates the integration of PEs with DNS zone. But what happening is that whenever I am creating a new PE of the same resource type (let's say blob)…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
597 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
462 questions
asked 2024-04-29T13:24:38.37+00:00
Apurva Pathak 310 Reputation points
commented 2024-05-01T11:35:21.81+00:00
Apurva Pathak 310 Reputation points
3 answers One of the answers was accepted by the question author.

Is it possible to have a Power Automate Flow create a onedrive sync of a specific folder? Or PowerShell script?

Is it possible to create a Power Automate Flow to do the following: Click a button Power Automate form appears Form requests a name of a folder from the user. User enters an existing folder name in a SharePoint Online Library. OneDrive Opens if not…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,657 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,069 questions
asked 2024-04-25T18:07:58.09+00:00
Rohman, William T 0 Reputation points
accepted 2024-05-01T10:25:57.31+00:00
Rohman, William T 0 Reputation points
2 answers One of the answers was accepted by the question author.

Add Items to List Randomly

I am fetching 50 questions from Api https://supaquizapi.azurewebsites.net/api/Questions Loading into list and deleting 40 questions randomly. Now I just to add 10 questions randomly to Questions List<InQuestion> res = await GetApiData(); …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,178 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,266 questions
asked 2024-04-30T08:09:59.47+00:00
Maui Learner 440 Reputation points
accepted 2024-05-01T10:16:55.2566667+00:00
Maui Learner 440 Reputation points
1 answer One of the answers was accepted by the question author.

How to control Priority-based executions in Azure Cosmos DB

Hi Team , I would like to know , How I can leverage this feature in a better way . Suppose , RU consumption is 100% if I want to do a transaction , How can I make it a priority ? Should I specify priority "high" at the time of querying like…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,445 questions
asked 2024-01-23T11:43:01.05+00:00
Sai Praneeth Eranti 115 Reputation points
accepted 2024-05-01T09:45:39.14+00:00
Sai Praneeth Eranti 115 Reputation points
1 answer One of the answers was accepted by the question author.

WSUS sync failing with "The request was aborted: The operation has timed out" error

My WSUS sync has been failing with the following error message for the last few days: Sync failed: The request was aborted: The operation has timed out. Source: Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse…

Microsoft Configuration Manager
asked 2024-04-30T13:05:06.24+00:00
Touris Jade 20 Reputation points
accepted 2024-05-01T09:36:38.01+00:00
Touris Jade 20 Reputation points
1 answer One of the answers was accepted by the question author.

Can we safely upgrade the version of Microsoft ODBC driver 17 for sql server, on a server running sharepoint server 2016?

We have a server running sharepoint server 2016. SQL is installed on another server. The sharepoint server has Microsoft ODBC driver 11 for sql server ( installed as part of the pre-reqs for sharepoint install) and also Microsoft ODBC driver 17 for sql…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,223 questions
asked 2024-04-25T10:08:33.39+00:00
Greg Booth 1,296 Reputation points
accepted 2024-05-01T08:58:19.74+00:00
Greg Booth 1,296 Reputation points
1 answer One of the answers was accepted by the question author.

General Availability Estimate for Newest Baselines

The following baselines in Microsoft Intune Endpoint Security is in preview: Security Baseline for Windows 10 and later (Version 23H2) Security Baseline for Microsoft Edge (Version 117) Microsoft 365 Apps for Enterprise Security Baseline (Version…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,351 questions
asked 2024-05-01T06:23:16.59+00:00
Christian Berg Smith 0 Reputation points
commented 2024-05-01T08:27:50.5633333+00:00
Crystal-MSFT 43,126 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Error "The DeveloperEmail field is required." when setting up Graph Data Connect

Hello, I'm trying to set up Graph Data Connection using this tutorial: https://github.com/microsoftgraph/dataconnect-solutions/tree/main/solutions/ona/PreRequisites Unfortunately, I cannot finalize the process, because when I click on "Create",…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,616 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,575 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,499 questions
asked 2024-04-26T08:56:28.39+00:00
Jeroen Vrijkorte 46 Reputation points
accepted 2024-05-01T07:56:57.16+00:00
Jeroen Vrijkorte 46 Reputation points
3 answers One of the answers was accepted by the question author.

SQL Server feature Database Engine Services failed to install

Hi, So, I'm trying to install SQL Server 2019 Developer Edition (the Custom install) and I chose to install the features Database Engine Services, Analysis Services and Integration Services. Everything succeeded except for the Database Engine…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,742 questions
asked 2021-09-23T20:39:05.98+00:00
cece 116 Reputation points
commented 2024-05-01T07:48:21.96+00:00
SmokeNougat 0 Reputation points
8 answers One of the answers was accepted by the question author.

Windows Server 2016 Start Menu Will Not Open

I am unable to get the Start Menu to open in Windows Server 2016 with GUI Evaluation Image. It is activated for a 180-day trial. Pressing the Windows key on my keyboard does nothing at all. The same with the Start icon on the taskbar. I have searched…

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,374 questions
asked 2022-01-24T21:32:57.127+00:00
Michael Faklis 41 Reputation points
commented 2024-05-01T07:46:37.0166667+00:00
Fabio D'Angelo 0 Reputation points
2 answers One of the answers was accepted by the question author.

Error occurred when getting mail messages through [filter=internetMessageId]

An error occurred when I used the following URL to get the mail: https://graph.microsoft.com/v1.0/me/messages?$filter=internetMessageId eq '<f5ff833b-9904-4ab9-ab7f-e02bd41c8fa7@az.northcentralus.production.microsoft.com>' Detailed error…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,616 questions
asked 2022-04-28T07:30:04.507+00:00
WorkEnv SDCC1 21 Reputation points
commented 2024-05-01T07:41:47.32+00:00
bilal umer 1 Reputation point
18 answers One of the answers was accepted by the question author.

Windows Update issue (failed to install) , 0x80070643

Dear All, kindly asking for help regarding Windows updates on our Windows 10 and Windows 11 computers , we have some computers not able to install monthly updates and stay on the retry state Error code is : 0x80070643 I have tried to fix Windows with…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,640 questions
asked 2024-01-15T07:22:09.2933333+00:00
Ary Ahmed 155 Reputation points
commented 2024-05-01T07:36:24.0133333+00:00
Fahd Touma 0 Reputation points
1 answer One of the answers was accepted by the question author.

Dns change for VM being replicated using asr

Hi Experts I am trying to replicate a vm from one azure region to another using azure site recovery. The dns severs are different in both the regions. I have registered the dns entry for the vm in region1 so am able to resolve it by name however after…

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
636 questions
asked 2024-04-25T12:43:59.69+00:00
Vishu 1,516 Reputation points
accepted 2024-05-01T07:32:09.0366667+00:00
Vishu 1,516 Reputation points