Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
Updated WordProtection logic
Hi, it looks like MS have changed how the WordProtection element (one definition found https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.writeprotection?view=openxml-2.8.1) behaves in Word documents. Prior to Word 365…


Installing from Intune missing to run the MBAM.vbs registry keys. fails
Hi All, I encounter an issue when deploying MBAM,vbs script via intune MBAM.vbs Installation is falling Installation via SCCM is working Manual installation of MBAM.VBS script is working as well Anyone encounter the issue? Thanks, GCE


How do I manage two Teams (Microsoft) accounts on my units?
It seems that this is always causing trouble and I cannot afford that. I have a parttime assignment that means one account connected to that organisation, and another where I have my own company. Three of my new colleagues in the external…


How do I protect part of a worksheet in an Excel workbook?
Hi, I am trying to protect a tab within an Excel worksheet. Intent is to protect so that no one can change formatting, enter columns, delete information, etc. However, I do want individuals to be able to enter new rows and/or edit data in cells on…


Co-Management
Hello Expertise, Please advise if the path we're proceeding is correct or any changes required? Current Infrastructure: Laptops and AVD Devices (Hybrid Joined) All workloads are with SCCM. Endpoints are already enrolled in Intune/AD. Future…


(For today) on azure portal, I am having trouble selecting resources like key vault - just hangs, times out
Is anyone having similar issues with Azure portal today?


My Direct2D program is jittering on moving or resizing window
I've been used Direct2D for graphics a lot, last year. And I am trying to create another Direct2d app. My current direct2d program displays only white background, as expected. However, when I move or resize the window, it's movement is jittering. I don't…


microsoft syntex content assembly multiline
Hi I have setup a few modern templates and it works great, but i have one issue that i can't find a solution to. If i have a multiline field in the template, i can't find a way to get [enter] in the template, it only gives a single space and not a new…


unable to connect to sql server 2019 db intermittently from webserver after upgrading to windows server 2019 and SQL server 2019
Dear microsoft experts, Our company's government cloud systems faced SCOM alerts of "[ERROR] Login Timeout Expired" and "object reference not set to an instance of an object" intermittently after upgrading to windows server 2019 and…


CreateHwndRenderTarget() fails with error 0x88982f80 format not supported
Hello. I am using Win32 which Microsoft likes to call Windows API. I also use Windows Imaging Component. I am trying to solve a function that fails. It is CreateHwndRenderTarget() which gives me an error message 0x88982f80: Pixel format not supported.…


System.InvalidOperationException: 'Invalid operation. The connection is closed.'
hello All, I am getting this error when calling a small function. I am calling this function twice. Below is my code: public async Task<EmployeeInfo?> GetEmployeeByEmployeeNumber(string employeeId) { List<int> emplyoeeInfoId =…


xamarin android emulator android > 9 ? how to make ?
Hello all, I have vs 2022 entreprise installed on my computer all works fine with emulator below android 9 .. i can push my app , debug ans so on .. I've try to make an android 10 / 11 and so on but impossible to start it ,, Of course i have the sdk who…


Is there an addon for more robust analytics in SharePoint?
I'm trying to get more robust analytics for my SharePoint sites usage. Is there an addon that can help?


Not able to complete the exercise for A-Z900
I am trying to do the Task 1 in A-Z 900 course. Getting the following error. Tried running in a different sandbox, still facing same issue. jolly_upadhyaya [ ~ ]$ az vm create \ --resource-group learn-826f0d3a-36be-4021-9a33-a0253dfa4873 \ --name…


Why am I Not receiving verification code
Hello there. I cannot login into my azure account because it is asking me to register a secondary email address or phone number for two-factor authentication. But when I try to register my email or phone number I am not getting code in my email or sms.…


Using another O365 account on a managed iOS to login to Teams
Hi, We have all our user's mobile devices enrolled to Intune Endpoint Manager. A user whose device is enrolled to Intune wants to use Teams for a different O365 account. Is it possible, if Yes please guide me to the right place. He is a consultant to us…


Can not change time source from Local CMOS Clock to NTP server on PDC Emulator
I cannot change time source from Local CMOS Clock to NTP server on PDC Emulator. This is the PDC which is a VM running on Hyper-V. Windows Server 2016 Standard. This has functional level of 2012 R2. Here is the config and the parameters


he Resource 'Microsoft.Compute/virtualMachines/my-vm' under resource group 'learn-a9717d7d-0a8b-4449-9e14-51c17a015c26' was not found
I'm learning this course Exercise - Create an Azure Virtual Machine and doing follow step by step but it has this issue. Thanks for reading.
Azure Machine Learning Studio: can't open the terminal and connect to a kernel
I have a azureml studio with a notebook and suddenly since today, I cant run notebooks cells anymore. It says kernel not connected. I cant either open the terminal it never loads. I restarted the compute instance several time, but that didn't fix the…


I want to get progress event when printing using WPF's PrintDialog .
I have a DocumentViewer with a FixedDocument. And I use System.Windows.Controls.PrintDialog to print the document. pd = PrintDialog Object pd. Print() or pd.PrintDocument(DocumentPaginator, "") It proceeds in two forms. At this time I want to…