385,444 questions

Sort by: Updated
2 answers

Need to get these results from powershell into a sql table.

$adgroups = Get-ADGroup -Filter "name -like 'DL'" | sort name $data = foreach ($adgroup in $adgroups) { $members = $adgroup | get-adgroupmember | sort name foreach ($member in $members) { [PSCustomObject]@{ Group = $adgroup.name …

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,548 questions
asked 2020-11-24T00:32:10.32+00:00
Walter Cantin 1 Reputation point
answered 2020-11-24T05:58:23.647+00:00
Ian Xue 37,541 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Issue with Desktop Outlook App not opening

Hello. My work updated to Office 365 before the pandemic. I've been using the Outlook desktop app because I prefer that to the online Outlook version. Today I tried to log onto the app and am getting this error message. How do I fix it? Thank you, …

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.
5,270 questions
asked 2020-11-23T17:32:48.507+00:00
Annie R 21 Reputation points
answered 2020-11-24T05:58:04.417+00:00
JeffYang-MSFT 6,241 Reputation points Microsoft Vendor
0 answers

Does Modern Satndby platform support wake on wlan on S4?

My platform is support S0 modern standby, but if I wanna wake on S4 by wlan, is it possible? OS: 20h1 WiFi module: Intel AX201

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,618 questions
asked 2020-11-23T09:10:19.48+00:00
昱均 陳 1 Reputation point
commented 2020-11-24T05:48:44.437+00:00
Roy Li - MSFT 33,371 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Deployed Web App only works without "www." subdomain

Hello there, I have a web app deployed on Azure that works if I just type in my domain as (example) "pololinger-s.com". But "www.pololinger-s.com" gives me the Microsoft 404 website not found screen. I configured the domain's DNS on…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
690 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,889 questions
asked 2020-11-21T00:23:19.223+00:00
Pololinger 21 Reputation points
commented 2020-11-24T05:39:56.057+00:00
brtrach-MSFT 16,581 Reputation points Microsoft Employee
1 answer

Request URL not working?

Trying to request URL so i can use computer vision as an extension in MIT app inventor. Despite using both keys and regenerating a few times, I keep running into error 400 bad request. Request URL: …

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
379 questions
asked 2020-11-21T14:26:39.747+00:00
Nezar ElKhuffash 1 Reputation point
commented 2020-11-24T05:39:15.093+00:00
romungi-MSFT 46,746 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Does BlobStorage API returns errors in JSON format?

Hi all, We're trying to get the errors from blobstorage API in JSON format but without success. Looks like that API isn't looking at the headers of Accept : application/json and ContentType : application/json. Despite them, it returns in XML format. …

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,918 questions
asked 2020-11-10T23:52:23.12+00:00
GFChaves 41 Reputation points
commented 2020-11-24T05:27:07.35+00:00
GFChaves 41 Reputation points
1 answer

Unable to build solution using Visual Studio 2019 Xamarin

Hi, I am new Xamarin. I am facing a problem while build the solution. Following error is showing while building the project. Severity Code Description Project File Line Suppression State Error The "ResolveAssemblyReference" task failed…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,362 questions
asked 2020-11-21T15:52:10.253+00:00
Ashish Dhar 61 Reputation points
answered 2020-11-24T05:22:42.417+00:00
Ashish Dhar 61 Reputation points
3 answers

In Learning Azure document, the Exercise Deploy resource group admsdemorg failed

Hello, While I am studying module "Migrate your relational data stored in SQL Server to Azure SQL Database" (https://learn.microsoft.com/en-us/learn/modules/migrate-sql-server-relational-data/), there is an exercise to deploy the template to…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,978 questions
asked 2020-09-04T14:10:45.233+00:00
DongLi-1330 11 Reputation points
answered 2020-11-24T05:04:54.477+00:00
Andrew Mosbauer 1 Reputation point
2 answers One of the answers was accepted by the question author.

SP List validation refresh page on submit does not retain custom dropdown value

I have a a script editor having dropdown control. The value automatically fills via Jquery on load. <select name="items" id="ctl00_DropDownChoice"> <option value="_select">_select</option> …

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,367 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,796 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,619 questions
asked 2020-11-20T06:47:25.297+00:00
Shri-6058 326 Reputation points
accepted 2020-11-24T04:26:02.967+00:00
Shri-6058 326 Reputation points
1 answer

What is the best learning path for Blockchain on the cloud?

What is the best learning path for blockchain on the cloud?

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
700 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,618 questions
asked 2020-11-20T17:41:43.457+00:00
dev-cryptofox 1 Reputation point
commented 2020-11-24T04:19:02.33+00:00
Carlos DaSilva 1 Reputation point
1 answer

Reuse the Speaker recognition profile

I was looking to the sample code on github. https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet/speaker-recognition This sample is create a profile and add enrollment to the profile. then I did not…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,896 questions
asked 2020-11-23T01:22:26.187+00:00
Yong Wu (yonwu3) 1 Reputation point
answered 2020-11-24T04:10:09.747+00:00
Ramr-msft 17,741 Reputation points
3 answers One of the answers was accepted by the question author.

Unable to get OpenTypeExtensionProperty for event using Graph API

For one of our application, I am trying to get Extensions for an event using the following code in C#: var result = graphServiceClient.User[userid].Calendar.Events[eventid].Extensions.Request().GetAsync().Result; However, I am getting following…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,236 questions
asked 2020-11-23T13:17:40.5+00:00
Mahesh Tibrewal 51 Reputation points
answered 2020-11-24T03:59:03.51+00:00
Deva-MSFT 2,266 Reputation points Microsoft Employee
1 answer

Unity app builds and runs very slow

We use Visual Studo 2019 to build Unity apps. Recently, we started having issues building apps and the app itself runs very slow and glitches a lot. We are not sure how to troubleshoot the visual studio build issues. Any suggestions?

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.
1,004 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,050 questions
asked 2020-11-23T18:49:58.533+00:00
Helen Zhang 1 Reputation point
answered 2020-11-24T03:31:36.84+00:00
Anna Xiu-MSFT 29,516 Reputation points Microsoft Vendor
2 answers

Is it possible to disable private chats between students in Teams but still have them able to chat in their classes?

Is it possible to disable private chats between students in Teams but still have them able to chat in their classes?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,281 questions
asked 2020-11-23T10:27:03.397+00:00
Alfie Jarvis 1 Reputation point
answered 2020-11-24T03:20:43.21+00:00
Sharon Zhao-MSFT 25,101 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Az-304 discount

hi, I am not able to get the Az-304 discount eligibility. I used my email coupon for previous two exams, but I am not able to apply to this exam Please help. Thanks.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,618 questions
asked 2020-11-23T21:11:36.74+00:00
Prernaa Agarwal 21 Reputation points
accepted 2020-11-24T03:17:07.117+00:00
Prernaa Agarwal 21 Reputation points
2 answers

Server 2012 R2 Essentail - Windows Updates

Afternoon all, I have recently taken over a site with a 2012R2 Essentials server which has been unpatched since 2015. (updates was set to notify and not download) In trying to upgrade a specific piece of software related to the real estate industry…

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,598 questions
asked 2020-11-23T22:59:12.543+00:00
Scott Hayman 1 Reputation point
answered 2020-11-24T02:59:52.343+00:00
Eleven Yu (Shanghai Wicresoft Co,.Ltd.) 10,756 Reputation points Microsoft Vendor
1 answer

Child task sequence has package ID that will not copy to new DP

I have created a new distribution point and I'm copying all of our standard content to it. I have two package IDs that are associated with child/nested task sequences that are stuck in "in progress" and will never finish copying. I understand…

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
992 questions
Microsoft Configuration Manager
asked 2020-11-23T16:37:36.297+00:00
Elroy 11 Reputation points
answered 2020-11-24T02:44:33.897+00:00
Simon Ren-MSFT 35,311 Reputation points Microsoft Vendor
2 answers

Unknown USB device error on HP ENVY with RODE USB mic

I hope someone can please help me urgently. I have a voice over class and I spent $200 on a RODE NT USB Mic and I have an ENVY HP laptop that I purchased in 2018. I am attaching the mic to my USB port and it continues to error. I have done much research,…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,618 questions
asked 2020-11-24T00:23:06.717+00:00
collin clark 1 Reputation point
answered 2020-11-24T02:43:29.813+00:00
Teemo Tang 11,416 Reputation points
0 answers

UWP Create Package (.appxbundle) including Dependencies

I am using visual studio in creating a UWP application package. My problem is that the dependency installers are not included in the .appxbundle installer. This prompts errors on installing to new machines. Creating package as a sideloaded app and…

Universal Windows Platform (UWP)
asked 2020-11-13T06:44:52.217+00:00
Dennis Jade Manaug 21 Reputation points
commented 2020-11-24T02:41:02.283+00:00
Dennis Jade Manaug 21 Reputation points
1 answer

SQL Server to Azure SQL Data Migration Fail

On Premises SQL Server to Azure SQL database Offline Data Migration. Fails at the Select Source stage with "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,618 questions
asked 2020-11-21T23:27:20.597+00:00
John Laidlaw 46 Reputation points
answered 2020-11-24T02:39:47.55+00:00
Cris Zhan-MSFT 6,631 Reputation points