288,474 questions

Sort by: Updated
3 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
answered 2024-04-28T11:19:48.4233333+00:00
Marcin Policht 10,675 Reputation points MVP
1 answer

can we create manintenance configuration only with azurerm provider not with azureapi

can we create manintenance configuration only with azurerm provider not with azureapi If yes, could you please provide more info on assigning install patches, windows, linux and other arguments.

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
222 questions
asked 2024-04-27T07:08:09.0566667+00:00
Varma 1,120 Reputation points
commented 2024-04-28T11:18:38.3633333+00:00
Sina Salam 3,561 Reputation points
1 answer

Microsoft Certified Trainer Requirements

I am a Microsoft certified educated and for last 2 years I am MIEE expert and can I enroll for the Microsoft certified trainer program, I have already conducted many training programs in my previous schools and LinkedIn live events and I am going to…

Microsoft 365 Training
Microsoft 365 Training
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Training: Instruction to develop new skills.
24 questions
asked 2024-04-28T07:52:24.66+00:00
NASLIN SITHARA 0 Reputation points
answered 2024-04-28T11:15:16.7066667+00:00
Marcin Policht 10,675 Reputation points MVP
1 answer

delete files in a subfolder in scdule time

I have two folder- A and B B is subfolder of A and inside B there many files , i want to delete files inside B more that x days without delete Folder B , is there any solution Thnx

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,365 questions
asked 2024-04-28T10:02:38.3666667+00:00
Meysam Salary 0 Reputation points
answered 2024-04-28T11:14:28.3233333+00:00
Marcin Policht 10,675 Reputation points MVP
1 answer

How to get a certificate

Where to get a certificate This question is related to the following Learning Module

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.
52 questions
asked 2024-04-28T08:49:39.06+00:00
SENAPATHI.BABY DIVYA 0 Reputation points
answered 2024-04-28T11:14:00.19+00:00
Marcin Policht 10,675 Reputation points MVP
2 answers One of the answers was accepted by the question author.

Custom ApiController Model Binding type conversion error

According to the Model Binding documentation: In an API controller that has the [ApiController] attribute, invalid model state results in an automatic HTTP 400 response. So when I send an invalid type in the request body (e.g. int instead of string),…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,167 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,253 questions
asked 2024-04-24T10:30:29.13+00:00
iKingNinja 60 Reputation points
accepted 2024-04-28T11:08:20.8766667+00:00
iKingNinja 60 Reputation points
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
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
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
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
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