Posts tagged with "System-Administration"
Automated IIS Application Pool Restart with PowerShell
A PowerShell script for safely restarting IIS application pools with comprehensive logging, including pre and post-restart process details and error handling.
Published: October 16, 2024 | Last Modified: May 13, 2025Managing Microsoft Office Versions with OfficeC2RClient
A comprehensive guide to managing Microsoft 365 versions using OfficeC2RClient, including checking current builds, consulting version history, and rolling back or updating Office installations.
Published: September 10, 2024 | Last Modified: May 13, 2025Complete DNS Records Reference Guide
A comprehensive reference guide for DNS record types and configurations, including DMARC, SPF, DKIM, MX, and other essential DNS records with examples and best practices.
Published: June 6, 2024 | Last Modified: May 13, 2025Troubleshooting Group Policy Objects (GPOs)
A collection of useful commands and steps for troubleshooting Group Policy Objects (GPOs) in a Windows Active Directory environment.
Published: May 31, 2024 | Last Modified: May 13, 2025Remote and Local DNS Configuration Guide
Comprehensive guide on changing DNS settings remotely and locally, with a focus on network troubleshooting and management using WMIC and PowerShell.
Published: March 21, 2024 | Last Modified: May 13, 2025Troubleshooting N-Central Take Control
Steps to take when N-Central’s Take Control remote access feature isn’t working, including how to restart the necessary services.
Published: January 2, 2024 | Last Modified: June 10, 2025PSWindowsUpdate: Managing Windows Updates with PowerShell
Install Windows Updates with the PSWindowsUpdate PowerShell module.
Published: October 10, 2023 | Last Modified: May 13, 2025Windows ACL Management with PowerShell
A comprehensive collection of PowerShell scripts for managing Windows Access Control Lists (ACLs), including permission enumeration, modification, and analysis tools with detailed permission descriptions.
Published: May 2, 2023 | Last Modified: May 13, 2025Managing Global Address List (GAL) Visibility with PowerShell
A comprehensive guide to managing user visibility in the Global Address List (GAL) using PowerShell, covering both on-premises Active Directory and Exchange Online environments with detailed scripts for checking and modifying the msExchHideFromAddressLists attribute.
Published: April 5, 2023 | Last Modified: May 13, 2025Windows Defender Firewall Management Guide
A comprehensive guide to managing Windows Defender Firewall via command line, covering firewall state management, program exceptions, Remote Desktop configuration, and port forwarding.
Published: March 3, 2023 | Last Modified: May 13, 2025Managing Windows User Accounts with net user Command
The “net user” command is a Command Prompt (Shell) command used to manage user accounts on a Windows operating system. It can be used to create, modify, or delete user accounts, as well as to change passwords and manage group memberships.
Syntax
net user [username [password | *] [options]] [/DOMAIN]
net user username {password | *} /ADD [options] [/DOMAIN]
net user username [/DELETE] [/DOMAIN]
net user username [/TIMES:{times | ALL}]
net user username [/ACTIVE: {YES | NO}]
Add a user
To add a new user account:
Published: February 22, 2023 | Last Modified: May 13, 2025Windows Driver Management with pnputil
You can uninstall third-party drivers (such as the WAVES MaxxAudio Pro driver) from the Command Prompt (CMD) by using the “pnputil.exe” utility. Here’s the basic process:
Open Command Prompt as administrator: Press the Windows key + X, and then select “Command Prompt (Admin)”.
Type the following command and press Enter:
pnputil.exe -e
# or export the list to a file
pnputil.exe -e > !drivers.csv
This command lists all the third-party drivers installed on your system.
Published: February 17, 2023 | Last Modified: May 13, 2025Managing Exchange Online Auto-Expanding Archives with PowerShell
A comprehensive collection of PowerShell scripts for managing Exchange Online auto-expanding archives, including monitoring, configuration, and reporting tools using the ExchangeOnlineManagement module.
Published: July 6, 2021 | Last Modified: May 13, 2025