How to Install Ubuntu 23.10 on WSL
At this moment, WSL doesn’t support Ubuntu 23.10 officially. So, we need to install it manually. Below is a quick snapshot about the manual process.
1,183 articles
At this moment, WSL doesn’t support Ubuntu 23.10 officially. So, we need to install it manually. Below is a quick snapshot about the manual process.
At this moment, WSL doesn’t support Ubuntu 23.04 officially. So, we need to install it manually. Below is a quick snapshot about the manual process.
By default, WSL doesn’t support CentOS 9 Stream. We must install it manually. To get the list of supported distributions on Windows Subsystem for Linux, run:
In this post, we will demonstrate how to SSH into Bash and WSL2 on Windows from an external machine.
I’ve been using the following script, to bulk assign licenses to multiple users at once for years. Get-MsolUser -All -UnlicensedUsersOnly | ForEach-Object { Set-MsolUserLicense ` -UserPrincipalName $_.UserPrincipalName ` -AddLicenses 'M365t66166641:POWER_BI_STANDARD' } However, recently I am getting the following error, I’m…
For many admins, the use of Scopes is a new addition to Office 365 PowerShell. The Scopes parameter was introduced with the Microsoft Graph PowerShell API, but the concept of Scopes is actually part of the OAuth2 specification.
You might be curious about our preference for the Graph PowerShell SDK over other modules like Entra ID. Here’s why: The Graph PowerShell SDK serves as a robust interface for Microsoft Graph APIs, making the complete API suite accessible within…
We check the installed version of the Microsoft Graph PowerShell module on our computer. We’re using the v1 of Microsoft PowerShell SDK module.
In some cases, you no longer work with Microsoft Graph PowerShell and want to remove them from your computer completely. Or you want to uninstall the older versions of the module to install the latest version.
Running multiple instances of the same Linux distribution on Windows Subsystem for Linux (WSL) is possible and can be quite useful for testing, development, or isolating different environments.