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 11Category: Windows
Copying Outlook Signatures From Other Computer
If you have created Outlook email signatures and you migrated to a new system, these signatures can be copied from the old computer so you…
View More Copying Outlook Signatures From Other ComputerHow 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 monitorPowerShell – AD Group management
Here are few quick one liners such as add user to 2 AD groups at same time: "Managers","SalesRep" | Add-ADGroupMember -Members ` (Read-Host -Prompt "Enter…
View More PowerShell – AD Group managementCheck 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 "CURRENT STATUS " -Foregroundcolor yellow…
View More Check status of Microsoft AntiMalwarePowerShell to view BIOS version on Dell computer
Here are few commands that you can use to view info about BIOS on DELL computers: List manufacture and version of BIOS Get-WmiObject -Class Win32_BIOS…
View More PowerShell to view BIOS version on Dell computerGet battery health report on Windows laptop
You can gen easily two reports about your laptop battery under Windows 10. Simply press [Windows]+[R] and type [cmd]. Once in command line window you…
View More Get battery health report on Windows laptopHow to activate Windows Server Core 2019 from command line
After you’ve logged into Windows Server Core, you’re presented with the Command Prompt. From there, you can activate your copy of Windows. First, you have…
View More How to activate Windows Server Core 2019 from command lineGet 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 lineHow to identify which domain controller authenticated a user
You re running some troubleshooting on your network connected to and have questions like: which Domain Controller authenticated user on the current machine which Domain…
View More How to identify which domain controller authenticated a user