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 readingYou can gen easily two reports about your laptop battery under Windows 10. Simply press [Windows]+[R] and type [cmd]. Once
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 readingThis is handy command line if you want pull quickly list of installed software on the machine. You can output
Continue readingWhenever 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?
Continue readingHere is quick PowerShell script to remove ALL Group Membership from Disabled user in . We will remove all Group
Continue readingHere is quick script that provides information on user count in : Total Number of All user accounts Total Number
Continue readingHere is the task for today to use . I was asked to find the list of employees under a
Continue readingPlaying more with the Google Chromebook I was also able to install Microsoft Visual Code on my Chromebook and it
Continue reading