-
## List the pending/missing Windows updates.
```ps1
$UpdateSession = New-Object -ComObject Microsoft.Update.Session
$UpdateSearcher = $UpdateSession.CreateupdateSearcher()
$Updates = @($UpdateSe…
-
# CoinMarketCap PowerShell module - LazyWinAdmin
I recently developed an interest for cryptocurrencies. I created a PowerShell module to interact with CoinMarketCap, a website where you can explore c…
-
### Comment:
I have usually used anaconda before that provides "Anaconda Powershell Prompt" running a console corresponding to an environment where I could use `conda` commands. But I have found only…
-
**Is your feature request related to a problem? Please describe.**
Opening a new notebook and selecting the PowerShell Kernel it is only utilizing Windows PowerShell for output within the notebook.
…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the existi…
-
### I have done the following steps before reporting this issue:
- [x] I have searched the existing issues
- [X] I have read the FAQ in the help doc
### Operating system/version
Windows 11
### GUI…
-
When I set `$env:MCFLY_KEY_SCHEME="vim"` in my Powershell profile (aka "config file"), `mcfly` fails to start on the first few tries, and then it duplicates every key press (i.e. typing "a" results in…
-
This issue was raised on the docs. https://github.com/MicrosoftDocs/windows-uwp/issues/2474
# Description of the new feature/enhancement
I am having problems installing applications where the nam…
-
When attempting to connect to the PowerArubaCL using the "Connect-ArubaCL" command, I'm immediately prompted with Powershell credentials. Where are these created? I've used my Aruba Central credenti…
-
Discord bot is not coming online or generating channels, all intents are on and I checked every other bug report with the same issue and none of their fixes worked for me.
I ran the exe I just comp…