Error 80190194 during Windows 10 Pro setup with Microsoft 365 Business Premium
I am attempting to install Windows 10 Pro on a new PC and join it to our organization using a Microsoft 365 Business Premium account. The installation runs from a USB drive created with the installation tool from Microsoft’s official site:…
Hide workbook tabs in Excel online
Hello, I want to hide the workbook tabs to use only links. For this I go through the advanced options but it does not work on Excel online, how to hide the workbook tabs on Excel online?
How can I detect whether my Virtual machine is cloned one or not from the guest operating system in the hyper-v
Hi, I want to detect the virtual machine cloned one or not from my application, which I need to identify by executing the application in the guest operating system running on the hyper-v. Basically, I want to know what changes will be made to the cloned…
Issue with 405 Method Not Allowed instead of 401 Unauthorized in ASP.NET Core with JWT Authentication
Hi everyone, I'm encountering an issue with my ASP.NET Core application where I'm getting a 405 Method Not Allowed error instead of the expected 401 Unauthorized error when accessing an endpoint that requires authentication. Here's a detailed description…
Config IIS on HTTPS for DEV ambient
Hello everyone, I have a site stored on IIS in my local network with a couple of APIs developed (assuming that I have always used it in http), I need the APIs to be available in HTTPS. I store a self-signed certificate on the IIS server machine…
Added a index lookup to prompt flow in azure ai studio and while executing that getting error:Run failed: Exception: Exception occured in search_function_construction.
un failed: Exception: Exception occured in search_function_construction. Traceback (most recent call last): File "/azureml-envs/prompt-flow/runtime/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 864, in…
How to disable pop-up window with tips etc. in VS 2022 v17.12.2.
I'm new to VS trying to teach myself some HTML. How do you disable the pop-up box from appearing?
Query on WSL
Hi, I want to install WSL on Windows Server 2019. I have checked the Microsoft documentation, but I am unclear since it mentions both WSL 1 and WSL 2. Which version should I choose? If I want to install WSL on a server without internet connectivity, is…
The issue regarding installing software for a user with administrative privileges on Windows Professional Edition.
Hello, all the PCs in our company are installed with Windows Professional Edition, both Windows 10 and Windows 11, and the users all have "User" level permissions. The issue we are encountering is that when logged in as a user, attempting to…
Windows ESS enabled and suddenly disabled
Hello, I had some issues with windows ESS (enhanced sign -in security). I recently bought a new Asus laptop – b5404cma. It had windows ESS enabled and it worked fine. Then one month ago (30th October) (based on event viewer ) ESS wasn’t enabled anymore.…
MS Teams - Publish an app to external organisations app catalog for approval
Hi all, Scenario At the moment I'm investigating the possibilities of publishing our app. Our app is focused on education, and we would like to add our app to the organizations catalog of our clients (schools). On a high level, this is the ideal…
Sync multiple on-prem AD Domian to singe Azure AD tenant
Hello, We have multiple on -prem domains configured but we want to have Single SSO for our O365 SaaS applications. is it possible with AD connect sync or Azure AD Connect cloud sync ? company A, Company B and company C should have access to office…
Why "Encrypt" button in Outlook is not showing or enabled as it was enabled using below PowerShell cmdlets?
Why "Encrypt" button in Outlook is not showing or enabled as it was enabled using below PowerShell cmdlets? We have Exchange online environment. Set-IRMConfiguration -SimplifiedClientAccessEnabled $true Below is the PowerShell output of…
Adding Blazor Identity to existing Blazer project fails with a 'null path' exception
Hi! I have the following: .Net SDK 9 Visual Studio Community 2022 v 17.12.3 Windows v10.0.19044 Blazer Server App When I try to add the Blazor Identity "scaffolding" I get a "There was an error running the selected code generator:…
Need Office/Visio Product Keys
I purchased Office Pro Plus and Visio Pro through the Air Force HUP in 2019. I have the email that shows the proof Order Confirmation number is: ***. After years of use I started having problmes with Outlook, I used the MS troubleshooter and it identifed…
Smooth Transition Between Pages with and Without Navigation Bars in MAUI
In a .NET MAUI application, I have a scenario where I'm navigating from a page without a navigation bar (NavigationPage.SetHasNavigationBar(this, false)) to a page that includes a navigation bar. During the transition, the appearance of the navigation…
convert xamarin rerender to maui handler
i have trouble migrating xamarin rerender to maui handler. Here's the code [assembly: ExportRenderer(typeof(CustomNavigationPage), typeof(CustonNavigationRenderer))] namespace Test.App.Business { public class CustomNavigationRenderer :…
Can't share a google agenda in outlook classic
Hi I was having the same qustion as in this thread. But it is closed for reply. https://answers.microsoft.com/en-us/outlook_com/forum/all/i-cannot-add-an-internet-calendar/fcb9d082-3cee-46a8-ad8d-1c986db0e43d <Mod fixed link> Trying to follow the…
Facing an issue with accessing onenote api using site id
Hi, I am having the below graph apis access for one note. And Now I am trying to get the one note content using below code import requests from env import * class SharePointNotebookLister: def __init__(self, tenant_id, client_id,…
WinUI3: How to print framework element using cpp
My app have to windows. Depending on which the print is called from we getting the actual hWnd. My issue is how to to get an instance of printManager or is there another way to print from winui 3? // file: MainWindow.xaml.cpp ... #include…