Check Allocation Unit Size of NTFS Partition
Question How i can check the allocation unit size of my disk drive using command prompt? Answer Open the administrator command prompt and run the following command fsutil fsinfo ntfsinfo…
Question How i can check the allocation unit size of my disk drive using command prompt? Answer Open the administrator command prompt and run the following command fsutil fsinfo ntfsinfo…
In this post, I will share a command to get the VM list detail that includes VM Name, CPU Count, IP Addresses, VLAN ID, and Memory assigned. The command includes…
Sometimes when you receive the result from PowerShell command, there are three dots (Elipsis) "..." that truncate the result. In this article, I will show you how to expand three…
Since Windows Server 2012, Microsoft introduces the ability to change or inject IP configuration of Guest VM from its HyperV host. This feature is using Msvm_GuestNetworkAdapterConfiguration class. Below is the…
I have an issue while installing the SSL Certificate for RDS Deployment using GUI. Therefore, I use the PowerShell command to do that. Basically, the command is using Set-RDCertificate CmdLet.…
Yesterday, I got a request from our customer that need to run a SQL Server Query using PowerShell command. After looking on the Google :D I found the Script from…
Issue: When you are working on the VM remotely, Sometimes, you need to know on which Hyper-V server your VM currently hosted. It could be wasting a time if you…
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 ways to change your local…
Sometimes, you need to know how big a folder using PowerShell command. For the example once you on PowerShell session command and there is no GUI to check how big…
There is a DNSClient module on PowerShell you can use in addition ipconfig command. By default, this command is available on the PowerShell, if not, you can load the module…