Check status of Microsoft AntiMalware
Here is a quick snippet to show current status of Microsoft Antimalware on your Windows 10 computer. Clear-Host Write-Host Write-Host
Continue readingActive Directory, PowerShell, How To, Windows, Linux, Troubleshooting and more …
Here is a quick snippet to show current status of Microsoft Antimalware on your Windows 10 computer. Clear-Host Write-Host Write-Host
Continue readingHere is another quick PowerShell script to check if user is a member of given group. Clear-Host if (Get-Module -ListAvailable
Continue readingHere is quick one liner hot to get a report on when Active Directory group has been created. This could
Continue readingHere is a quick sample of Power Shell snippet to list users from 3 different Active Directory groups: Import-Module ActiveDirectory
Continue readingQuick one liner to find out current version of the Active Directory Schema on your network especially of you have
Continue readingHere is another quick helper for Help Desk guys to pull quickly information about user in PowerShell: SamAccountName Title Department
Continue readingQuick Help Desk script tool in PowerShell to reset user password : Clear-Host Import-Module ActiveDirectory $newpwd = Read-Host "[ Enter
Continue readingAfter you’ve logged into Windows Server Core, you’re presented with the Command Prompt. From there, you can activate your copy
Continue readingThis is handy command line if you want pull quickly list of installed software on the machine. You can output
Continue readingThe Server Manager wizard provides information of installed roles and features in . This Server Manager wizard will be automatically
Continue reading