$PATH is very important environment variable and knowing how to work with it, can be very useful What Is $PATH on Linux, and How Does…
View More Easier way to add DIRECTORY to your path in LINUXTag: How To
Facebook watches your every move – fix it
It shouldn’t shock you that virtual entertainment networks know a great deal about you. All things considered, monsters like Facebook know where you go, which…
View More Facebook watches your every move – fix itCompress files or folders with PowerShell
The Compress-Archive cmdlet creates a compressed, or zipped, archive file from one or more specified files or directories. An archive packages multiple files, with optional compression,…
View More Compress files or folders with PowerShellWhat is God Mode in Windows 11
What is God Mode in Windows 11? The so-called God Mode is a direct access to over 200 system administration tools. It gets this curious name because many…
View More What is God Mode in Windows 11The MySQL Workshop: A practical guide to working with data and managing databases with MySQL
Another good book to have as a reference on your desk if you are working with MySQL databases. It really cover everything from beginning to…
View More The MySQL Workshop: A practical guide to working with data and managing databases with MySQLWork Smarter with Microsoft OneNote
Work Smarter with Microsoft OneNote Work Smarter with Microsoft OneNote: An expert guide to setting up OneNote notebooks to become more organized, efficient, and productive…
View More Work Smarter with Microsoft OneNoteHow to close your laptop lid and still use a monitor
Here is how to setup you laptop with a closed lid and external monitor. In my case I got a big external monitor as I…
View More How to close your laptop lid and still use a monitorGet list of Departments and number of users per Department in PowerShell
I need to create a report from Active Directory. I need to provide list of all Departments and headcount per Department. Here is quick PowerShell…
View More Get list of Departments and number of users per Department in PowerShellReset 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 DirectoryGet list of installed software on machine from command line
This is handy command line if you want pull quickly list of installed software on the machine. You can output it in to terminal or…
View More Get list of installed software on machine from command line