formatting issues windows 10
i formatted my external hard drive. somehow windows formatting program decided to separate 80 gb. formatted and partitioned that. left the remaining 850gb aside. this remaining 850 gb can not be partitioned, expanded, formatted or anything else. i had a…
Questions about User CALs
Hi, I have some questions about how many CALs should I have on a specific environment. Currently it's something like this: All the AD DCs are Linux servers (Samba). 200 total AD users. Not all of those 200 users will access services that…
Co-management
Helou guys, why in MEM only see ConfMgr and not Co-management, when co-management is enabled on devices? View from Azure Devices
Windows VDI Pooled VM not going back to saved state
Hi all, We created a Windows VDI with Connection Broker and 3 Hosts in Windows Server 2016. Each host is having 15 Virtual PC's each with Windows 8.1. Everything is working fine at user end but when user signed out his session the VM state is still…
Why login on both RDS servers
We have 3 servers with Windows 2019 RDS Broker RDS production 1 (RDSPROD1) RDS production 2 (RDSPROD2) When a user logs in I sometimes see 2 events 787 (Session added to Broker's database). This seems to appear randomly. It seems to work…
Question on "Remote Desktop Services License Report"
Hi, We are running Remote Desktop Gateway on a Windows 2008R2 Server. Usually, there are around 50 to 70 users daily. There is a request to produce a "Remote Desktop Services License Report" listing the active users and devices issued…
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?