AntiMalware Status

Reset Password for user in Active Directory

Quick Help Desk script tool in PowerShell to reset user password : 1234567891011121314Clear-Host Import-Module ActiveDirectory $newpwd = Read-Host "[ Enter the new password ]" -AsSecureString…

View More Reset Password for user in Active Directory

Stop opening Server Manager at logon in Windows Server 2012 R2

The Server Manager wizard provides information of installed roles and features in [easyazon_link identifier=”1118289420″ locale=”US” tag=”wn0d5-20″] Windows Server 2012 R2 [/easyazon_link]. This Server Manager wizard…

View More Stop opening Server Manager at logon in Windows Server 2012 R2
Windows 10

How to repair corrupted USB storage and reset to defaults

Whenever I connect my USB to PC it says “you need to format the disk in drive before you can use it”. When I try to format, it shows the disk capacity as 662MB which is the Linux image file size and not the original size of 8GB. How do I format the USB drive and start using it like before?

View More How to repair corrupted USB storage and reset to defaults
AntiMalware Status

List Direct Reports to Manager in PowerShell

Here is the task for today to use [easyazon_link identifier=”1787122042″ locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link]. I was asked to find the list of employees under a…

View More List Direct Reports to Manager in PowerShell

How to identify which domain controller authenticated a user

You  re running some troubleshooting on your network connected to [easyazon_link identifier=”1449320023″ locale=”US” tag=”wn0d5-20″] Active Directory [/easyazon_link] and have questions like: which Domain Controller authenticated…

View More How to identify which domain controller authenticated a user