Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Author: IT Expert

Christian, Microsoft MVP, Veeam Vanguard & Legend (2021–2026), VMware vExpert, and Cisco Champion, shares expert guides, how-to tutorials, troubleshooting insights, and technical tips across Windows, Linux, Mac, databases, cloud, networking, hardware, and information security.

Run Hype-V on Windows 11 and Install Windows OS via PXE Boot

Posted on 22/11/202422/11/2024 IT Expert By IT Expert No Comments on Run Hype-V on Windows 11 and Install Windows OS via PXE Boot
Run Hype-V on Windows 11 and Install Windows OS via PXE Boot

In this article, we shall discuss the steps on how to run Hype-V on Windows 11 and Install Windows OS via PXE Boot. The Preboot Execution Environment (PXE) allows seamless access to the Windows Preinstallation Environment (WinPE) over the network. This enables efficient deployment and troubleshooting without requiring local installation media. Please see AADSTS50020: User…

Read More “Run Hype-V on Windows 11 and Install Windows OS via PXE Boot” »

Windows

Change the number of MachineAccountQuota a user can add to AD

Posted on 21/11/202425/05/2025 IT Expert By IT Expert No Comments on Change the number of MachineAccountQuota a user can add to AD
Change the number of MachineAccountQuota a user can add to AD

The MachineAccountQuota is an Active Directory (AD) attribute that controls the number of computer accounts that a non-administrative (standard) user can create and have it joined to the domain. Therefore, In this article, we shall discuss the steps on how to “Change the number of MachineAccountQuota a user can add to AD”. Please see How…

Read More “Change the number of MachineAccountQuota a user can add to AD” »

Windows Server

How to create Microsoft 365 Account

Posted on 20/11/202421/11/2024 IT Expert By IT Expert No Comments on How to create Microsoft 365 Account
How to create Microsoft 365 Account

Microsoft 365 for Business empowers organisations to operate seamlessly in the cloud while Microsoft handles the underlying IT management. With this service, you can manage devices efficiently, protect against real-world threats, and access the latest business software. In this article, I will show you the steps on how to create Microsoft 365 Account (tenant). Please…

Read More “How to create Microsoft 365 Account” »

Network | Monitoring

How to Create a User and Custom Domain in Entra ID

Posted on 19/11/202419/11/2024 IT Expert By IT Expert No Comments on How to Create a User and Custom Domain in Entra ID
How to Create a User and Custom Domain in Entra ID

Since Microsoft Entra (formerly Azure Active Directory) tenants come with an initial domain name like “<name>.onmicrosoft.com” that you can not change or delete. But you can add your organization’s DNS name as a custom domain and set it as the primary domain. Therefore, in this article, I will show you how to create a User and…

Read More “How to Create a User and Custom Domain in Entra ID” »

AWS/Azure/OpenShift

AADSTS50020: User from Identity Provider does not exist in Tenant

Posted on 19/11/202419/11/2024 IT Expert By IT Expert No Comments on AADSTS50020: User from Identity Provider does not exist in Tenant
AADSTS50020: User from Identity Provider does not exist in Tenant

In this article, we shall discuss how to fix “AADSTS50020: User from Identity Provider does not exist in Tenant”. The error code AADSTS50020 gets returned if a user/guest user from an identity provider (IdP) can’t sign in to a resource tenant in Microsoft Entra ID. Microsoft has documented different use-cases which might be relevant to you. Please…

Read More “AADSTS50020: User from Identity Provider does not exist in Tenant” »

AWS/Azure/OpenShift

Delete Azure Tenant: Remove Custom Domain from Entra ID

Posted on 19/11/202419/11/2024 IT Expert By IT Expert No Comments on Delete Azure Tenant: Remove Custom Domain from Entra ID
Delete Azure Tenant: Remove Custom Domain from Entra ID

In this article, we shall discuss the steps to “Delete Azure Tenant: Remove Custom Domain from Entra ID”. To delete an Azure account and deregister a custom domain associated with Entra ID, the below steps must be followed carefully. Please see How to deactivate and reactivate a Slack user, “Microsoft Azure Active Directory: How to…

Read More “Delete Azure Tenant: Remove Custom Domain from Entra ID” »

AWS/Azure/OpenShift

Fix missing path and delete a Veeam Backup Repository

Posted on 07/11/202431/12/2024 IT Expert By IT Expert 2 Comments on Fix missing path and delete a Veeam Backup Repository
Fix missing path and delete a Veeam Backup Repository

In this article, we shall discuss how to “fix missing path and delete a Veeam Backup Repository”. When your Backup Repository is in an invalid State, please see the possible causes and troubleshooting advice. Also see how to install Splunk and Veeam App on Windows Server to monitor VBR, and the “Deep Dive into Protecting…

Read More “Fix missing path and delete a Veeam Backup Repository” »

Backup, Storage

How to Install OpenSSL on Windows Computers

Posted on 07/11/202408/09/2025 IT Expert By IT Expert No Comments on How to Install OpenSSL on Windows Computers
How to Install OpenSSL on Windows Computers

In this article, we shall discuss how to Install OpenSSL on Windows Computers. OpenSSL is an open-source command-line tool that is used to generate the SSL certificate and private key and is available in both versions 32 and 64 bit. Please see How to fix Windows Update Fails with Error 0x80092004, how to Fix the…

Read More “How to Install OpenSSL on Windows Computers” »

Windows, Windows Server

How to fix Windows Update Fails with Error 0x80092004

Posted on 07/11/202407/11/2024 IT Expert By IT Expert No Comments on How to fix Windows Update Fails with Error 0x80092004
How to fix Windows Update Fails with Error 0x80092004

In this article, we shall discuss the fix to Windows Update Fails with Error 0x80092004 (Windows Update Logs in Windows: 2023-KB5022498 Cumulative Update for .NET Framework 3.5 and 4.8.1 for Windows 10 failed)”. We can unravel more information from the Windows Event Log. Windows Events provides a standard, centralized way for applications (and the operating system)…

Read More “How to fix Windows Update Fails with Error 0x80092004” »

Windows, Windows Server

Fix the Port used for the Virtualhost is not an Apache Listen Port

Posted on 07/11/202407/11/2024 IT Expert By IT Expert No Comments on Fix the Port used for the Virtualhost is not an Apache Listen Port
Fix the Port used for the Virtualhost is not an Apache Listen Port

In this short blogpost, we shall discuss how to Fix the Port used for the Virtualhost is not an Apache Listen Port. In Apache, the Listen directive in the configuration file (httpd.conf or apache2.conf, depending on the system) specifies the port number on which Apache will listen for incoming connections. Please see Setup VirtualHost with…

Read More “Fix the Port used for the Virtualhost is not an Apache Listen Port” »

Web Server

Apache errors associated with WAMP installation for TeamPass

Posted on 05/11/202407/11/2024 IT Expert By IT Expert No Comments on Apache errors associated with WAMP installation for TeamPass
Apache errors associated with WAMP installation for TeamPass

In this article, we shall discuss how to resolve Apache errors associated with WAMP installation for TeamPass. Apache WAMP (Windows, Apache, MySQL, PHP) is a software stack that allows users to create a local development environment for building and testing web applications on Windows. Please see how to Setup VirtualHost with SSL on WAMP Server,…

Read More “Apache errors associated with WAMP installation for TeamPass” »

Web Server, Windows Server

Why is BitLocker unable to encrypt Removable Drives via MBAM?

Posted on 05/11/202405/11/2024 IT Expert By IT Expert No Comments on Why is BitLocker unable to encrypt Removable Drives via MBAM?
Why is BitLocker unable to encrypt Removable Drives via MBAM?

Fixed Data Drives refer to non-removable storage drives installed in a PC such as internal hard drives (HDDs) or solid-state drives (SSDs). Unlike removable drives (like USB flash drives). Fixed drives are used to store data, applications, and the operating system. In this article, we shall discuss how to resolve ‘Why is BitLocker unable to…

Read More “Why is BitLocker unable to encrypt Removable Drives via MBAM?” »

Windows, Windows Server

BitLocker Protection off: Update UEFI/BIOS to fix issues

Posted on 05/11/202418/11/2024 IT Expert By IT Expert No Comments on BitLocker Protection off: Update UEFI/BIOS to fix issues
BitLocker Protection off: Update UEFI/BIOS to fix issues

When BitLocker Protection is “off” means that BitLocker encryption is currently disabled on the drive. In my case, it is disabled and the encryption did not succeeded in the first place. Therefore, we will limit our solution to this use-case. In this article, we shall discuss “BitLocker Protection off: Update UEFI/BIOS to fix issues”. Please…

Read More “BitLocker Protection off: Update UEFI/BIOS to fix issues” »

Windows

Posts pagination

Previous 1 … 11 12 13 … 114 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Norton 360 Error
    Norton Autofix identified an issue: Fix Norton 360 Installation has encountered an error 8404 on Windows Anti-Virus Solution
  • maxresdefault 1
    DriveLock Components: Important DriveLock components to master Windows Server
  • IAM AWS
    Creating IAM Users, Adding MFA and Policies on AWS AWS/Azure/OpenShift
  • Featured image IE mode.
    How to Enable Internet Explorer Mode in Edge in Windows 11 Windows
  • Phone Link
    How to link an iPhone with Windows PC with Phone Link App Windows
  • maxresdefault 2
    AWS CodeCommit: A Guide to Efficient Usage Version Control System
  • Manage OU
    Delete or Rename and Create a Protected Organisation Unit in AD Windows Server
  • cannot connect to the virtual machine try to connect again HyperV
    Could not connect to virtual machine try to connect again Hyper-V Virtualization

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,805 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive