PowerShell

Install Active Directory Users and Computers via PowerShell
Network

Install Active Directory Users and Computers via PowerShell

Active Directory Users and Computers (ADUC) is an essential tool for IT administrators working in Windows environments. It provides a graphical interface to administer and manage user accounts, [...]

By Nyau Wai Hoe, ago
Add Suffix Prefix to All Files in a Folder in Windows 11 10
Computing

Add Suffix/Prefix to All Files in a Folder in Windows 11/10

Managing files can sometimes be an extremely tedious task, especially when dealing with a folder full of files that require a consistent naming convention. Whether you’re trying to [...]

By Nyau Wai Hoe, ago
Get-AppxPackage Access is Denied Windows 11
PowerShell

Get-AppxPackage is Not Recognized or Access is Denied

When managing system apps on Windows 11 or Windows 10, particularly to uninstall, reinstall, or re-register them, a common tool many turn to is the Get-AppxPackage cmdlet. This PowerShell [...]

By Nyau Wai Hoe, ago
How to Reverse an Array in PowerShell
Computing

How to Reverse an Array in PowerShell

PowerShell, Microsoft’s task automation and configuration management framework, provides numerous tools and methods to manipulate arrays. Arrays, being one of the foundational data [...]

By Nyau Wai Hoe, ago
Using a PowerShell Script to Add a Printer Driver by IP
Computing

Using a PowerShell Script to Add a Printer Driver by IP

PowerShell is a powerful scripting language that comes with Microsoft Windows. It provides system administrators and power-users with the ability to automate routine tasks. In this article, we [...]

By Nyau Wai Hoe, ago
Using PowerShell to Test Port Connection Without Telnet
Computing

Using PowerShell to Test Port Connection Without Telnet

PowerShell is a valuable scripting tool in the toolkit of system and network administrators in Windows OS. This article aims to provide an in-depth guide on how to use PowerShell to test port [...]

By Nyau Wai Hoe, ago
How to Install Telnet via CMD or PowerShell in Windows 11
Computing

How to Install Telnet via CMD or PowerShell in Windows 11

Telnet is a versatile network protocol that allows you to remotely access and manage devices over a network. It is essential for network administrators and IT professionals who need to perform [...]

By Nyau Wai Hoe, ago
PowerShell Script to Copy All OneDrive Files to Another User
Computing

PowerShell Script to Copy All OneDrive Files to Another User

In this article, we will discuss a PowerShell script that allows you to copy all OneDrive files from one user to another user. This is particularly useful when an employee leaves an [...]

By Nyau Wai Hoe, ago
How to Check Office 365 User License Using PowerShell
Computing

How to Check Office 365 User License Using PowerShell

Microsoft Office 365 is a subscription-based service, and in large organizations, managing user licenses can be a challenge. PowerShell is a powerful tool that can simplify the process of [...]

By Nyau Wai Hoe, ago