Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

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

Tag: Windows 10

Enable WinRM on Windows Servers and Windows PCs

Posted on 06/11/201901/09/2025 Christian By Christian No Comments on Enable WinRM on Windows Servers and Windows PCs
Enable WinRM on Windows Servers and Windows PCs

In this article, we shall discuss how to enable WinRM on Windows Servers and Windows PCs. Windows PowerShell remoting lets you run any Windows PowerShell command on one or more remote computers. You can establish persistent connections, start interactive sessions, and run scripts on remote computers. PowerShell remoting is similar to SSH used in accessing…

Read More “Enable WinRM on Windows Servers and Windows PCs” »

Scripts, Windows, Windows Server

How to create a Mapped Drive via GPO Preferences

Posted on 05/11/201928/04/2023 Christian By Christian No Comments on How to create a Mapped Drive via GPO Preferences
How to create a Mapped Drive via GPO Preferences

A mapped drive is a shortcut to a drive that’s located on a different computer. The shortcut on your computer looks like a local hard drive with its own letter assigned to it. The steps below will show you how to create a Mapped Drive via GPO Preferences on Windows Machines thereby making them persistent across…

Read More “How to create a Mapped Drive via GPO Preferences” »

Windows, Windows Server

Deny Execute Access: Restrict Access to USB Drives on Windows [Part 1]

Posted on 05/11/201913/12/2024 Christian By Christian No Comments on Deny Execute Access: Restrict Access to USB Drives on Windows [Part 1]
Deny Execute Access: Restrict Access to USB Drives on Windows [Part 1]

In this article, we shall discuss “Deny execute access: Restrict Access to USB Drives on Windows”. A USB flash drive is a data storage device that includes flash memory with an integrated USB interface. I will be performing this demonstration using the Local Group Policy. In subsequent tutorials, I will cover the implementation using the Group Policy…

Read More “Deny Execute Access: Restrict Access to USB Drives on Windows [Part 1]” »

Windows

Restrict access to removable Storage Drives [Part 2]

Posted on 05/11/201913/12/2024 Christian By Christian No Comments on Restrict access to removable Storage Drives [Part 2]
Restrict access to removable Storage Drives [Part 2]

In this article, we shall discuss how to restrict access to removable Storage Drives [Part 2]. When a USB or supported port is available on the computer. Users can connect removable storage devices such as USB flash drives, external hard drives, and other types of mass storage devices) to access or export data. If you…

Read More “Restrict access to removable Storage Drives [Part 2]” »

Windows

This device cannot use a Trusted Platform Module, allow BitLocker without a compatible TPM when turning on Bitlocker

Posted on 04/11/201925/09/2023 Christian By Christian No Comments on This device cannot use a Trusted Platform Module, allow BitLocker without a compatible TPM when turning on Bitlocker
This device cannot use a Trusted Platform Module, allow BitLocker without a compatible TPM when turning on Bitlocker

BitLocker is a full volume encryption feature included with Microsoft Windows versions starting with Windows Vista. It is designed to protect data by providing encryption for entire volumes. By default, it uses the AES encryption algorithm in cipher block chaining or XTS mode with a 128-bit or 256-bit key. See this guide for information on…

Read More “This device cannot use a Trusted Platform Module, allow BitLocker without a compatible TPM when turning on Bitlocker” »

Windows

Application pool has been disabled or Changing identity user for IIS Application Pool (Event ID 5059)

Posted on 14/08/201927/03/2024 Dickson Victor By Dickson Victor No Comments on Application pool has been disabled or Changing identity user for IIS Application Pool (Event ID 5059)
Application pool has been disabled or Changing identity user for IIS Application Pool (Event ID 5059)

In this article, we shall discuss “Application pool has been disabled or Changing identity user for IIS Application Pool (Event ID 5059)”. The Internet Information Services (IIS) is an extensible web server software from Microsoft for use with Windows NT family. IIS supports HTTP, HTTP/2, HTTPS, FTP, FTPS, SMTP and NNTP. Here are some related…

Read More “Application pool has been disabled or Changing identity user for IIS Application Pool (Event ID 5059)” »

Web Server

DNS manager console missing from RSAT tools on Windows 10

Posted on 14/08/201926/05/2023 Christian By Christian No Comments on DNS manager console missing from RSAT tools on Windows 10
DNS manager console missing from RSAT tools on Windows 10

Remote Server Administration Tool (RSAT) is a set of tools that help you manage the server remotely through a remote client. Using this tool, you can manage all your roles and features in Windows Server 2012 R2 to Windows Server 2022 from any device at the time of writing this article. You want to see…

Read More “DNS manager console missing from RSAT tools on Windows 10” »

Windows

Components needed to create a certificate signing request

Posted on 13/08/201926/02/2025 Dickson Victor By Dickson Victor No Comments on Components needed to create a certificate signing request
Components needed to create a certificate signing request

A Certificate Signing Request (CSR) is a small file that contains information regarding the organization that is applying for an SSL certificate. It is recommended that the customer generates the CSR before ordering the SSL certificate. Once generated, the respective CA or Certification Authority uses the CSR to issue a new SSL server certificate. See how to create a request a…

Read More “Components needed to create a certificate signing request” »

Windows Server

How to install Pleasant Password Server

Posted on 13/08/201919/09/2023 Christian By Christian No Comments on How to install Pleasant Password Server
How to install Pleasant Password Server

Password Manager is a simple and easy-to-use password management tool. This password management system is compatible with KeePass (our existing password management system). Kindly refer to some of these related guides: How to clear, enable or disable TPM in Windows via the BIOS or UEFI, BitLocker Back Door:TPM Only: From stolen laptop to inside the company…

Read More “How to install Pleasant Password Server” »

Password Manager

Merits and demerits of Local System Account and Service Logon Account

Posted on 31/07/201901/10/2023 Christian By Christian No Comments on Merits and demerits of Local System Account and Service Logon Account
Merits and demerits of Local System Account and Service Logon Account

Exploring the merits and demerits of the Local System Account is essential for effective computer system management. This account type has its own strengths and weaknesses, which impact system performance and security. By understanding these pros and cons, administrators can make better choices when setting up their computer systems. For related guides see: Local System…

Read More “Merits and demerits of Local System Account and Service Logon Account” »

Windows Server

How to create a bootable USB using Rufus on Windows

Posted on 30/07/201922/02/2025 Christian By Christian No Comments on How to create a bootable USB using Rufus on Windows
How to create a bootable USB using Rufus on Windows

Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pen drives, memory sticks, etc. It can be used for creating USB installation media from bootable ISOs (Windows, Linux, UEFI). In this guide, I will show you how to create a bootable USB using Rufus on Windows. Please see…

Read More “How to create a bootable USB using Rufus on Windows” »

Windows

Universal, Global, and Domain Local Group Scopes Differences

Posted on 11/05/201924/07/2024 Christian By Christian No Comments on Universal, Global, and Domain Local Group Scopes Differences
Universal, Global, and Domain Local Group Scopes Differences

Active Directory is a Microsoft directory system that you can install on a Windows server. Companies use Active Directory to store objects such as computers, users, and groups in the directory system. In this article, we shall discuss “Universal or Global and Domain Local Group Scopes Differences”, You may also want to visit the following…

Read More “Universal, Global, and Domain Local Group Scopes Differences” »

Windows

How to use MSINFO32 to view System Information

Posted on 11/05/201902/10/2024 Christian By Christian No Comments on How to use MSINFO32 to view System Information
How to use MSINFO32 to view System Information

In this article, we shall learn How to use MSINFO32 to view System Information. The process called System Information belongs to Microsoft Windows Operating System. This tool gathers information about your computer and displays a comprehensive view of your hardware, system components, and software environment. You can use to diagnose computer issues. Please see System…

Read More “How to use MSINFO32 to view System Information” »

Windows

Posts pagination

Previous 1 … 73 74 75 … 77 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • screenshot 2020 03 21 at 22.44.04 1
    How to create a Microsoft HyperV checkpoint Virtualization
  • macOSapps
    Fix macOS Apps opening on the wrong desktop Mac
  • Microsoft Windows Windows 1
    How to specify a persistent default printer via the Windows Registry and PowerShell Windows
  • fallocate
    What the Fallocate command does Linux
  • Convert MP4 to MP3
    2 Free Ways to Convert MP4 to MP3 Reviews
  • cisco asa 5505 adaptive security appliance desktop firewall 10 100 47 18790 04 56708 pekm1000x469ekm
    Administer Cisco ASA: Mastering CLI Management Network | Monitoring
  • Machine does not support XSAve
    How to disable side-channel mitigations on VMware Workstation Virtualization
  • MSSQL Always On Cluster on Azure
    [AZURE] Procedure for creating an MSSQL Always On Cluster on Azure AWS/Azure/OpenShift

Subscribe to Blog via Email

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

Join 1,811 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

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

Copyright © 2025 TechDirectArchive