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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]