Change Password on non-local admin Account on all workstations
I know you used to be able to change the password on local accounts but believe this was stopped since the password was in clear text. Anyway I need to change the password on a local user account on all workstations. Is my only option to use a powershell…
How can I add Excel Notes to cells with the Office Javascript API?
Can support for this be added if it doesn't exist already?
How can I change my name
I have an 365 Microsoft account form an educational organisation, I want to change my display name , I tried many times depending on the answers that I found , unfortunately it doesn’t work I couldn’t find an edit name button in my dash , so now I need…
GPU not working on instance with gpu (T4)
I have an instance with 4xT4, I've installed cuda and the t4 drivers. The GPUs are showing in the device manager, but not in the taskmanager under "performance". I can not choose anything else than "Microsoft basic render driver" in…
Endpoint Privilege Management use case scenarios
Hi, I am thinking of EPM trial but first want to be sure the following tasks are supported: laptop network reset, issue with DNS settings that happens usually when users change WiFi network after being connected to the VPN fixing software issues or…
I Can't verify my UHRS account with two factors.
I can't verify my UHRS account with two factors, When I try to do a UHRS job, they ask me for two-factor verification, but when I click on verify notification and then on “Allow access and continue” it shows a error "An error occurred please try…
How to add custom paper to windows system
I'm looking for help with programmically (VB.NET) adding a custom paper size to window system (not a printer). There are plenty of solutions showing how to define custom paper for printing. But none about adding custom paper to system. Windows have a…
Problem med kommando DISM /online /CleanupImage /RestoreHealth
I'm trying to run the following command from the terminal as an administrator: DISM /Online /Cleanup-Image /StartComponentCleanup. The program runs up to 63.3%, but then the scan stops. The PC has been running for over 60 minutes. I then choose to…
Issues with Web Front End app for background PS scripts with PS remoting inside
Hi, I have issues with Web Front End app (running on IIS) for background PS scripts with PS remoting inside: $session = New-PSSession -ComputerName dcName -ConfigurationName DomainAdmins Invoke-Command -Session $session -ScriptBlock {...} …
Getting below error while try to connect with Azure SQL Database using linked service through Azure Data Factory
Please Check Below error:- Cannot connect to SQL Database. Please contact SQL server team for further support. Server: 'cms-data-cleansing-poc.database.windows.net', Database: 'datacleansingdb', User: 'admindata@poc'. Check the linked service…
Detaching my card after deleting and paying invoice
I allready deleted my subscription. I would like to detach my card, I allready deleted my subscription. I payed invoice today. In saw the currnt billing cycle ends in 30.11. but there shouldnt be any charges left. How can Inturn auto-renewal off, I…
Incorrect Win32 Max Size Listed as 8GB. Outdated as of Feb 2024.
The training module and test questions incorrectly state 8GB as the max size for Win32 applications. This was changed to 30 GB in February 2024.…
How to Resolve Virtualization Features Not Working on Windows?
Virtualization features appear to be enabled in BIOS, and all necessary Windows features are installed. However, attempts to use WSL result in the following error: C:\WINDOWS\system32>wsl --install ubuntu Ubuntu is already installed. Launching…
NPS Extension for Azure MFA - The key was not found
Dear all, We're trying to implement Entra/Azure MFA for RDGateway. We've installed the NPS MFA extensions, and configured everything as instructed by the official documentation. When a user tries to sign in through the RDGW we're seeing the below error…
BindingNavigator events
Hi Relatively new to C#. I have added a BindingNavigator in code using: private readonly BindingNavigator BN = new(true); Everything works fine and all the common BindingNavigator controls function correctly. I added it in code, and set a few…
Encryption Key Not In Microsoft Account
My hard disk is completely encrypted after installing Windows 11 24H2 and i cant find the encryption key in my Microsoft account. I have tried with the command prompt options but the key showing up does not match with right encryption key as it contains…
Intermittent 404s when getting figure after Document Intelligence analyze operation
After a successful analyze operation from "prebuilt-layout" with the "figures" output query param added, I get 404s that resolve intermittently when trying to access the asset files. Iterating over the figures returned from the…
MAUI -- Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version.
I'm running into an issue with a commercial Maui app I'm working on. Essentially, we have multiple developers working on this application over RDP, none of which have administrative privileges. What happens is that when one user builds and debugs, anyone…
Authentication Failed When Creating Prompt Flow
I want to create prompt flow in Azure AI Studio. However, I face the following issue: Authentication Failed Unable to access the dag.yaml file with original storage location at Users/MY_USERNAME/promptflow/MY_PROMPT_FLOW/flow.dag.yaml. Please check the…
How to enable nested Virtualization on D4s_v3
I want to boot emulator on Ubuntu, but I cannot enable nested Virtualization on the Virtual machine. When I input: grep -c -w "vmx\|svm" /proc/cpuinfo However it reacts with "0", which means it doesn't support kvm. The guide claims…