You can uninstall a PowerShell module by using the Uninstall-Module cmdlet (command) in Windows PowerShell. For instance, the Uninstall-Module -Name Microsoft.Online.SharePoint.PowerShell command would successfully remove the Sharepoint Online Powershell module. The following tutorial demonstrates how to uninstall a PowerShell module (that has been previously installed) in Windows PowerShell. Method One: How to Uninstall Powershell Module You can uninstall PowerShell modules […]
Windows Shell
Use PowerShell Sleep Command
I would like to get my PowerShell script to pause/wait/sleep by issuing a specific wait time when using the Windows operating system. Resolution: The PowerShell Sleep command via the Start-Sleep cmdlet allows you to pause a script or module in the PowerShell session until the chosen period has elapsed. When you choose to sleep a PowerShell command, you are always […]
Change User Password in Windows Command Line
I want to change my user password directly from the command line in Windows. Is it possible? Resolution: The following tutorial demonstrates how to change the user password in the command line when using a version of the Windows operating system. There are two types of accounts you can use with Windows: A local account for the computer only and […]
WMIC: Get Serial Number
I want to get the BIOS serial number so I can locate the serial number of my computer. I’m also wondering if there is there also an alternative way to check the computer’s serial number in Windows from the Settings app? Resolution: The following tutorial demonstrates how to find the BIOS serial number from the command line (CMD/cmd.exe) when using […]
Create File from Command Line in Windows 11
I want to create a file using the command line in Windows. I have created files using the command line in Linux before and would like to know if I can do the same thing from Windows. Resolution: The following tutorial demonstrates how to create a file from the command line when using a version of the Windows 11 operating […]
Install Sharepoint Online Powershell Module
I need to install the Sharepoint Online Powershell module but don’t understand how to download it or what I’m even supposed to download to get it on my computer. Resolution: The following tutorial demonstrates how to install the Sharepoint Online Powershell module when using a version of the Windows operating system. PowerShell comes with modules which are Windows PowerShell functionalities, […]
Install AzureAD Powershell Module
I need to install the AzureAD Powershell module but don’t understand how to download it or what I’m even supposed to download to get it on my computer. Resolution: The following tutorial demonstrates how to install the AzureAD Powershell module when using a version of the Windows operating system. PowerShell comes with modules which are Windows PowerShell functionalities, put together […]
Get Powershell Module Version
I want to get a list of the PowerShell modules that are installed on my computer. I would also like to see all modules that are installed on the system. Resolution: The following tutorial demonstrates how to get the PowerShell Module version when using a version of the Windows operating system. PowerShell comes with modules which are Windows PowerShell functionalities, […]
Powershell: Get Windows Version/OS Version
I want to find out what version of Windows my computer is running by retrieving the information from PowerShell. Is it possible to use PowerShell to find out what version of Windows my PC runs? The following tutorial demonstrates how to get the Windows version/operating system version from PowerShell. At times, it can be important to know your computer’s operating […]
Use get-childitem in PowerShell
I want to use the Powershell get-childitem filter to get files only, folders only, to exclude, to get a full path, and other filters. Resolution: The following tutorial demonstrates how to use the Powershell get-childitem command to get items in one or more specified locations when using a version of the Windows operating system. You can use the get-childitem command […]
Add New Line in Powershell String/Variable
I want to use Windows PowerShell and add a new line between lines for text output. The new line in the string variable in PowerShell should make my code easier to read. Resolution: The following tutorial demonstrates how to add a new line in PowerShell string when using a version of the Windows oeprating system. There are two ways you […]
Use Cat Command for Windows
Is there a cat command for Windows? I use the cat command on Linux and need to know the equivalent to it on the Windows operating system’s Command Prompt (CMD) command line or PowerShell. Resolution: The following tutorial demonstrates how to use the Linux cat command when using a version of the Windows operating system. The cat command for Linux […]
Change Bash Colors
I would like to know how to change the colors displayed in bash, including colors to the bash console, colors to the nethack+windows 10+bash, and colors in vim bash. Please also teach me how to print colors to the console in bash. I would also like to invert the colors on putty terminal bash scripts. I also don’t understand why […]
Use Grep Command in Windows
I would like to use a Windows equivalent to Grep on Linux. I want to use Windows Grep to find (Skyrim CTDs obviously!) html content within zip files, jar zip files, and PDF documents. And I would like Windows Grep to be free! Resolution: The following tutorial demonstrates how to use the grep command in Linux from the Windows command […]
Comment in Batch File
I want to know how to comment in a Windows batch file/bat file. I’d also like to know batch script commands and how to do batch scripts for loops and how to use a batch script to rename files in a folder. I have also seen an error that says “batch script contains dos line breaks” and would like to […]
Fix Windows 10 Black Screen with Cursor Before/After Login
My computer running on Windows 10 has a black screen with a cursor on it and doesn’t look like it’s going to load the operating system as it should. The Windows 10 black screen happens before and after login and looks like the Windows 10 black screen of death. The Windows 10 black screen with cursor also happens with no […]