Get Computer Vendor and model via PowerShell
Simple script to get information via PowerShell from the computer about model of the machine and vendor. <# Get information
Continue readingActive Directory, PowerShell, How To, Windows, Linux, Troubleshooting and more …
Simple script to get information via PowerShell from the computer about model of the machine and vendor. <# Get information
Continue readingHere is quick one liner hot to get a report on when Active Directory group has been created. This could
Continue readingI need to create a report from Active Directory. I need to provide list of all Departments and headcount per
Continue readingHere is a quick sample of Power Shell snippet to list users from 3 different Active Directory groups: Import-Module ActiveDirectory
Continue readingYou can gen easily two reports about your laptop battery under Windows 10. Simply press [Windows]+[R] and type [cmd]. Once
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 reading