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 you want to share, or you…
Windows PowerShell is a shell developed by Microsoft for purposes of task automation and configuration management. This powerful shell is based on the .NET framework and it includes a command-line shell and a scripting language.
In this article, you will learn on how to create a folder share using a PowerShell command. First, you need to determinate which folder you want to share, or you…
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 following PowerShell command. Get-WindowsFeature -Name…
Sometimes, you receive the alert "The trust relationship between this workstation and primary domain failed" when you login to the computer that joined to the domain. There are many ways…
Getting the Windows OS Version on specific OU is very useful for System Administrator. For example for the upgrade plan or system architecture plan. Before we continue, you have to…
What is Hyper-V Data Exchange Service (KVP) Hyper-V Data Exchange Service is one of the Integration Services on Hyper-V that provides a mechanism to exchange basic metadata between the virtual machine…
Managing windows update using PowerShell command is very helpful once the GUI is not available such as Windows Server Core or using PowerShell Remote. There are many ways managing Windows…
Performing regular database backup is very important to avoid data loss. In this article, we will create a PowerShell Script to backup MySQL databases. Basically, the backup is using mysqldump command.…
Getting public IP on troubleshot networking issue is very useful. Especially, there is an issue with accessing your server from the external (public) network. Here is how to get your server's public…
Adding multiple IP Addresses on the windows server using a graphical interface is really a pain as each IP Address need to be assigned manually. Through this article, I will…
When you try to run a PowerShell script that has not been signed by Trusted Publisher, you may get the following security error. <PowerShell Script file> is not digitally signed.…