PowerShell
Run a SQL Server Query in PowerShell
Yesterday, I got a request from our customer that need to run a SQL Server Query using PowerShell command. After looking on the Google...
PowerShell
Change Local Administrator Password
In this article:- Change Local Administrator password using PowerShell on single computer.- Change Local Administrator account password using PowerShell on multiple computer
There are multiple...
Hyper-V
Get all VMs VHDX disk size
Sometimes you need to get which VM that most consume the disk storage. You can check the vhdx size by inspecting the disk one...
PowerShell
Check Folder Size using PowerShell command
Sometimes, you need to know how big a folder using PowerShell command. For the example once you on PowerShell session command and there is...
PowerShell
Configure the DNS Client using PowerShell
There is a DNSClient module on PowerShell you can use in addition ipconfig command. By default, this command is available on the PowerShell, if...
PowerShell
Windows Server Core: How to start PowerShell by Default
By Default, Windows Server Core will start Command Prompt (cmd). However, if you would like to change the default cmd to PowerShell, you can...
PowerShell
PowerShell Command to Create A Network Share
In this article, you will learn on how to create a folder share using a PowerShell command. First, you need to determinate which folder...
PowerShell
Receiving Error 55 when running net statistics server command
Q: I got "System Error 55" when ran "net statistics server" command
A. Disabling / Removing SMB1 may be caused by this issue. You can verify if SMB1 is installed or not by running the...
Stay Connected
Latest Articles