Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
Office 365: can't verify license. MSAlum license. Installed on domain joined workstation , worked for years
I have been running a domain at home for many years. Most of my computers are connected to it. I added my new license key and my account shows it active for another year. However, I keep getting warning msgs that my account can't be verified. Win10,…


Unable to bind the selected image file in Blazor file upload
"This question is updated with minimal sample as my old question doesnt give more info" I am learning blazor and c# fundas with a simple app.This app will allow you tobrowse all kind of files including images.As all kind files we can browse, i…


Windows 2022 Standard on a cluster
Hi, we are using clusters configure like this: 2 node with each 2 processor for a total of 16 core per node. We are running these clusters with one node active one passive. A total of 4 VM will be running almost all the time on the active node but on…


What is synced from Edge to Office account
I know this is probably answered in other ways or posts, but I can't actually find it the way I am thinking. Question is - What data is synced from signing into edge with work account (as profile, with bookmarks and favorites and possibly stored…


Registered File Association no longer working in MFC App after porting to 64 bits?
Our application has stopped working when a user double clicks on a data file that has been registered with the shell. When the user double clicks the data file the application is still opened by windows and the '/dde' command line argument is received,…
Accessing the Windows.Services.Store store in a C# Forms application.
I have been unable for days to get this line recognized in a C# Forms application. I've searched the web and looked at sample code. private Windows.Services.Store.StoreContext _context = null; I get: Error CS0234 The type or namespace name…
Using transparent PNG for game development?
I'm thinking of developing a game using transparent PNGs but I have a couple issues: I can only get things to animate while they are moving. The images cut into each other leaving empty spots.


SQL Server (SSMS) not listing all of the network servers
Using SSMS on the network server (which contains the network server DB) and laptop workstations, when executing SSMS on the network server, it only lists itself when selecting "Browse for more on the "Server Name" pull-down menu. However,…


Excel: How can I add "Last Modified" to Excel
Excel: How can I add "Last Modified date" in a cell on an Excel spreadsheet every time I save it? Office 2019


Use Azure as transit between site connected to Express route and SASE cloud
Is it possible to use Azure as a transit between two sites connected to Azure via express route and an SDWAN cloud connecting via DTLS tunnel from a NVA firewall to cloud. The hub vnet has route table with default route pointing at the firewall NVA LAN…
2 Step account verification not sending code
I have tried over and over again to get the verification code send to me but it just doesn't send, I have 2 emails and a phone number that is linked to the Microsoft account, that I have complete access to, but even though iv used each of them multiple…


Process ID is missing when troubleshooting Defender for Linux
Hi, Following this guide - https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/linux-support-perf?view=o365-worldwide, Every single Process ID when running "mdatp diagnostic real-time-protection-statistics --output json |…


How can I access Microsoft Learn Sandbox?
I am currently working through a Microsoft Learn course on Azure Fundamentals and have come across this page where I am required to explore the learn sandbox. I have followed all the instructions on the page and reviewed permissions where necessary but…


Is there a difference in Excel 2007 and Excel 365 with respect to Visual Basic Macros?
I have a spreadsheet with Macros that was created in excel 2007. It will not run correctly on my machine with Excel 365.


I don't see the Automate tab in the Office Excel.
I need an Automate tab to use macros in Excel. But I don't see it. I can't even see the option Please help me. ]1
Pagination of REST API call with "Link" in Header and rel="next"
Hello, I have a hard time doing pagination in ADF dataflow activity. Tried many of the below, nothing worked. My Link in Header is like below - Any idea how to work on it?


From the command line, how can I tell if Windows updates are available?
Hi All, From the command line, how can I tell if Windows updates are available? Many thanks, -T


Error code 3 when testing connection between App Service and Storage File service
App service web job application is coded to access to an Azure file share folder via a UNC path e.g. \azurestorageaccountname.file.core.windows.net\foldername. Application is getting the error "Access to the path is denied". App service is…


converting the azure machine learning forecast into a dataframe
I am building the forecasting model in jupiter notebook in python in Azure Machine Learning service. To do so I am using the forecast function documented here. The problem is with the output. It looks like this: Not sure even how do i call it. It does…
Using a certificate to impersonate a user
I have a web application that requires a signed-in AzureAD user. It has REST API's available that use JWT/Bearer Token authentication. I want to write an integration with Flow that uses the API's. I can get a token for a user by POST'ing to…