473,383 questions

Sort by: Updated
1 answer

Is there any way to get directory settings using Microsoft Graph API?

Hello Team, I want to get the bellow Azure Active directory group setting value from Graph API. Could you please let me know how i will get it using Graph API? $directorySetting["AllowToAddGuests"] As of now i have tried with this, But…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
asked 2021-07-01T10:51:46.3+00:00
Sivakoteswara Rao Sadhu 6 Reputation points
commented 2021-07-22T06:01:28.157+00:00
JosephXu-MSFT 531 Reputation points
0 answers

Network programming in c#

Hello, I am using a switch which will broadcast the response to all ports of the switch The request is made through one port of the switch. I need to know how a PC connected to another port would receive the response. Thanks in advance.

Developer technologies | C#
asked 2021-07-21T15:26:35.717+00:00
Mahmudul Haque 1 Reputation point
commented 2021-07-22T05:56:08.973+00:00
Timon Yang-MSFT 9,606 Reputation points
1 answer One of the answers was accepted by the question author.

Cert chain priority

i have a situation when chain up the cert a public ca going to replace a CA, so they have 2 cert chain Root CA3 -> Sub CA 17 -> server cert Root CA1 -> Root CA3 cross -> Sub CA 17 -> server cert Root CA3 have a longer expire…

Windows for business | Windows Server | Devices and deployment | Configure application groups
asked 2021-07-21T03:29:12.727+00:00
Ming Cheung 426 Reputation points
commented 2021-07-22T05:52:01.497+00:00
Anonymous
2 answers

Find your Device - Enterprise

I’m going through and trying to locate our devices if they are stolen. We’ve invested over 250k in new computers over the last year and it seems that Microsoft has a ‘Find my Device’ option in windows 10. After further research and trying to get it to…

Microsoft Security | Intune | Configuration
asked 2021-07-19T14:29:48.443+00:00
Anthony Stefani 1 Reputation point
answered 2021-07-22T05:51:53.73+00:00
Lu Dai-MSFT 28,496 Reputation points
1 answer

Referencing another script from Powershell Workflow Runbook

With normal Powershell Runbooks you had to do something like: if($false){ . .\file.ps1 } In order to reference Functions in the file without just running it. In Powershell Workflow you can't do that. What's the best way to work around this?

Windows for business | Windows Server | User experience | PowerShell
asked 2021-07-21T12:54:52.357+00:00
MCMR 1 Reputation point
answered 2021-07-22T05:46:22.107+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Azure Data Factory: Job failed due to reason Expression cannot be parsed

I am attempting to use a pipeline parameter in a ForEach activity, however I am receiving a "DF-Executor-ParseError" error with no details: In checking the activities within the ForEach we can see the incoming parameters evaluate as…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,637 questions
asked 2021-07-14T18:21:47.22+00:00
Kyle Maysey 21 Reputation points
commented 2021-07-22T05:44:44.087+00:00
ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
1 answer

Security information and event management Lab

Hello, I have set up an ELK SIEM on my home laptop through Virtual Box and I am wanting to set up a server to running data through to see how the tool works and develop my skills. I know there is a cloud-based SIEM but I want to use the SIEM that I…

Microsoft Security | Microsoft Sentinel
asked 2021-07-19T18:11:09.34+00:00
Donald S Hunter Jr 1 Reputation point
answered 2021-07-22T05:44:23.95+00:00
VipulSparsh-MSFT 16,311 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Login failed for user '<db_user>'. Reason: Failed to open the explicitly specified database '<DB1>'. [CLIENT: <local machine>]

I restored my production database "DB1" in development server. The database contains 'db_user' schema. Same 'db_user' name i am using prod and dev. After restoration, when 'db_users' trying to connect db, getting error "The…

SQL Server | Other
asked 2021-07-21T11:34:45.537+00:00
arun sampath 21 Reputation points
commented 2021-07-22T05:34:03.97+00:00
Olaf Helper 47,441 Reputation points
2 answers

Server 2016

Is there a way to delegate a nonadmin user access to log off or disconnect other users access

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
asked 2021-07-15T19:01:30.72+00:00
Rajkaran Singh 1 Reputation point
commented 2021-07-22T05:27:05.25+00:00
Jenny Yan-MSFT 9,356 Reputation points
3 answers One of the answers was accepted by the question author.

MSDN Forum: Execution Timeout

How to/ is it possible to: configure the execution time out at the sql user level? I have tried to view the connection properties and see the execution time out value but all the connection properties are greyed out - both as an existing user and as…

SQL Server | Other
asked 2021-07-21T18:22:17.833+00:00
Dennis Benedetto 21 Reputation points
accepted 2021-07-22T05:25:47.37+00:00
Dennis Benedetto 21 Reputation points
1 answer

OWA not opening Bad request 400 error

Hi, I have an exchange environment. Due to some configuration issue my OWA and ECP are not working. It is giving 400 bad request error. I did the following: Removed owa and ecp virutual directories and recreated them Recycled OWA,…

Exchange | Exchange Server | Management
asked 2021-07-16T07:36:05.65+00:00
Anees Ur Rehman 26 Reputation points
commented 2021-07-22T05:23:30.947+00:00
Joyce Shen - MSFT 16,701 Reputation points
1 answer

Creating new project failed Visual Studio Mac

Mac OS Monterey Beta. Reinstalling VS or Mono doesn't help. I have tried other versions of Mono. ![INFO [2021-07-22 00:11:12Z]: Starting Visual Studio 2019 for Mac 8.10.6 (build 10) INFO [2021-07-22 00:11:12Z]: Build Information Release ID:…

Developer technologies | Visual Studio | Setup
asked 2021-07-21T21:32:49.63+00:00
Лёша Френди 1 Reputation point
answered 2021-07-22T05:23:29.677+00:00
PengGe-MSFT 3,381 Reputation points
0 answers

Not able to start the server while deploying the java (springboot) service on to the AKS

I am trying to deploy a java (springboot) service on to the AKS cluster. Using the azure pipelines to build and deploy the java service to AKS. Below is the docker files used to build the image FROM maven:3.8.1-adoptopenjdk-15 WORKDIR /app COPY…

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,453 questions
asked 2021-07-21T13:52:22.38+00:00
Rohith R 1 Reputation point
commented 2021-07-22T05:22:15.087+00:00
SRIJIT-BOSE-MSFT 4,346 Reputation points Microsoft Employee
1 answer

Exchange Online (e3): migrated mailboxes report "misconfigured Office 365 mailbox" -Error -214623308

Afternoon, all! Issue is in regards to several mailboxes migrated from on-prem Ex2016 CU20 DAG to EO (E3 licenses), trying to run "get-recoverableitems" commandlet. Recently started working on getting retention policies working for our…

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,174 questions
asked 2021-07-16T23:30:44.753+00:00
Steve Bottoms 6 Reputation points
commented 2021-07-22T05:22:10.623+00:00
Joyce Shen - MSFT 16,701 Reputation points
1 answer

Azure ML Workspace Labelling Project Validation

HI, I am using Azure ML workspace Data Labelling project. I would like to know how can I trigger the Validation and Inference steps? I follow the instruction to manually labelled images, the project managed to trigger the Training steps, but there is no…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,335 questions
asked 2021-07-18T15:45:01.17+00:00
SJ Yap 11 Reputation points
commented 2021-07-22T05:20:58.883+00:00
romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
1 answer

OCSP Responder cannot find Keyset

Hi, I am trying to configure an OCSP Responder on Windows Server 2016. I managed to installed the OCSP Reponder role and the Revocation Configuration. For the signing certificate, I created a CSR with certreq -New, signed it with an external CA and…

Windows for business | Windows Server | User experience | Other
asked 2021-07-15T18:06:44+00:00
Iulian Aciobanitei 1 Reputation point
commented 2021-07-22T05:04:00.77+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Batchpool - How to use job Manager task to "cleanup" after all tasks are completed?

What's the best way to perform a one time activity (of say, sending an email) when a job is complete? My understanding is that job release task runs once on each node where atleast 1 task was run (according to…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
374 questions
asked 2021-07-15T15:44:48.297+00:00
SR-7559 141 Reputation points
commented 2021-07-22T05:03:18.913+00:00
prmanhas-MSFT 17,946 Reputation points Microsoft Employee Moderator
1 answer

Windows Domain Controller - SSL Cert with Two Hosts In Subj. Alternative Name (SAN)

My Domain Controllers auto enroll and get a Computerv2 cert that handles server authentication. One of the apps we use requires an SSL cert with a SAN that contains multiple hosts. I know how to create a certificate request that contains multiple hosts…

Windows for business | Windows Server | Devices and deployment | Configure application groups
asked 2021-07-15T15:21:00.99+00:00
Nicholas Talbot 1 Reputation point
commented 2021-07-22T05:03:04.817+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Enable User provisioning for an existing Enterprise Application

Hi, We have an internal app that uses Azure AD for Authentication but stores detailed Authorization information for users in its database. When we created the app, we picked the second option "Register an application to integrate with Azure AD (App…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2021-07-19T17:30:24.917+00:00
PB 131 Reputation points
accepted 2021-07-22T05:00:38.273+00:00
PB 131 Reputation points
3 answers One of the answers was accepted by the question author.

MECM additional SUP server

Hi, We have MECM 2006 (standalone primary server) and deployed dedicated SUP for one of the location, below is the query. How to change the Synchronization source from Microsoft update to Primary server for addition SUP (don't have secondary site) ? …

Microsoft Security | Intune | Configuration Manager | Other
asked 2021-07-21T10:28:54.987+00:00
smk 161 Reputation points
accepted 2021-07-22T04:58:20.27+00:00
smk 161 Reputation points