Check One Drive Storage Limits

Check One Drive Storage Limits

Microsoft announced last November that OneDrive Storage was being dropped to 5GB. They are removing both the camera roll bonus and the free plan bonus. After they backlash, they had a short time where they allowed you to opt-in to keep your bonuses, but that expired...
How to Run Internet Explorer as a Different User

How to Run Internet Explorer as a Different User

Sometimes logging into different websites with different accounts can be challenging. Internet Explorer caches the login and keeps logging you back in with the same user and not giving you a chance to sign in with a different name. You can get around this without...
Install Hyper-V on Windows 10

Install Hyper-V on Windows 10

You install Hyper-V in the “Turn Windows features on or off” settings. If Hyper-V platform is disabled, hover over it and you may see an error similar to this one: “Hyper-V Virtualization Disabled in Firmware” This means you need to go into...
Query a SQL Database with PowerShell

Query a SQL Database with PowerShell

You can query a SQL database using PowerShell’s Invoke-Sqlcmd cmdlet. This cmdlet is included as part of the Sqlps module, which is installed on a computer by running SQL setup. If you need to load the module, use this command: Import-Module “sqlps”...