342,103 questions

Sort by: Updated
1 answer

C# Regex pattern double quotes problem

Hello all. In the following code if the user string input is "a"b" or "a\"b" is match a"b string. I don't expect that "a"b" is a valid regex pattern as the code return true in the try catch block. what…

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,253 questions
asked 2024-04-28T10:01:51.6966667+00:00
Haviv Elbsz 1,886 Reputation points
answered 2024-04-28T11:08:00.27+00:00
Marcin Policht 10,675 Reputation points MVP
1 answer

Remove-MgGroupMemberDirectoryObjectByRef: Insufficient privileges to complete the operation

I am trying to use the Remove-MgGroupMemberDirectoryObjectByRef -GroupId $groupId -DirectoryObjectId $userId to remove users from a group. It works fine when using an account that has global admin permissions but using a service principal with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,059 questions
asked 2024-04-27T16:28:07.0666667+00:00
SMart-8804 0 Reputation points
edited a comment 2024-04-28T11:03:08.11+00:00
SMart-8804 0 Reputation points
1 answer

audit public folders

Hello  Please i need your help on this issue.  When trying to run audits, results are not showing.   I would like to know how to audit public folders.    Also i am not getting the desire results when i try to search for audit logs for compliance…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,793 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,861 questions
asked 2024-04-26T18:33:16.4133333+00:00
IniobongNkanga-8038 246 Reputation points
answered 2024-04-28T10:52:07.5966667+00:00
Khaled El-Sayed Mohamed 1,140 Reputation points
0 answers

Teams App Personal Tab - Viva Engange/Yammer conversation not loading

Hello! I have created an app in Teams (https://dev.teams.microsoft.com/) set up as a personal tab with content from a regular SharePoint site (MS365 learning pathway). The issue is that conversations created with Yammer/Viva Engage web parts on the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,077 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,630 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,847 questions
asked 2023-12-09T13:39:03.0233333+00:00
HOFH 15 Reputation points
commented 2024-04-28T10:52:05.56+00:00
Michael Järmann 0 Reputation points
1 answer

x:Bind default Mode is "OneTime" or sth else in Windows App SDK ?

I have written the code below: XAML code: <ListView ItemsSource="{x:Bind players}"> ***<ListView.ItemTemplate>*** ***<DataTemplate x:DataType="local:Numbers">*** ***<TextBlock…

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,253 questions
asked 2024-04-28T01:44:47.1666667+00:00
Konstantinos Pavlis 0 Reputation points
commented 2024-04-28T10:46:36.7566667+00:00
Konstantinos Pavlis 0 Reputation points
1 answer

Function disappearing from Azure Function App

Hi , Im using azure function app triggered by service bus and coding with Python. when I adding the following line : from azure.storage.blob import BlobServiceClient The function disappearing from Azure Function App. I added azure.storage.blob to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
546 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,267 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.
956 questions
asked 2024-04-26T22:45:17.34+00:00
Dor Aharony 0 Reputation points
commented 2024-04-28T10:40:41+00:00
Pinaki Ghatak 2,320 Reputation points Microsoft Employee
1 answer

Using an external monitor for recovery operations

How can an external monitor be used to display during recovery mode when the built-in monitor is unusable? The external monitor does not boot until after the recovery mode options appear.

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,905 questions
asked 2024-04-28T00:44:55.1866667+00:00
Philip Dewsbury 0 Reputation points
commented 2024-04-28T10:40:03.6433333+00:00
Philip Dewsbury 0 Reputation points
1 answer

Topic Learn: Create a dataset for .NET Framework application using the Dataset Designer

I wanted to follow this help: This walkthrough uses SQL Server Express LocalDB and the Northwind sample database. (All steps followed) Create a New Windows Forms Application Project (All steps followed) Add a New Dataset to the Application Name the…

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
25 questions
asked 2024-04-27T15:23:31.7733333+00:00
Malcolm Fellmann 5 Reputation points
answered 2024-04-28T10:38:49.97+00:00
Malcolm Fellmann 5 Reputation points
0 answers

Error C3640 in VS22 DLL project

No matter what I try I keep getting a C3640 Error: Error C3640 'DllMain::IslandPortal31::~IslandPortal31': a referenced or virtual member function of a local class must be defined Hopeing someone can help Header File #ifndef __ISLANDPORTAL31_H #define…

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,529 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
941 questions
asked 2024-04-28T07:39:03.8933333+00:00
Copycat 0 Reputation points
commented 2024-04-28T10:38:15.6366667+00:00
RLWA32 40,286 Reputation points
2 answers

What is the difference between "SQL Server Object Explorer" and "Server Explorer")

I followed the information: "Create a dataset for .NET Framework application using the Dataset Designer" and the Server Explorer shows the "NorthwindDataset.mdf" but with no tables. and the SQL Server Object Explorer shows the…

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,718 questions
asked 2024-04-27T15:37:27.17+00:00
Malcolm Fellmann 5 Reputation points
edited a comment 2024-04-28T10:37:20.9033333+00:00
Erland Sommarskog 101K Reputation points MVP
0 answers

Touch keyboard changes layout when switching between WPF TextBox controls

Hi, I'm experiencing a strange behaviour in a simple WPF app running on a tablet (Surface Pro 7, Windows 10.0.19043). The UI has several TextBox controls that have InputScope=Number defined. <Window x:Class="SimpleTouchWPF.MainWindow" …

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,673 questions
asked 2024-04-28T10:37:17.14+00:00
Sergey Efremov 0 Reputation points
1 answer One of the answers was accepted by the question author.

I'm not able to Activate a Sandbox to complete an exercise on Microsoft Learn

I am currently attempting to follow this prompt for an Azure course with no luck connecting to a Sandbox in Microsoft Learn: Activate a sandbox to complete this exerciseThis exercise requires you to use a sandbox on Microsoft Learn to complete. A sandbox…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,132 questions
asked 2024-04-27T21:06:49.8733333+00:00
Edward Allen Weissbard 20 Reputation points
accepted 2024-04-28T10:33:12.3333333+00:00
Edward Allen Weissbard 20 Reputation points
1 answer One of the answers was accepted by the question author.

Azure App service won't display my website

I have deployed my application using Azure DevOps. I configured my pipeline to install Node.js, Npm install, Copy files and Publish artifact. The release is created from same pipeline and released to App service. When i visit the App service website…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,881 questions
asked 2024-04-27T20:07:22.2233333+00:00
Precious Seun 0 Reputation points
accepted 2024-04-28T10:28:40.8366667+00:00
Precious Seun 0 Reputation points
1 answer

Switch to app (with multiple open windows) after ONE click on taskbar icon

Hey guys! In the taskbar, I'm trying to open an app with one click on the taskbar icon, even if the app has multiple windows open. This can be achieved by holding control while clicking the icon (it pulls up the last open window), but I would like for…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,171 questions
asked 2024-04-26T19:03:41.4966667+00:00
Yon 0 Reputation points
answered 2024-04-28T10:28:07.8333333+00:00
Khaled El-Sayed Mohamed 1,140 Reputation points
1 answer

This assessment is currently undergoing maintenance. Explore other Microsoft Credentials in the meantime.

This assessment is currently undergoing maintenance. Explore other Microsoft Credentials in the meantime. Of lab:

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,013 questions
asked 2024-04-04T09:53:06.2+00:00
Mohit Kumar 70 Reputation points
commented 2024-04-28T10:27:40.5566667+00:00
Nemanja Serafimović 15 Reputation points
2 answers

Windows trust between parent and child domain broken

Hello, I was wondering if anyone has an idea how a domain trust could be fixed. The domain trust is broken but I can't fix it because DNS doesn't work properly anymore. DNS can't be fixed, because the domain trust is broken. The DC in the parent…

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,372 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,861 questions
asked 2024-04-28T09:29:12.9166667+00:00
Romar 86 Reputation points
edited an answer 2024-04-28T10:26:01.0833333+00:00
Romar 86 Reputation points
0 answers

Finding the Country of Origin of an Email

Is there a way to determine the country from which an email was sent? Specifically, I'm trying to figure out if an email I received came from within the UK. Any tips or suggestions would be greatly appreciated.

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,889 questions
asked 2024-04-28T10:23:58.2933333+00:00
Warren Grant 0 Reputation points
11 answers

How to correct this Outlook error with correlation ID

I have a customer who is getting this error. I already cleared the roaming cache. It did not help. Correlation Id: e0d7308b-bd8a-4773-8842-4076bff2a5a5 Timestamp: 2023-10-10T17:52:59.000Z DPTI:…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,964 questions
asked 2023-10-10T18:01:12.1+00:00
Michael Feingold 130 Reputation points
commented 2024-04-28T10:20:39.09+00:00
Villanueva, Vanessa 0 Reputation points
1 answer

How to fix virtual machine connection unknown to On-Prem Active Directory on VM start?

I have an On-Prem Active Directory connected to my Azure subscription via VPN Gateway. All the Virtual Machines in Azure have successfully joined the Active Directory and work fine in terms of AD policy, rules, users, etc. The VMs in Azure are…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,861 questions
asked 2024-04-24T19:19:58.1+00:00
Ahmed Madhun 21 Reputation points
answered 2024-04-28T10:13:56.05+00:00
Khaled El-Sayed Mohamed 1,140 Reputation points
0 answers

Office 365 Autodiscover not working

After a Tenant to Tenant Migration Autodiscover is not working. Migrated from a Tenant with Azure Ad Connect synced to the new tenant using BitTitan. Autodiscover is publish via DNS Registrar and updated, but outlook is not connecting. Error: …

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,793 questions
Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
2,964 questions
asked 2024-04-27T20:45:38.74+00:00
Siraj Hydrose 0 Reputation points
edited a comment 2024-04-28T10:11:36.4866667+00:00
Glenn Van Rymenant 1 Reputation point