290,082 questions

Sort by: Updated
1 answer

Exchange Online - Purview Retention Policy Not Working

I am having issues with an Exchange Online retention policy not taking affect properly. I created a Purview tag and rule to permanently delete any Deleted Items email older than 31 days old. I assigned that rule to one specific user, myself, to test,…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
946 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,195 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
393 questions
asked 2024-05-06T17:58:27.4733333+00:00
Phil DeFabio 0 Reputation points
answered 2024-05-07T06:56:53.8633333+00:00
Vasil Michev 95,671 Reputation points MVP
2 answers

Mapping Azure Fileshares - getting "The specified network password is not correct." for 1 sa but not for another

here's the layout - 3 subscriptions, each with their own vNet - 1 Core subscription with 2 spokes peered to the core but not to each other - Route Tables in the spokes point to a firewall in Core which passes traffic onwards to the other spoke - no known…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,717 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,239 questions
asked 2024-05-03T15:46:49.93+00:00
Jane Cassell 0 Reputation points
answered 2024-05-07T06:56:52.3633333+00:00
Jing Zhou 2,240 Reputation points Microsoft Vendor
1 answer

Sharepoint Access

Hi All I have a requirement to grant SharePoint Online access to a few users with reader permissions. Is there a specific role in Exchange Online that grants SharePoint reader access? Experts, please help me

Microsoft Exchange Online
SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,229 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,698 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,195 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,811 questions
asked 2024-05-07T04:14:49.29+00:00
Rising Flight 3,751 Reputation points
answered 2024-05-07T06:56:42.36+00:00
Haoyan Xue_MSFT 20,031 Reputation points Microsoft Vendor
1 answer

When I copy files over the network from my Alienware 17r4 Notebook to a NAS the speed is limited to 80 MB/s

Hi, About 15 days ago, when I copy files from my Windows 10 Pro 22H2 Notebook to my WD NAS, the speed is limited to approximately 80 to 88 MB/s. But if I copy files from my WD NAS to my Notebook, the speed remains at 112 MB/s. The network card is…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,671 questions
asked 2024-05-03T17:18:01.4233333+00:00
Oscar Alejandro Guignant 0 Reputation points
answered 2024-05-07T06:56:35.1766667+00:00
Jing Zhou 2,240 Reputation points Microsoft Vendor
3 answers

PowerShell Modules for managing NetworkATC

The NetworkATC feature can only be installed on AzureStack HCI OS. However, I need to build and configure clusters from my management workstation. I can't find a location to get the NetworkATC Management PowerShell modules so I can use Add-NetIntent, etc…

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
270 questions
asked 2024-05-02T20:52:08.69+00:00
Jason Kirk 0 Reputation points
edited a comment 2024-05-07T06:55:59.3833333+00:00
Anveshreddy Nimmala 2,465 Reputation points Microsoft Vendor
2 answers

Integration service on dedicated SQL instance

Based on an assessment I did on a client's server, I have to move all the integration services to a dedicated machine. We decided to separate ETL and data on two machines. My question is: having a dedicated instance, how do I manage the memory CAP on…

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,767 questions
asked 2024-05-06T09:26:30.6333333+00:00
Alen Cappelletti 911 Reputation points
answered 2024-05-07T06:55:47.53+00:00
ZoeHui-MSFT 33,211 Reputation points
1 answer

Error description: The system cannot find the path specified while installing SQL server management studio

I am facing an error while installing Microsoft SQL Server 2022, In the log file the error says : Component name: SQL Server Database Engine Services Instance Features Component error code: 0x80004005 Error description: …

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,767 questions
asked 2024-05-06T16:23:40.68+00:00
Nikita Gaur 0 Reputation points
answered 2024-05-07T06:55:27.21+00:00
LucyChen-MSFT 1,120 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

unauthorized_client: The client does not exist or is not enabled for consumers

Hello, when I was doing the following exercise: https://learn.microsoft.com/en-us/training/modules/msgraph-toolkit-intro/4-exercise-sign-into-app to Use Graph Toolkit with this index.html : <head> <meta charset="UTF-8"> <meta…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,667 questions
asked 2023-02-14T17:18:43.3033333+00:00
PauloMatos 170 Reputation points
commented 2024-05-07T06:54:01.3666667+00:00
Arslan Pervaiz 20 Reputation points
1 answer

It is possible to change the API key for language models within Azure Open AI

It is possible to change the API key for language models within Azure Open AI, and how to do it. Thanks.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,200 questions
asked 2024-05-06T16:18:17.8466667+00:00
Schifter, Gabriela 75 Reputation points
answered 2024-05-07T06:49:18.6033333+00:00
Charlie Wei 2,290 Reputation points
1 answer

How to get the index of duplicate elements along with the range of empty elements after it. LINQ

hi Dim ComplexArray As String() = Split("A C A B C A B A B C") 'Need Result As Array (3 dimensional) Dim Arr3D = {({"A", ({"0-2", "5-9", "16-16", "19-20"})}),…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,580 questions
asked 2024-05-04T15:38:26.2533333+00:00
Mansour_Dalir 1,591 Reputation points
edited a comment 2024-05-07T06:48:49.27+00:00
Mansour_Dalir 1,591 Reputation points
1 answer

Graph API, how to get the registration link of a webinar event

Hi, I'm getting the calendar info of webinars created on teams using the below function. It returns the data but it doesn't have the teams online meeting registration url which is something like…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,667 questions
asked 2024-04-19T05:50:37.51+00:00
Hajir Lesani 0 Reputation points
commented 2024-05-07T06:48:12.0666667+00:00
Yakun Huang-MSFT 235 Reputation points Microsoft Vendor
1 answer

Why isn't the message recall working?

Hi. Exchange 2019, CU 14. On-premise. Message recall doesn't work. My office: Outlook online mode. When a user revokes messages, the employee just gets an additional email that I want to revoke it, but the email stays with the recipient. This is within…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,085 questions
asked 2024-04-24T12:48:24.2633333+00:00
Андрей Михалевский 2,641 Reputation points
commented 2024-05-07T06:48:07.8533333+00:00
Jake Zhang-MSFT 1,235 Reputation points Microsoft Vendor
1 answer

Why is Copy / Cut / Paste NOT working in RichTextBox? It works my previous projects.

Hi All, I am unable to "Copy" the text output in a RichTextBox in a project created in Visual Studio 2013. In my previous projects, I can "Copy" text from RichTextBox. I found out on Googling that for RichTextBox, it is necessary to…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,580 questions
asked 2024-05-06T17:36:06.9066667+00:00
VKSB 176 Reputation points
edited an answer 2024-05-07T06:47:25.24+00:00
Jiachen Li-MSFT 26,671 Reputation points Microsoft Vendor
1 answer

Remove Suggested People/Contacts in New Outlook for Tenant

Hi Can suggested contacts be disabled/removed at a tenant level. Alternatively could external contacts be removed from the suggested list? This is to solve an issue in Outlook, however, will it impact other M365 apps. Advice is appreciated.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,010 questions
asked 2024-05-02T08:12:53.2866667+00:00
Helen McMahon 0 Reputation points
commented 2024-05-07T06:47:06.92+00:00
Faery Fu-MSFT 17,021 Reputation points Microsoft Vendor
4 answers One of the answers was accepted by the question author.

event veiwer

What do these mean? "A timeout (30000 milliseconds) was reached while waiting for a transaction response from the GamingServices service." "The application-specific permission settings do not grant Local Activation permission for the COM…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,671 questions
asked 2024-05-07T00:14:20.6866667+00:00
clayton brannan 0 Reputation points
accepted 2024-05-07T06:46:38.34+00:00
clayton brannan 0 Reputation points
1 answer

how to auto forward email after removing subject

There is an auto forwarding rule configured by outlook admin to forward all incoming emails sent by suppliers to an external email address (Oracle ERP). ERP is not working as expected because it expects either with some key values in subject of auto…

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,902 questions
asked 2024-05-06T21:21:13.2966667+00:00
BR, Rajesh 0 Reputation points
answered 2024-05-07T06:45:25.4666667+00:00
Faery Fu-MSFT 17,021 Reputation points Microsoft Vendor
1 answer

Is it possible to get PID from Media Sessions?

As title says, is it possible to get PID or some other unique identifier from the Media Sessions the API provides? I'm afraid of issues with multiple instances of my program running, and some way to distinguish them would be very…

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,427 questions
asked 2024-05-06T08:19:41.74+00:00
Dolezal, Vojtech 0 Reputation points
commented 2024-05-07T06:43:33.03+00:00
Xiaopo Yang - MSFT 11,501 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

inserting OneDrive read-only documents into email signature

Can you insert OneDrive read-only documents into your email signature (need for disclosure and disclaimer) Is it secure?

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
831 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,698 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,902 questions
asked 2024-04-09T22:48:57.5866667+00:00
Eric Zepp 40 Reputation points
edited the question 2024-05-07T06:43:13.3866667+00:00
Emily Du-MSFT 41,941 Reputation points Microsoft Vendor
1 answer

"owl carousel" not working when appending data dynamically using jquery

I'm appending the data dynamically to "owl carousel" and initially the data is showing correctly and next (when I click the button) I'm erasing and re-assigning the data to the "owl carousel" (because the data will keep change) at…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,277 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
875 questions
asked 2024-05-06T04:31:47.04+00:00
Ashok Kumar 161 Reputation points
commented 2024-05-07T06:42:56.0533333+00:00
Lan Huang-MSFT 25,866 Reputation points Microsoft Vendor
1 answer

running asp.net intranet application on localhost asking for authentication

I have an intranet application written int ASP.net core, when I run this application on localhost, I get a pop window asking me to authenticate and once I enter my domain name\my username and password then it authenticates me and lets me run the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,194 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,277 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,288 questions
asked 2024-05-06T23:53:29.4066667+00:00
Anjali Agarwal 1,386 Reputation points
commented 2024-05-07T06:42:40.1266667+00:00
Anjali Agarwal 1,386 Reputation points