289,162 questions

Sort by: Updated
2 answers

powershell to get all users and their managers recursively

I am looking to pull all Active Directory users and their managers all the way up to the chain. I get how to do get-aduser -filter * -properties * | select name, manager export-csv -path "csv path" I also get: $Users = Get-ADUser -filter *…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,883 questions
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,378 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,071 questions
asked 2024-04-30T13:24:36.5566667+00:00
Michael-5966 0 Reputation points
commented 2024-05-01T18:53:04.54+00:00
Rich Matheisen 44,856 Reputation points
2 answers

How to disable downloads tab in Outlook app

Can anyone advise how to remove the below tab from my outlook app? It doesn't format properly when I have two screens up and is causing me alot of annoying issues. Any help is much appreciated!

Outlook
Outlook
A family of Microsoft email and calendar products.
2,992 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,897 questions
asked 2023-02-03T01:54:39.1366667+00:00
Techlogic Marketing 0 Reputation points
answered 2024-05-01T18:52:45.36+00:00
Katie M 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure VPN Connection not showing Shared Key (PSK) field anymore.

Hello Im trying to create a new VPN Connection and cant see the Shared Key (PSK) field anymore. Done it in the past and was visible. Has something changed in the portal? Thank you for your answer in advance.

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,384 questions
asked 2024-05-01T17:12:56.1266667+00:00
Wojciech Romaldowski 0 Reputation points
accepted 2024-05-01T18:51:48.44+00:00
Wojciech Romaldowski 0 Reputation points
1 answer

2016 smtp rely server I need to migrate to 2019

Hello, I have a server 2016 with SMTP setup on it and I need to migrate it to server 2019. Is there an easy way to do this?

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,465 questions
asked 2024-05-01T16:11:37.94+00:00
John Steele 21 Reputation points
commented 2024-05-01T18:51:39.99+00:00
John Steele 21 Reputation points
1 answer One of the answers was accepted by the question author.

Everytime I attempt to deploy web app through openai, it doesnt do anything.

I keep getting this message and I am the account owner. I am using the same resource group, sub etc. The deploy option turns blue once the fields are entered, and then when I click it, it basically grays out.. Your web app will be configured with Azure…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,174 questions
asked 2023-09-16T23:30:29.7933333+00:00
Andrew Glaz 20 Reputation points
commented 2024-05-01T18:47:01.6166667+00:00
David Schnare 0 Reputation points
1 answer

Using Get-Certificate with a Microsoft CA

I would like to use Get-Certificate with a Microsoft CA. https://learn.microsoft.com/en-us/powershell/module/pki/get-certificate?view=windowsserver2022-ps The documentation doesn't really show many examples. Does anyone know how to do this?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,157 questions
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,378 questions
asked 2024-05-01T18:01:44.4466667+00:00
ComputerHabit 781 Reputation points
answered 2024-05-01T18:38:18.4333333+00:00
Marcin Policht 10,845 Reputation points MVP
1 answer

Why Microsoft Azure Open AI Service trainings require enterprise level access?

The training content is for the student who need restriction free learning but when Open AI service training is restricted to have an enterprise level request, it is acting as a barrier for a person to learn about those services. Why is there no free…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,174 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,384 questions
asked 2024-05-01T16:35:48.4466667+00:00
Deepankar 20 Reputation points
answered 2024-05-01T18:34:24.57+00:00
Marcin Policht 10,845 Reputation points MVP
1 answer

How to make .NET SDK 8.0 show up in Visual Studio 2022 (17.9.6)?

I'm running Visual Studio 2022 (17.9.6) on Windows 11 and have .NET SDK 8.0 installed, but Visual Studio does not list it: It is installed, see below: I had Visual Studio 2022 (17.7) installed. Then installed .NET SDK 8 and upgraded VS to 17.9.6. It…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,617 questions
asked 2024-05-01T15:51:47.7866667+00:00
Bert Roos 0 Reputation points
answered 2024-05-01T18:29:39.8+00:00
Bruce (SqlWork.com) 56,526 Reputation points
2 answers One of the answers was accepted by the question author.

Parsing row counts from json output from an ADF script to pass to Stored Procedure

I have a ADF script that simply performs the following from a ForEach Loop. @Anonymous (concat(concat('select count(*) as num_rows from ', item().table_owner_schema), '.'), item().table_name) This works fine and returns the row count in the…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,581 questions
asked 2022-09-14T13:46:46.027+00:00
Haliburton, Russell 21 Reputation points
accepted 2024-05-01T18:28:53.0233333+00:00
Haliburton, Russell 21 Reputation points
1 answer

Any sample code in C/C++ to Publish and Subscribe to Azure Web PubSub?

I am looking for sample C/C++ code to Publish and Subscribe to Azure Web PubSub. Specifically, I want to send data from a microcontroller programmed in C/C++ to a server with Azure Web PubSub. Are there any resources available that could help me achieve…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
60 questions
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,532 questions
asked 2024-05-01T10:49:20.29+00:00
Williams Celis 0 Reputation points
commented 2024-05-01T18:28:04.2833333+00:00
Williams Celis 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to set up role based authentication in a Blazor Server app in Microsoft Entra ID

Hi, I have a Blazor Server app and I want to use role based authorization in Microsoft Entra ID. I created role for it and I added permission to it: Program.cs builder.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) …

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,395 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,530 questions
asked 2024-04-29T07:39:18.5833333+00:00
71185955 40 Reputation points
accepted 2024-05-01T18:22:08.4166667+00:00
71185955 40 Reputation points
1 answer

Device registration to Notification-Hubs not working

We have an issue when registering devices to Azure Notification Hubs and consequently devices don't receive notifications. Context: We had a billing issue 2 months ago, and service was shutdown last Friday 19 of April. We updated the payment method and…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2024-04-24T12:08:00.84+00:00
LC IBERICA 0 Reputation points
edited a comment 2024-05-01T18:16:24.12+00:00
ajkuma 22,401 Reputation points Microsoft Employee
1 answer

Failure on Write EventSubscription - Internal error

I am trying to set up Databricks Autoloader with File Notifications. Every time I get a failure on the EventSubscription/write operation. I have tried giving the relevant account as much access as I can but still nothing. { "statusMessage":…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,933 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-04-26T21:07:19.1333333+00:00
Bradley Jamrozik 0 Reputation points
commented 2024-05-01T18:14:24.84+00:00
Bradley Jamrozik 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can you discover/add Linux computers directly to the SCOM database?

I am receiving errors when I attempt to discover Linux computers in SCOM 2019 console, Is there a way to add Linux servers directly to the SCOM DB? Many thanks.

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,417 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
835 questions
asked 2024-04-30T17:45:35.6666667+00:00
Bixby 101 Reputation points
accepted 2024-05-01T18:09:37.6333333+00:00
Bixby 101 Reputation points
2 answers

How to fix "error 1053" from starting services

so this is the error im getting, and with this, i cant update windows or download any apps from the microsoft store, please help, i really dont wanna reset my pc, thanks for any help :) windows 10: version 10.0.19045 build 19045 cpu: 5600x gpu…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,640 questions
asked 2023-10-12T23:08:11.3733333+00:00
spenw 0 Reputation points
commented 2024-05-01T18:09:05.3333333+00:00
Vaishnav Dounde 0 Reputation points
4 answers

How do I stop Microsoft Defender Smartscreen blocking my app?

I am a software developer. I write and sell a (Visual C++) software product. I have just released a new version of my software. First in years. Customers buy a licence and download the software from the Internet. I've had my share of false positives…

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
277 questions
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,532 questions
asked 2020-12-09T21:08:46.527+00:00
simonx 126 Reputation points
commented 2024-05-01T18:04:33+00:00
Bevan, John 11 Reputation points
2 answers

How can I enable Chat communication between external users and Microsoft Teams users through the Teams desktop app ?

Hello Microsoft team, I've successfully integrated Microsoft Teams calling into my web application using Azure Communication Services and Microsoft Graph. However, I'm encountering difficulties enabling chat communication between external users…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
680 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,618 questions
asked 2024-04-12T17:21:52.6666667+00:00
Satish Bellare 0 Reputation points
commented 2024-05-01T18:01:47.3266667+00:00
Ruslan Zdor 0 Reputation points Microsoft Employee
2 answers

Egress cost for Azure storage account data transfer to same region VM

Is egress cost incurred for transferring data from a blob container in a storage account to a VM in the same Canada region every day?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,146 questions
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,701 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,434 questions
asked 2024-04-29T18:47:32.8533333+00:00
Noushad Karuthadath 20 Reputation points
answered 2024-05-01T18:00:53.9466667+00:00
Noushad Karuthadath 20 Reputation points
1 answer

Everyone locked out of tenant due to a faulty Conditional Access Policy

We have been locked out of our tenant for almost 2 weeks now due to a faulty Conditional Access policy. During this week, there have been several conversations with a number of Microsoft support technicians, none of which seemed to have an understanding…

Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
338 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,354 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,530 questions
asked 2024-04-25T23:18:45.7933333+00:00
Nick Bobak 0 Reputation points
edited the question 2024-05-01T17:58:28.62+00:00
Nick Bobak 0 Reputation points
2 answers

Why is my Azure communication sms isn't delivery SMS text messages to the recepient

Plan: Azure Pay as you go,In my Azure communication service sms,i want to take the reports on non-delivery report of all outgoing messages but sent successfully from my command terminal, please fix it

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
680 questions
asked 2022-11-13T09:23:47.29+00:00
Franklin Workman 6 Reputation points
answered 2024-05-01T17:46:35.3166667+00:00
Smithila Dandina 0 Reputation points