new-azdiskconfig
Hi All i use the below powershell syntax to add Disk to AzureVM and it works perfectly fine. when i try to modify the syntax to include tags i am getting error. please guide me. $vmName = "VM1" $disk_name = "Disk1" $size = 256 $lun =…
Code Analysis is no longer working in Visual Studio Community 2022 17.6.4
As mentioned in the title I'm using Visual Studio Community 2022 17.6.4 for Unity C# development, however I can no longer get Code Analysis to provide suggestions, warnings, nor errors. When I run Code Analysis, it runs, but there are no results. When I…
Outlook crashes when I expand calendars
Hi, Last week (around Feb 12, 2025), I went to expand Outlook (new) calendars and noticed Outlook closed. This slowly became more and more of an issue as I was no longer able to expand the list of ofter calendars to turn my coworker's calendars on/off.…

How to fix this shutdown error - "lsass.exe, failed with status code c0000409. The machine must now be restarted"
A critical system process, C:\WINDOWS\system32\lsass.exe, failed with status code c0000409. The machine must now be restarted.
How to transfer Windows 11 Pro license to a new laptop?
A previous laptop originally came with Windows 11 Home OEM and was upgraded to Windows 11 Pro. Now, there is a new laptop with Windows 11 Home OEM, and the plan is to transfer the Pro license from the old laptop to the new one before disposing of the…
How can I access BC365 30 day trial with a personal email address to be able to study for my BC365 cert
Hi, I've read the help information here and I know I can't use a hotmail email address to start a 30 day trial of BC365. But I'm not working currently so I have no other email address. I started a 30 day trial of microsoft 365 but that is using my…
Help on APIs and Permissions
I am using Privileged Identity Management (PIM) for Microsoft Entra Roles. I have granted users to the Global Reader, SharePoint Administrator, Teams Administrator, and Exchange Administrator roles. I am looking for APIs that can fetch all users who have…
Problems while attempting to use the sandbox in Exercise - Explore the Learn sandbox
Hello, I'm having issues while attempting to use the sandbox in Exercise - Explore the Learn sandbox. When I'm asked to log in, I select my personal Hotmail account and then the following message appears: In English: The selected user account does not…

How to upgrade from Windows 8.1 to 10 encountering error 0xC1900101-0x30018
I attempted to upgrade my PC from Windows 8.1 to 10, but encountered the following error message: We couldn't install Windows 10 0xC1900101-0x30018 The installation failed in the FIRST_BOOT phase with an error during SYSPREP_SPECIALIZE operation For…
aspx How to open one page from within another page
I am Working on ASPX Pages in Visual Stodio with vb.net code now i am trying to open a page (a from) from within an open page, which code can accomplish this? Thanks in Advence
New-AzSnapshotConfig
Hi All, I want to take a snapshot of two VMs—one Windows and one Linux. I want the snapshot type to be Full.Is the syntax below correct? Please guide me. $VmName = "VM1" $VmResourceGroup = "myrg" $vm = Get-AzVM -Name $VmName…
SharePoint SaaS vs PaaS
Hello, I'm a little bit confused about the differences between SharePoint PaaS and SaaS and if there is a diagram for both scenarios. Thanks in advance
How to enable Power BI and be able to use iti
(There isn't a choice in the tags and a child tags to specify power business intelligence issues with Azure or Fabric so please disregard the tag choices made from an insufficient option list.) I am simply trying to connect Power BI to my Excel. However,…
Table Name: Order1 OrderId: Order's id OrderItemId: Item ids of the purchase orders. QuantityOrdered: Number of items Ordered for an order. ItemPrice: Order total value PromotionDiscount: Discount of an Order. batch_id: Batch id of the order. (Note: Us
Click on "Console" at the top right corner. Agree to the terms of service and click Continue. Search for "bigquery" on the search bar at the top. Click on "Create Project" Give the project a name you like. Click on…

recovery backup account in authenticator app
I have bought a new cell phone, When I try to recovery a backup account in Authenticator app in my new cell phone, it showed someone has entered an incorrect password for this account too many times, to help protect you we’ve temporarily locked your…
OpenAI Batch API ends with only 5% lines completed
I create a batch job (model: gpt-4o-mini) with 6868 lines input. After around 10 minutes, the batch completed, with only 307 lines ouput. There is no information in error file (it's just empty). I also tried previously succeded batch file, it also gives…
Subject: Issue with Free Azure Account Eligibility
Message: Hello, I am experiencing an issue while trying to sign up for the free Azure account. I received a message saying "You're not eligible for a free Azure account." However, my payment card is valid and up-to-date. Could you please…
invite externaluser
I create guest accounts in Entra ID, but I would like to create them using PowerShell. Please guide me with the correct PowerShell syntax? Below are the details for creating the guest account. Kindly correct the syntax. Email: g.maxwell@extdomain.com…
Error when Verifying Phone Number for E5 Tenant
I am trying to activate my E5 Tenant, but when I add my Swedish mobile number to receive the code for verification, I get the error message: We can't continue with the signup process for the following reason: Your phone number did not pass security…
Using sendMail in Graph API with application permissions.
I'm trying to update a PHP application which sends emails from a Microsoft tenant with the Graph API. The problem I have is all of the documentation is for delegated permissions and so the sendMail line is: $response =…