339,901 questions

Sort by: Updated
0 answers

How to invalidate user session tokens (Id_Token, Refresh_Token) upon password change

Is it possible to invalidate/kill the user session tokens (Id_Token, Refresh_Token) whenever the user changes their password? If yes, how can it be done?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,374 questions
asked 2024-04-18T15:14:20.2066667+00:00
Shekhar Nadide 186 Reputation points
1 answer

Get-MgDirectoryOnPremiseSynchronization : Insufficient privileges to complete the operation as the Global Administrator?

What are the additional required permissions on top of the Global Administrator to execute the below read only command? Connect-MgGraph -Scopes OnPremDirectorySynchronization.ReadWrite.All Get-MgDirectoryOnPremiseSynchronization The error I am…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,499 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,717 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,028 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,374 questions
asked 2024-04-18T12:41:45.9966667+00:00
EnterpriseArchitect 4,721 Reputation points
answered 2024-04-18T15:14:20.05+00:00
Andy David - MVP 140.8K Reputation points MVP
1 answer One of the answers was accepted by the question author.

ACS - Rooms - Unauthorized AND Forbidden

I have a context with 6 participants, all attendees. I can see the webcam feeds of everyone after calling callAgent.join(). However, I don't have the audio, even after adding the audioStream track to be used. Does callAgent.startCall() exclusively handle…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
675 questions
asked 2024-04-17T15:35:15.7166667+00:00
Alexandre Gurgel 60 Reputation points
commented 2024-04-18T15:11:30.6333333+00:00
Alexandre Gurgel 60 Reputation points
0 answers

while i use the API : var PDevice = PhoneLineTransportDevice.FromId, it return null

I use the below codes, try to get the PhoneLineTransportDevice, but the API FromID returns null //this API works well, can get the DeviceInformation DeviceInformationCollection devices = await…

Universal Windows Platform (UWP)
asked 2024-04-18T15:10:46.03+00:00
Mingping1 Zhang 0 Reputation points
2 answers

Intune Keeping (Line of Business Apps) Up to Date

We have a number of LoB Apps which I need to deploy via Intune. My question is what is the best way to make sure the Apps that are deployed are using the latest version? For example, I need to push out SQL Studio Management Studio, or other free…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,296 questions
asked 2024-04-17T18:27:02.39+00:00
rr-4098 1,111 Reputation points
commented 2024-04-18T15:10:14.4433333+00:00
rr-4098 1,111 Reputation points
1 answer

Unable to add account in Azure Data Studio

Getting the below error while trying to add account in azure data studio

Azure Data Studio
Azure Data Studio
A cross-platform database tool for data professionals using on-premises and cloud data platforms on Windows, macOS, and Linux.
97 questions
asked 2024-04-18T14:47:50.75+00:00
Tiwari, Aviral (NonEmp) 0 Reputation points
answered 2024-04-18T15:08:39.3866667+00:00
Patchfox 3,291 Reputation points
1 answer

Bad gateway error when creating azure app service

Hello there, I am getting a bad gateway error when creating an azure app service. The content of the error is below. How can I solve it? { "status": "Failed", "error": { "code":…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,829 questions
asked 2024-04-18T13:28:40.0566667+00:00
Özdenur Eraslan Bali 0 Reputation points
commented 2024-04-18T15:08:07.87+00:00
Alex Burlachenko 0 Reputation points
2 answers One of the answers was accepted by the question author.

Can I Install New Teams on Windows 10 Enterprise LTSC 1809 (2019)

We currently have all of our workstations with Windows 10 Enterprise LTSC 1809 (2019). Our users are receiving error "Classic Teams will soon be unavailable for use. To use the new Teams, update your OS to meet requirements or contact your IT…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,027 questions
asked 2024-04-18T03:34:40.2133333+00:00
Pias Zaman 0 Reputation points
commented 2024-04-18T15:07:48.69+00:00
Pias Zaman 0 Reputation points
1 answer

Best way to listen to Salesforce Platform Event in Azure Logic Apps

I am trying to create a durable function to listen to Salesforce Platform Event . However, I am very new to Azure Functions so looking for recommendations

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,207 questions
asked 2023-10-25T08:17:54.8766667+00:00
Jaggi, Ankita SBOBNG-PTIY/BHB 0 Reputation points
commented 2024-04-18T15:07:26.8266667+00:00
Youssef Bennis 0 Reputation points
0 answers

Make an Azure Communication Service call to a call queue

Hello everyone I hope you can help me. We use the Azure Communiocation Service to call other Teams users from a Teams user. Now we want to call a group of users and the one who picks up the call first receives the call. This is already possible with the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,027 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
675 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
914 questions
asked 2024-04-18T15:06:42.42+00:00
adscreen 0 Reputation points
0 answers

How do I connect to Synapse SQL serverless using Python?

Hi all! A while ago I found this thread which contained the following code to connect to Synapse SQL serverless via REST API. import requests import json # Azure app registration details tenant_id = "<Your Tenant ID>" client_id =…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,337 questions
asked 2024-04-18T15:06:25.2033333+00:00
Laura Martin 0 Reputation points
0 answers

Make an Azure Communication Service call to a call queue

Hello everyone I hope you can help me. We use the Azure Communiocation Service to call other Teams users from a Teams user. Now we want to call a group of users and the one who picks up the call first receives the call. This is already possible with the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,027 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
675 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
914 questions
asked 2024-04-18T15:05:57.81+00:00
adscreen 0 Reputation points
0 answers

I have issue in windows failover cluster with 2 nodes 2019 standard

Configured windows cluster in win 2019 STD in VMware 2 nodes cluster quorum with file share role configured for the service apache tomcat. Cluster failed and unable to turn ON This has happened twice in 6 months Cluster events shows Error 1:The failover…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,442 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
956 questions
asked 2024-04-18T15:05:50.4866667+00:00
Joseph Alphonse 0 Reputation points
0 answers

filter direction between Calendar and Budget tables

How is it possible that columns from the Calendar table can filter Budget table if the filter direction is from Budget to Calendar, not the other way?

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.
841 questions
asked 2024-04-18T14:31:55.0133333+00:00
Bartłomiej Jaskólski 0 Reputation points
commented 2024-04-18T15:04:39.78+00:00
Srinud 965 Reputation points Microsoft Vendor
1 answer

How to get Edge to display popup windows in the same format between Windows 10 and Server 2019?

We have Win10 on laptops and Server 2019 on servers. On the Win10 machines, Edge will display popup windows with the title of "Message from webpage" and the OK button is a rectangle. Our UFT testing scripts recognize the popup windows. On…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,111 questions
Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,442 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,557 questions
asked 2024-04-17T15:34:14.61+00:00
Feaster, John 0 Reputation points
commented 2024-04-18T15:04:16.02+00:00
Feaster, John 0 Reputation points
1 answer

How can we enable power automate option for user so that he can create flow?

Hey everyone, I have created the list on SharePoint, now I can create flow using power automate and multiple things. Basically I can see all available options. But after sharing the List with full control to other user he is not able see all options,…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,557 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,656 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
507 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,794 questions
Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
61 questions
asked 2024-04-18T12:50:19.5466667+00:00
AMAN SHAIKH 20 Reputation points
answered 2024-04-18T15:04:01.66+00:00
Andrew Geddes 646 Reputation points
0 answers

Recognize whether the user is logged in

In Windows 10 and Windows 11, apps that are started automatically at startup are already started before the user has logged in. In Windows 8.1, such automatically launched apps were only started after the user had logged in. At least this is the case on…

Universal Windows Platform (UWP)
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,666 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,412 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,194 questions
asked 2024-04-18T15:03:37.3466667+00:00
Heiko 1,191 Reputation points
0 answers

Automating ML compute instance via script

Hello, We do have lot of ML compute instance running and every month we need to delete it and re-create it with same config. we are planning to create a script to perform this activity and then will schedule it once a month. what's the best way to…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,551 questions
asked 2024-04-18T15:02:53.3066667+00:00
Helan Nivas 0 Reputation points
0 answers

Windows 11 file explorer top toolbar freezing

Hello everyone, I have a client set up in a new azure virtual desktop environment with fslogix. Everything is running smoothly, but there are certain times when the top toolbar in file explorer just freezes. Most of the time it only affects the ability…

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,355 questions
asked 2024-04-18T15:02:07.3033333+00:00
stavros mitchell 51 Reputation points
0 answers

MARS Agent Error: The operation failed because of a protection agent failure. Retry the operation. (0x08752)

Our environment consists of six Windows Servers: 2 - v2016 2 - v2019 2 - v2022 All running latest version of MARS agent (installed and configured the same). All patched/updated to current. All running the same AV agent/policy. One of the Server 2022…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,116 questions
asked 2024-04-18T13:36:59.88+00:00
laughey 16 Reputation points
commented 2024-04-18T14:58:14.38+00:00
SadiqhAhmed-MSFT 36,961 Reputation points Microsoft Employee