Claudio Orlando

Claudio Orlando

Retrieve and Report ESXi VM Health Status Using PowerShell

Welcome to our latest post, where we share a useful PowerShell script for VMware ESXi administrators. This script enables you to retrieve the health status of your virtual machines, providing key insights into their performance and operational status. Monitoring VM…

Automate VM Power Operations on VMware ESXi with PowerShell

In this post, we are excited to share a powerful PowerShell script that allows you to automate the power operations of your virtual machines (VMs) on VMware ESXi. This script is a handy tool for system administrators looking to efficiently…

Monitor VMware ESXi Host Status with PowerShell

In this post, were sharing a useful PowerShell script designed to help you monitor the status of your VMware ESXi hosts. This script retrieves vital information about each hosts power state and overall health, making sure you stay updated on…

Retrieve User Details from Active Directory

Managing user information in Active Directory is essential for ensuring effective communication and compliance. This PowerShell script allows administrators to retrieve and display detailed user information based on their usernames. This can help streamline user management tasks and ensure data…

Bulk Disable Active Directory User Accounts

Managing user accounts effectively is essential for maintaining security in your organization. This PowerShell script allows administrators to bulk disable user accounts in Active Directory based on a list in a CSV file. By automating the account disabling process, IT…

Bulk Update User Phone Numbers in Active Directory

Keeping user contact information up to date in Active Directory is essential for effective communication within an organization. This PowerShell script allows administrators to bulk update the phone numbers of user accounts based on a CSV file. With this script,…

Retrieve and Reset User Passwords in Active Directory

Managing user passwords in Active Directory is essential for ensuring security and compliance. This PowerShell script provides administrators with the capability to retrieve user passwords (in a secure manner) and reset them if needed. This can significantly enhance your ability…

Automate Active Directory User Cleanup by Last Logon Date

Managing user accounts effectively in Active Directory is crucial for security and operational efficiency. This PowerShell script helps administrators identify and remove user accounts that have not been logged into for an extended period. Automating this cleanup process can help…

Export Active Directory Users Group Memberships to CSV

Managing user group memberships in Active Directory is key to ensuring proper permission settings and security compliance. This PowerShell script allows administrators to export the group memberships of all users in Active Directory into a CSV file. This can be…

Bulk Enable Active Directory User Accounts

Managing Active Directory user accounts efficiently is crucial for maintaining security and usability within an organization. This PowerShell script allows administrators to bulk enable user accounts that may have been disabled, making it easier to manage user access as needed.…

Check for Locked Active Directory Accounts

Identifying locked accounts in Active Directory is essential for maintaining security and usability. This PowerShell script allows administrators to check for locked user accounts and helps streamline the process of account management. By running this script, you can quickly identify…

Generate a List of Active Directory Users and Their Last Logon Dates

Understanding user activity in Active Directory is key for maintaining security and compliance. This PowerShell script retrieves a list of active users along with their last logon dates. Administrators can use this information to identify inactive accounts and optimize their…