421,269 questions

Sort by: Updated
1 answer

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 =…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,514 questions
asked 2025-03-16T01:07:42.2733333+00:00
Roger Roger 6,921 Reputation points
answered 2025-03-16T01:18:20.7233333+00:00
Marcin Policht 38,870 Reputation points MVP
2 answers

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…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
asked 2023-07-03T23:35:01.16+00:00
Axon Genesis 5 Reputation points
commented 2025-03-16T01:10:30.89+00:00
J K 0 Reputation points
1 answer

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.…

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,668 questions
asked 2025-02-21T01:08:33.63+00:00
Kelly Monteleone 45 Reputation points
commented 2025-03-16T00:53:16.7833333+00:00
JOHN BENSTEAD 0 Reputation points
0 answers

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.

Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
498 questions
asked 2025-03-16T00:47:26.9033333+00:00
Jawahar 0 Reputation points
1 answer

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…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,093 questions
asked 2025-03-16T00:40:04.47+00:00
Dru 0 Reputation points
answered 2025-03-16T00:44:15.9+00:00
Marcin Policht 38,870 Reputation points MVP
3 answers

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…

Windows 365 Business
Windows Training
Windows Training
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Training: Instruction to develop new skills.
32 questions
asked 2024-03-25T21:08:16.0466667+00:00
Yoginee Patel 0 Reputation points
answered 2025-03-16T00:35:18.7133333+00:00
Jamie Daychief 0 Reputation points
0 answers

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…

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
887 questions
asked 2025-03-16T00:06:07.8933333+00:00
Roger Roger 6,921 Reputation points
1 answer

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…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
2,227 questions
asked 2025-03-05T19:25:57.48+00:00
Antonio Contreras Garzón 0 Reputation points
edited a comment 2025-03-16T00:03:33.7533333+00:00
TP 110.1K Reputation points
0 answers

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…

Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
498 questions
asked 2025-03-15T23:57:23.29+00:00
GracePalmer-3977 0 Reputation points
5 answers

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

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
398 questions
asked 2025-03-12T14:33:11.8866667+00:00
Simon 426 Reputation points
answered 2025-03-15T23:55:01.16+00:00
Albert Kallal 5,496 Reputation points
0 answers

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…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,514 questions
asked 2025-03-15T23:50:05.0666667+00:00
Roger Roger 6,921 Reputation points
1 answer

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

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
3,020 questions
asked 2025-03-15T19:46:18.5966667+00:00
Ahmed Essam 140 Reputation points
commented 2025-03-15T23:45:00.9466667+00:00
Marcin Policht 38,870 Reputation points MVP
0 answers

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,…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
249 questions
asked 2025-03-15T23:28:34.5166667+00:00
Austin Chase 0 Reputation points
0 answers

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…

SQL Server Database Engine
asked 2025-03-13T16:22:56.8033333+00:00
vamshi k 0 Reputation points
edited a comment 2025-03-15T23:25:53.7933333+00:00
Dan Guzman 9,356 Reputation points
1 answer

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…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
8,329 questions
asked 2025-03-14T14:26:09.63+00:00
Ulyess Sun 0 Reputation points
commented 2025-03-15T23:25:45.76+00:00
Ulyess Sun 0 Reputation points
0 answers

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…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,794 questions
asked 2025-03-14T08:50:34.08+00:00
D-ENGRAVER 15 Reputation points
commented 2025-03-15T23:20:17.25+00:00
Jack Boylan 0 Reputation points
2 answers

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…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,345 questions
asked 2025-03-15T17:05:18.3566667+00:00
Mikku 0 Reputation points
answered 2025-03-15T23:19:09.53+00:00
Abiola Akinbade 24,175 Reputation points
1 answer

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…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,652 questions
asked 2025-03-15T22:52:50.4633333+00:00
Roger Roger 6,921 Reputation points
answered 2025-03-15T23:09:09.8433333+00:00
Abiola Akinbade 24,175 Reputation points
7 answers

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…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,313 questions
asked 2024-01-24T16:02:23.0766667+00:00
Rickard Wahlander 95 Reputation points
answered 2025-03-15T23:08:45.6066667+00:00
Joakim 0 Reputation points
0 answers

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 =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,264 questions
asked 2025-03-15T22:47:19.2566667+00:00
William Thomas 65 Reputation points