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 …
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, …
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
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…
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: …
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. …
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…
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…
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> …
What is the best learning path for Blockchain on the cloud?
What is the best learning path for blockchain on the cloud?
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…
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…
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?
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?
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.
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…
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…
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,…
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…
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…