1,815,922 questions

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

Generate a random string that wasn't previously generated c#

Hi, I want to generate random strings out of a list: So I used this code: Random rnd = new Random(); List<string> validStrings = new List<string>() { "Banana", "Avocado", "Grape", "Apple",…

Developer technologies | C#
Developer technologies | 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.

11,803 questions
asked 2021-08-25T15:03:47.763+00:00
Hemanth B 886 Reputation points
accepted 2021-08-26T07:26:45.027+00:00
Hemanth B 886 Reputation points
0 answers

Latest AMD 21.Q2 GPU drivers not supported on NV8as_v4?

I've been running 20.Q4 drivers on Windows 10 multi-session for a few months now and decided to upgrade the drivers to 21.Q2. The driver works great on NV4as_v4, but we're having some RAM constraints so I switched the Size to NV8as_v4, and immediately…

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

10,176 questions
Azure Virtual Desktop
Azure Virtual Desktop

A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.

2,121 questions
asked 2021-08-19T19:39:57.527+00:00
Andy S 31 Reputation points
commented 2021-08-26T07:21:56.08+00:00
prmanhas-MSFT 17,976 Reputation points Microsoft Employee Moderator
1 answer

Resource 'XXXXXXXX-XXXX-XXXX-XXX-XXXXXXXXXXXX' does not exist or one of its queried reference-property objects are not present

I had created a clientId, tenantId of my app, too I had created a clientSecret, the client secret has all right (read, write, etc). My question is when I create a group I get this Error in java: Error message: Resource…

Microsoft Security | Microsoft Graph
asked 2021-08-17T00:18:10.053+00:00
commented 2021-08-26T07:13:42.74+00:00
CarlZhao-MSFT 46,456 Reputation points
1 answer

converting or merging local cloud users with active directory users

Hello we setup a tenant with local user accounts and configured exchange online . These users also have existing user account in active directory (on-prem) - How can we enable Azure Ad connect / SSO between the two accounts? Is there a way to merge the…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Entra | Other
asked 2021-08-23T22:49:02.897+00:00
dirkdigs 936 Reputation points
commented 2021-08-26T07:00:20.757+00:00
AmanpreetSingh-MSFT 56,971 Reputation points Moderator
1 answer

How To Reset admin password for microsoftonline.com but not Enable self-service password reset yet

How To Reset admin password for microsoftonline.com but not Enable self-service password reset yet

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2021-08-23T07:02:37.007+00:00
anh pham 1 Reputation point
commented 2021-08-26T06:59:25.373+00:00
AmanpreetSingh-MSFT 56,971 Reputation points Moderator
1 answer

Migrate Sharepoint 2010 site pages to SharePoint online modern pages

Hi Folks, I want to migrate SharePoint 2010 sites to SharePoint Online Sites . I want to migrate SP 2010 site pages which are having content editor, Script Editor etc webparts in the pages . Please suggest if I migrate to SharePoint online what will…

Microsoft 365 and Office | SharePoint Server | Development
asked 2021-08-15T16:08:01.297+00:00
MeShare 21 Reputation points
commented 2021-08-26T06:57:12.607+00:00
Allen Xu_MSFT 13,896 Reputation points
1 answer

Monitor CPU% usage by SQL Server instance

How to Monitor CPU% usage per SQL Server instance

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.

4,717 questions
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,751 questions
asked 2021-08-24T06:16:53.57+00:00
MS Techie 2,761 Reputation points
commented 2021-08-26T06:56:49.727+00:00
AmeliaGu-MSFT 14,016 Reputation points Microsoft External Staff
0 answers

add new room mailbox button is not appearing in exchange 2019 admin control panel

hello here i have Exchange 2019, and it seems everything works true, but when i try to add new room mailbox, from " admin-> recipient -> resources " there is no + button to add new room mail box, what should i do ?

Exchange | Exchange Server | Development
asked 2021-08-26T06:56:30.327+00:00
Mohammad Rasti 1 Reputation point
1 answer

Web office server Font display problem

I got some problems in my web-office-server with font display problem , some document used a font named 方正小标宋简体 display Is not normal , Firstly the machine where web-office-server is installed can't find this font , i thought might be this problem ,…

Microsoft 365 and Office | SharePoint | For business | Windows
asked 2021-08-19T05:47:30.437+00:00
chen yuxin 1 Reputation point
commented 2021-08-26T06:55:46.903+00:00
Allen Xu_MSFT 13,896 Reputation points
1 answer

Insecure "OPTIONS" HTTP Method Enabled issue

Hi MS support, Our Sharepoint site (SP2013) is undergoing security vulnerabilities scan and we have landed on a "Insecure "OPTIONS" HTTP Method Enabled" issue. The recommended fix is to disable WebDAV enabled on the server. However…

Microsoft 365 and Office | SharePoint Server | Development
Windows for business | Windows Server | Devices and deployment | Configure application groups
asked 2021-08-20T02:39:16.65+00:00
May 1 Reputation point
commented 2021-08-26T06:53:42.113+00:00
Allen Xu_MSFT 13,896 Reputation points
2 answers One of the answers was accepted by the question author.

Assertion Failed error when I quick Edit every list containing taxonomy field Sharepoint 2019 on prem

I am facing this assertion error in every list which is included a column type of managed metadata. Even if I create a new custom list and add one metadata type column, this error is popping up when I click on quick edit. Can anyone give a clue…

Microsoft 365 and Office | SharePoint | Development
asked 2021-08-17T08:08:05.39+00:00
Fahim Afser 96 Reputation points
commented 2021-08-26T06:48:46.887+00:00
Elsie Lu_MSFT 9,806 Reputation points
1 answer

DirectShow filter to queue samples and pass them downstream when needed

I am writing a custom filter that helps in buffering samples (the number of buffered samples can vary depending on the resolution of recorded video) then do some modifications on these samples, later pass these samples to downstream filters. Is there…

Windows development | Windows API - Win32
Developer technologies | C++
Developer technologies | 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.

4,067 questions
asked 2021-08-25T14:47:58.463+00:00
Madhu 1 Reputation point
answered 2021-08-26T06:42:42.39+00:00
Xiaopo Yang - MSFT 12,736 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Embed Video in Outlook

Is there any way to show a video from within an Outlook 2016/365 client? For example, like a YouTube video, where the user would click the play button and view the video within outlook instead of opening an external browser? Like here:…

Outlook | Windows | Classic Outlook for Windows | For business
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
asked 2021-08-23T04:31:24.87+00:00
reuvygroovy 781 Reputation points
accepted 2021-08-26T06:40:34.953+00:00
reuvygroovy 781 Reputation points
1 answer

Facing issue in Loading Excel files in Azure Data Factory

Need help in one scenario , i have multiple excel files and inside these files i have multiple sheets , how to load these files including all sheets using Azure Data Factory

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

12,171 questions
asked 2021-08-23T13:17:16.013+00:00
Rao 1 Reputation point
commented 2021-08-26T06:23:58.22+00:00
KranthiPakala-MSFT 46,827 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

ML.net How do I get value string for more than just the predicted result?

Forgive me... I am a beginner at this. I created & trained a model with the wizard. It is a text classification model. I would like to know the top 5 predictions and their scores. The default code is... public static ModelOutput…

Developer technologies | .NET | .NET Machine Learning
Developer technologies | .NET | .NET Machine Learning

.NET: Microsoft Technologies based on the .NET software framework. Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.

164 questions
asked 2021-08-23T04:44:23.287+00:00
Alan Iwashita 96 Reputation points
commented 2021-08-26T06:11:16.66+00:00
Alan Iwashita 96 Reputation points
1 answer One of the answers was accepted by the question author.

HoloLens 2: device portal memory leak

There seems to be a memory leak in the device portal's mixed reality capture area. When periodically calling the photo capture api, the device memory in use increases. …

HoloLens | Development
HoloLens | Development

The process of creating immersive mixed reality applications for Microsoft HoloLens,

418 questions
asked 2021-08-16T07:22:01.627+00:00
LostMRDev 21 Reputation points
accepted 2021-08-26T05:57:28.9+00:00
LostMRDev 21 Reputation points
1 answer

Azure Synapse CI CD Publishing

I am trying to develop a Azure DevOps pipeline for our Synapse (connected to Azure DevOps Git Repo). This pipeline will be responsible for publishing changes from master to live mode. I have followed the tutorial on: …

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.

5,652 questions
asked 2021-08-23T12:14:52.573+00:00
Moshik Cohen 11 Reputation points
commented 2021-08-26T05:56:22.927+00:00
Moshik Cohen 11 Reputation points
1 answer One of the answers was accepted by the question author.

App Service Health check automation

Is there any way how to automate App Service -> Monitoring -> Health check functionality? I'd like to set it up automatically for my App Service that is being deployed via ARM template, but any of these options would be OK to enable Health check…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,919 questions
asked 2021-01-15T10:28:25.4+00:00
Ondrej Krč-Jediný 21 Reputation points
commented 2021-08-26T05:53:37.653+00:00
Kyle Smith 1 Reputation point
0 answers

Azure functions CORS preflight fails 503. But passes sometimes on function restart

Hi, We have a strange issue with Azure CORS setting for a function. It works for initial 2-3 request when i do function restart but after that it starts giving me CORS issue. Same function is deployed in multiple regions but I am getting this error…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,481 questions
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime

.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.

1,326 questions
asked 2021-08-26T05:47:56.307+00:00
mehul t 1 Reputation point
0 answers

Is there any chat API which I can include it in my website

Hello Team, I wanted to know, is there any chat API that I can include in the website Avedaayur. My purpose is to attract users provide an automated login and start the chat process by own. We are in field of health Ayuverveda.

Microsoft Security | Microsoft Authenticator
asked 2021-08-26T05:33:40.37+00:00
avedaayur 1 Reputation point