Needed: HotFix for changing the DPI settings through a remote desktop session on Server 2008 R2
Good day everybody, to solve an acute customer request I need a HotFix for Windows Server 2008 R2 in connection with remote desktop sessions. This enabled the user to manually scale the display in the RDP session to at least 125%. In the past,…
AI Psychology agent using Power Virtual Agent
Hi, I am a newbie to PVA. Basically, no experience with coding but i am happy to learn. Scenario: I wish to design an agent that is asking 5 questions to the user and get ratings for each of them. For example: How is your mood today? Options:…
Intune device - Auth disappears for Office Apps & Outlook profile
Windows Autopilot Hybrid Azure AD Join deployment, device enrollment completes successfully. But when trying to access the office application or configure outlook the Modern Auth credential screen flickers and disappears. used Administrative Templates…
RDS licensing servers HA
I'm trying to understand the correct way to configure two licensing servers for high availability, in per user mode. I have 100 users, and 100 Cal's in total. I have two licensing servers; lic1 and lic2, and my understanding is lic2 would only ever be…
Speaker Verification - API result "resource not found"
Followed the instruction from over here: https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started Created an azure account, headed over to the portal where I added the Speech resource (westus region). Got the endpoint and…
MSDN subcription transfer
My current sub attached to a different ID which has it's own azure setup so like to move it another id. Please help
Azure Function Python 3.7 file system is read-only
Good morning, I have an issue (it's probably me not finding the right settings) relating to editing zip files in an azure function. I am currently testing an azure function that is supposed to receive a zip file in bytes, save it, tweak it and then…
Cannot connect to MySQL Server installed in Ubuntu 18.04, Firewall port 3306 opened globally
Cannot connect to MySQL Server installed in Ubuntu 18.04, Firewall port 3306 opened, IP address added and get: ERROR 2005 ERROR 2003 (HY000): Can't connect to MySQL server on 'IP address' (110)
Azure Function - Libreoffice will not run in headless mode
I'm trying to run Libreoffice executable in headless mode via a System.Diagnostics.Process on an Azure function to convert documents. Locally, I can make this work just fine in the function emulator, but once deployed to Azure, the process appears to…
owa error 400 Bad Request
When I try to access OWA from any client I get an HTTP 400 Bad Request error. Accessing ECP works fine. what's wrong?
Link in Word Document to Lotus Notes Database
I have a Word document in which I have a link to a Lotus Notes database that has been web-enabled (https://....). However, when I click on the link I get a Microsoft Word Security Warning that says "Certificate error: The application experienced…
$(MAKE) in makefile gets evaluated to make instead of nmake
I was trying to install libcurl libraries on my remote desktop following the steps mentioned in this post : How do you properly install libcurl for use in visual studio 2017? But when I was running this command line nmake /f Makefile.vc mode=static , I…
Sql Managed Instance - Implement trigger between multiple database
Hi, I am using Azure SQL managed Instance and have two databases Core databases LoggingCore Database Now I need to implement a delete audit trigger on the Core database tables and log the delete information in the "LoggingCore"…
Global group to local group
On our server 2019 I'm trying to import global group to local group with command net localgroup FR_R ourdomain\G_FR_R /add The global user or group account does not exist what am I doing wrong ? thanks
Dynamic binding to change width and height of control
Hi I try to change the width and height of a relative panel but i can't see any change Here the xaml and the code Public NotInheritable Class MainPage Inherits Page Implements INotifyPropertyChanged Private…
BitLocker and FIPS 140-2 Compliance and Recovery Keys in AD
Greetings, Pre-Windows 8.1 days, if you enabled the FIPS compliance GPO, you weren't allowed to create and back-up the recovery password to AD by design due to security reasons or something along those lines. Anyway, that was apparently addressed…
Do I must have a Windows 10 license before deploying Windows 10?
I am creating a Windows 10 VM today but stopped at the first step. It asked me to tick a box to confirm that I have a Windows 10 license, which I don't have. Does this means we have to purchase a license before we creating any VMs like Windows 10? …
Is there a way to get notified on app service managed certificate's expiry date
Is there a way to get notified by any means prior to app service managed certificate's expiration date(which is 6 months from the date of creation) ?
Confusion on sign in
I'm a college student, and I recently added Microsoft office to my computer through my institution. This requires that I must add my college Microsoft account to my computer. Now, however, because my university is added to my computer, I am required to…
Uploading file to Azure for use in Cloud Shell
Hello, I am trying to get a VHD into Azure for use in creating a disk image that I can then use to create a VM. My script below works well from my local PC using Powershell to upload the VHD from a local directory but this does not work from Azure…