349,028 questions

Sort by: Updated
0 answers

Event trigger inside Outlook Addin when Outlook logout or close

We are using SSO for our ADDIN in outlook using OfficeRuntime JS. We created our own token using below steps. step 1-> Read the Token from OfficeRuntime.auth.getAccessToken({ allowSignInPrompt: true, }) step 2-> Passing the received token to…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,122 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,589 questions
asked 2024-05-28T03:40:39.7866667+00:00
RAVI TEJA GUGGILAM 0 Reputation points
2 answers

Experiencing Authentication issues for Azure Portal

The Azure Portal encountered an issue while attempting to retrieve access tokens. I have tried many times to get signed in but it isn't letting me. No refresh token found in cache. It's showing an alert that the portal is having issues getting an…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,867 questions
asked 2024-02-22T18:43:59.1666667+00:00
Fareeha Sajjad 5 Reputation points
answered 2024-05-28T03:38:04.63+00:00
Daus-fk 0 Reputation points
1 answer One of the answers was accepted by the question author.

ACS Client (using Teams Identity) is reusing Stale Token

We are using the Azure Communication Calling client library for JavaScript to build a web-based softphone for voice calling. The client is using the Teams interoperability option of having the identity as a Teams user (rather than the BYOI model). Since…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
713 questions
asked 2024-03-07T12:14:02.92+00:00
Dr Dave H 120 Reputation points
commented 2024-05-28T03:37:39.84+00:00
ajkuma 22,851 Reputation points Microsoft Employee
3 answers

Hyper-V Manager only supports 'Connect to Server', not New Virtual Machine

Just downloaded Windows Pro version to use Hyper-V Virtual Machine. Based on this 04/26/2022 Microsoft webpage: [https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/create-virtual-machine ... I expected to find an option for…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,578 questions
asked 2023-01-12T14:24:27.32+00:00
P G cantabrigian 0 Reputation points
commented 2024-05-28T03:37:38.8133333+00:00
Sandeep Kalva 0 Reputation points
1 answer

iSCSI-Initiator do not reconnect a drive sitting on qnap server

Hi All, I have just finished setting up at new QNAP NAS, where I have used a part of the disk space as an iSCSI Blocked lun. Following the guides in the QNAP guides "How to create and use the iSCSI target service on a QNAP NAS" and "How to…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,298 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,578 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
637 questions
asked 2024-05-27T12:17:20.58+00:00
Søren Jensen 0 Reputation points
edited an answer 2024-05-28T03:36:42.0433333+00:00
Ian Xue (Shanghai Wicresoft Co., Ltd.) 31,251 Reputation points Microsoft Vendor
1 answer

cannot complete the set up server backup wizard

Trying to setup server backup on Windows Server 2016 Essentials. Get this error when including System State along with OS: "Cannot complete the set up server backup wizard. An error occurred while configuring the backup policy. Ensure all the…

Windows Server Backup
Windows Server Backup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Backup: A duplicate copy of a program, a disk, or data, made either for archiving purposes or for safeguarding valuable files from loss should the active copy be damaged or destroyed.
455 questions
asked 2024-05-26T00:27:55.7666667+00:00
artzoop 0 Reputation points
answered 2024-05-28T03:36:23.88+00:00
Ian Xue (Shanghai Wicresoft Co., Ltd.) 31,251 Reputation points Microsoft Vendor
3 answers

SQL Server integration service installed with SQL Server management studio

Hi Can you please let us know if SQL Server integration service (or SSIS) which is a licensable product installed with SQL Server management studio (SSMS) (a non licensable product)? We have got instances of our DBAs mentioning that they can see…

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,911 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,468 questions
asked 2024-05-27T06:59:06.6266667+00:00
Srinivas Ramanujaiah 0 Reputation points
commented 2024-05-28T03:36:19.8+00:00
Srinivas Ramanujaiah 0 Reputation points
1 answer

Unwanted Camera and location access attempt

Hello, I have recently got notifications of blocked access to my webcam and location. I tried to find out which program has attempted to access it which usually shows up in Norton security history but it went undetected by Norton and was instead blocked…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,859 questions
asked 2024-05-26T09:52:35.3433333+00:00
F B 0 Reputation points
answered 2024-05-28T03:35:58.65+00:00
Ian Xue (Shanghai Wicresoft Co., Ltd.) 31,251 Reputation points Microsoft Vendor
2 answers

In Windows 10, I Pushed the “1” Key, and It Showed the Mini Windows from the Taskbar. Do You Think that Sounds True or False?

I pushed the “1” key, and it showed the mini windows from the taskbar. Do you think that sounds true or false?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,818 questions
asked 2024-05-26T12:40:58.84+00:00
R9I1 1 Reputation point
answered 2024-05-28T03:35:53.37+00:00
Ian Xue (Shanghai Wicresoft Co., Ltd.) 31,251 Reputation points Microsoft Vendor
0 answers

How to access registry items under driver service registry key path of Win11 24H2 in a WDF driver?

I am currently utilizing a Kernel Mode Driver Framework (KMDF) driver, employing the RtlQueryRegistryValues function with parameters (RTL_REGISTRY_ABSOLUTE, L"\Registry\Machine\System\CurrentControlSet\Services...") to access specific registry…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,564 questions
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,557 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
18 questions
asked 2024-05-22T01:22:02.8666667+00:00
Jingshan Song (Jingshan) 0 Reputation points
edited a comment 2024-05-28T03:32:50.88+00:00
Qingze Yu(Qingze) 0 Reputation points
2 answers

The MSSQLSERVER and AGENT service terminated unexpectedly

Dear All SQL expert, Do you know what is the case that make The MSSQLSERVER service terminated unexpectedly? Recently, The SQL server (MSSQLSERVER) and SQL Server Agent are stopped automatically during running import data to sql server. We are using SQL…

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,911 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,544 questions
asked 2024-05-27T20:33:02.6366667+00:00
Yohany Sanchez 0 Reputation points
answered 2024-05-28T03:29:18.93+00:00
LucyChenMSFT-4874 1,430 Reputation points
1 answer

Internet is not working inside of my azure ubuntu VM

When I initially began using Ubuntu VM, I used the internet within the VM to download packages or for general internet usage. However, for the past few days, the internet hasn't been working inside my VM

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,291 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,205 questions
asked 2024-05-27T08:54:22.38+00:00
Jawad 0 Reputation points
commented 2024-05-28T03:26:53.68+00:00
Jawad 0 Reputation points
0 answers

Getting error messages on the Tutorial, "Enrich an AI search index with custom classes"

Hello, I'm working through the mslearn tutorial, "Enrich an AI search index with custom classes", and in the section, "Create a function app to enrich your search index", I am getting these two errors: ImportError: cannot import…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,399 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
366 questions
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.
1,059 questions
asked 2024-05-28T03:26:40.3866667+00:00
John Hancock 0 Reputation points
1 answer

TailwindTraders Database Connection

https://learn.microsoft.com/en-us/training/modules/get-data/3b-parameters While connecting to the TailwindTraders Database, it asks for username and password for authentication. What should we enter there because it is not connecting. Error: Details:…

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.
118 questions
asked 2024-05-15T22:36:31.57+00:00
Daman Preet Singh 10 Reputation points
commented 2024-05-28T03:24:05.69+00:00
Syed Saleem Peera 1,050 Reputation points Microsoft Vendor
0 answers

No Permission when access Verifiable Credentials from Microsft Hardware Partner Center

I have the same issue as mentioned here https://learn.microsoft.com/en-sg/answers/questions/1661168/no-permission-when-access-verifiable-credentials-f. It started to behave on 17.05.2024, I created 2 request tickets to help us with this, but 10 days…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
891 questions
asked 2024-05-27T12:33:50.8766667+00:00
Oleksandr Dmytrenko 0 Reputation points
commented 2024-05-28T03:23:49.8333333+00:00
Junjie Zhu - MSFT 15,911 Reputation points Microsoft Vendor
2 answers

objフォルダに生成されるはずのAxInterop.CoReportsViewU.dllが生成されない。

Windows10(64bit)、VS2017 Professional、Coreports Ver11で動作していたPGMを、Windows11(64bit)、VS2022 Professional、Coreports…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,706 questions
asked 2024-05-24T09:38:05.2266667+00:00
Enomoto Hikaru/榎本 輝/JFE-SI 0 Reputation points
answered 2024-05-28T03:23:28.79+00:00
gekka 7,091 Reputation points MVP
2 answers

Unable to send Emails to customer domains

I have MS 365 and MS DYNAMIC: The domain that I am using for Email service is, for example, XYZ.COM and I have 3 custom domain names in Azure using them with MS Dynamic, the issue is when trying to send an Email to one of the 3 domains from my Email…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,048 questions
asked 2024-05-21T20:20:58.22+00:00
khaled wefky mohamed 0 Reputation points
answered 2024-05-28T03:23:09.86+00:00
ajkuma 22,851 Reputation points Microsoft Employee
1 answer

I don't see my az 104 certificate

I don't see my Az 104 certificate in the MS learn certification list although i have the score report with me. The same is not visible on the pearson exam list as well.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,048 questions
asked 2024-05-28T02:54:54.35+00:00
Sriharsha Gundavarapu 0 Reputation points
answered 2024-05-28T03:23:03.2433333+00:00
Yanhong Liu 3,340 Reputation points Microsoft Vendor
0 answers

Azure Load Testing test run stuck on 'Accepting' using Python SDK

I wrote a script to create/update an Azure Load Test test, then upload a Jmeter JMX file to the test, and start a test run. When I start the test run, my test stays in the status Accepting But it never begins Executing or any other state. I do check…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,003 questions
Azure Load Testing
Azure Load Testing
An Azure service that enables developers and testers to generate insights on how to improve the performance, scalability, and capacity usage of their application
43 questions
asked 2024-05-28T03:18:23.56+00:00
Daniel Levine 0 Reputation points
1 answer

[MAUI] How to create home shortcut for app on Android

I've been searching, with no luck so far, how to add a shortcut for my MAUI .NET 8.0.5 application on Android 10 (API 29) home screen. There are two Android permissions in the manifest INSTALL_SHORTCUT UNINSTALL_SHORTCUT But neither seem to produce…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,985 questions
asked 2024-05-27T14:27:31.6933333+00:00
Camille 6 Reputation points
edited an answer 2024-05-28T03:18:16.0733333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,541 Reputation points Microsoft Vendor