AntiMalware Status

Bulk update EmployeeID in Active Directory with PowerShell

Here is a quick [easyazon_link identifier=”B01NBI97UZ” locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link] script to run users from csv file where you have 2 columns SamAccountName and EmployeeID.…

View More Bulk update EmployeeID in Active Directory with PowerShell
AntiMalware Status

Get Account list with Password Never Expire from Active Directory to CSV file

Quick [easyazon_link identifier=”B01NBI97UZ” locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link] snippet to pull all accounts from [easyazon_link identifier=”1449361420″ locale=”US” tag=”wn0d5-20″] Active Directory [/easyazon_link] with PASSWORD NEVER EXPIRE into…

View More Get Account list with Password Never Expire from Active Directory to CSV file
AntiMalware Status

List Users and Groups created in Active Directory in the Last 24 Hours

Just quick [easyazon_link identifier=”1787126307″ locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link] snippet to get list of created users in last 24 hours in your [easyazon_link identifier=”B06VYFQNH4″ locale=”US” tag=”wn0d5-20″]…

View More List Users and Groups created in Active Directory in the Last 24 Hours
AntiMalware Status

Export all users from Active Directory to CSV with PowerShell

Quick and dirty [easyazon_link identifier=”1449320686″ locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link] snippet to export all [easyazon_link identifier=”1787289354″ locale=”US” tag=”wn0d5-20″] Active Directory [/easyazon_link] users with these selected attributes…

View More Export all users from Active Directory to CSV with PowerShell
AntiMalware Status

How to get a list of software installed on Windows machine

Having a list of installed programs is also useful if you just bought a new computer and you want to install the same programs you had on your old computer. Here is how to create list of installed software and when was installed on your Windows machine.

View More How to get a list of software installed on Windows machine