Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

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

Tag: PowerShell

Create Chocolatey Package: Upgrade Software with Chocolatey

Posted on 25/10/202215/08/2026 Imoh Etuk By Imoh Etuk No Comments on Create Chocolatey Package: Upgrade Software with Chocolatey
Create Chocolatey Package: Upgrade Software with Chocolatey

Learn how to create Chocolatey Package: Upgrade Software with Chocolatey in this blog post. IT professionals must look at better ways to carry out mundane tasks as automation becomes more of a need than a nicety; one such duty is software installation. It would be better for you to come up with an alternative method…

Read More “Create Chocolatey Package: Upgrade Software with Chocolatey” »

Scripts, Windows

Create and Delete Registry Keys via PowerShell in Windows

Posted on 27/07/202215/08/2026 Matthew By Matthew No Comments on Create and Delete Registry Keys via PowerShell in Windows
Create and Delete Registry Keys via PowerShell in Windows

The Registry Editor (regedit.exe) and the reg.exe command-line utility aren’t the only tools in Windows for accessing and managing the registry. PowerShell offers a lot of tools for administrators to interact with the registry. In this article, you will learn “Get and Edit Registry Keys: How to Create and Delete Registry Keys via PowerShell in…

Read More “Create and Delete Registry Keys via PowerShell in Windows” »

Scripts, Windows

How to forcefully remove Language Pack on Windows 10 and 11

Posted on 14/07/202216/08/2026 Imoh Etuk By Imoh Etuk No Comments on How to forcefully remove Language Pack on Windows 10 and 11
How to forcefully remove Language Pack on Windows 10 and 11

In this article, we will discuss how to forcefully remove Language Pack on Windows 10 and 11. Windows 10 and 11 are available in various languages, and you can even install language packs for each language you speak. This feature allows you to use a specific language for display (Settings and File Explorer) while still…

Read More “How to forcefully remove Language Pack on Windows 10 and 11” »

Windows

Azure CLI: How To Upload Batch Files to Azure Storage Account

Posted on 22/06/202216/08/2026 Imoh Etuk By Imoh Etuk No Comments on Azure CLI: How To Upload Batch Files to Azure Storage Account
Azure CLI: How To Upload Batch Files to Azure Storage Account

If you use Azure CLI blob storage for static web hosting, you’ll probably want a way to automate uploading your website file content to the Azure storage account. According to Microsoft’s official document, the Azure Storage platform is Microsoft’s cloud storage solution for modern data storage scenarios. Azure Storage offers highly available, massively scalable, durable,…

Read More “Azure CLI: How To Upload Batch Files to Azure Storage Account” »

AWS/Azure/OpenShift, Storage, Web Server

Create and find Organisation Unit paths in AD

Posted on 16/06/202216/08/2026 IT Expert By IT Expert No Comments on Create and find Organisation Unit paths in AD
Create and find Organisation Unit paths in AD

Organizational units (OUs) in an Active Directory Domain Services (AD DS) managed domain enables you to logically group objects such as user accounts, service accounts, or computer accounts together. You may also be interested in learning about how to create Organisation Units, Service Accounts, and Active Directory Security Groups, and Active Directory Structure: Forest Trees,…

Read More “Create and find Organisation Unit paths in AD” »

Scripts, Windows Server

Installing Windows Subsystem for Android (WSA)

Posted on 20/05/202216/08/2026 Matthew By Matthew No Comments on Installing Windows Subsystem for Android (WSA)
Installing Windows Subsystem for Android (WSA)

The Windows Subsystem for Android is a platform in Windows 11 that allows you to run Android apps alongside Windows programs on your laptop or desktop. Although you can only install apps from the Amazon Appstore, you can sideload Android apps using the Android Debugging Bridge (ADB) tools. The platform is now in preview mode…

Read More “Installing Windows Subsystem for Android (WSA)” »

Windows

Various methods to Install .NET Framework in Windows

Posted on 06/05/202216/08/2026 Matthew By Matthew No Comments on Various methods to Install .NET Framework in Windows
Various methods to Install .NET Framework in Windows

To ensure compatibility with older applications, it’s essential to enable DotNet Framework in Windows 11, particularly version 3.5. While these framework versions, 2.0 and 3.5, may be considered outdated, they remain necessary for running programs developed with them. It’s crucial to enable these frameworks to handle potential compatibility issues that might arise on Windows 11….

Read More “Various methods to Install .NET Framework in Windows” »

Windows

Check Weather Conditions via Command Line on Windows, macOS, Linux and Web

Posted on 13/04/202216/08/2026 IT Expert By IT Expert 2 Comments on Check Weather Conditions via Command Line on Windows, macOS, Linux and Web
Check Weather Conditions via Command Line on Windows, macOS, Linux and Web

In this guide, you will learn how to check Weather Conditions via Command Line on Windows, macOS, Linux and Web. This will be done by viewing the weather details from the command line (terminal) using wttr.in utility and curl commands. Please see “Open the location of a Program: How to search in Windows 10 to find a…

Read More “Check Weather Conditions via Command Line on Windows, macOS, Linux and Web” »

Linux, Mac, Windows

Migrate Roles and Features to Windows Server 2022 using WSMT

Posted on 27/03/202216/08/2026 Imoh Etuk By Imoh Etuk No Comments on Migrate Roles and Features to Windows Server 2022 using WSMT
Migrate Roles and Features to Windows Server 2022 using WSMT

In this article, we shall learn how to Migrate Roles and Features to Windows Server 2022 using WSMT. Since the introduction of Windows Server 2003, administrators have had the option to migrate roles and features to newer Windows Server versions using the Windows Server Migration Tools (WSMT). Please see Network File System: How to install…

Read More “Migrate Roles and Features to Windows Server 2022 using WSMT” »

Windows, Windows Server

How to apply Windows Updates with PowerShell

Posted on 23/03/202216/08/2026 IT Expert By IT Expert No Comments on How to apply Windows Updates with PowerShell
How to apply Windows Updates with PowerShell

In this article, w shall learn how to apply Windows Updates with PowerShell. Microsoft Windows provides its own patch management solution referred to as Windows Update. Having a proper grip of these updates is paramount for your production workflow as they often start automatically during business hours resulting in downtime. Please see How to setup…

Read More “How to apply Windows Updates with PowerShell” »

Windows

How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell

Posted on 06/11/202128/08/2026 IT Expert By IT Expert No Comments on How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell
How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell

Azure Administrators use tools to interact with the cloud environment and complete such tasks as, deploying dozens or hundreds of resources at a time, configuring individual services using scripts, and viewing rich reports across usage, health, costs, and more. Please see how to configure a remote server (windows) to Support Ansible, and how to deploy…

Read More “How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell” »

AWS/Azure/OpenShift

Disable BitLocker: How to correctly disable MBAM-encrypted devices

Posted on 20/10/202128/08/2026 IT Expert By IT Expert No Comments on Disable BitLocker: How to correctly disable MBAM-encrypted devices
Disable BitLocker: How to correctly disable MBAM-encrypted devices

Microsoft BitLocker Administration and Monitoring (MBAM) provides a simplified administrative interface that you can use to manage BitLocker Drive Encryption. In this guide, you will learn How to correctly disable MBAM-encrypted devices. Please see how to clear, enable or disable TPM in Windows via the BIOS or UEFI, how to enable Bitlocker Pre-Boot Authentication via…

Read More “Disable BitLocker: How to correctly disable MBAM-encrypted devices” »

Windows

Fix WDAC vulnerabilities by updating PowerShell

Posted on 20/10/202128/08/2026 IT Expert By IT Expert No Comments on Fix WDAC vulnerabilities by updating PowerShell
Fix WDAC vulnerabilities by updating PowerShell

In this guide we shall discuss how to fix WDAC vulnerabilities by updating PowerShell. Windows Defender Application Control (WDAC) can control what runs on Windows 10 and Windows 11 by setting policies that specify whether a driver or application is trusted. A policy includes policy rules that control options such as audit mode and file rules (or file rule levels)…

Read More “Fix WDAC vulnerabilities by updating PowerShell” »

Security | Vulnerability Scans and Assessment

Posts pagination

Previous 1 2 3 … 5 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • banner 3
    How to Create a React App with Vite Version Control System
  • MicrosoftOneDrive32
    Microsoft OneDrive Setup: Files On-Demand & Key Features Backup
  • sonarcloud
    How to Integrate SonarCloud with Azure DevOps Pipeline AWS/Azure/OpenShift
  • install git 1024x512 1
    How to install Git on macOS Version Control System
  • Create Windows Defender Firewall Rule
    Fix Windows defender blocked incoming connection on Windows Network | Monitoring
  • OOBEZDP
    OOBEZDP: Something went wrong during the Windows deployment Windows
  • fix
    How to fix Windows cannot find the Microsoft software license terms Windows Server
  • nodee
    How to install Cypress on Windows and perform Automation Windows

Subscribe to Blog via Email

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

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

Tags

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

Copyright © 2026 TechDirectArchive