-
## Erroneous Behavior
```
❯ topgrade --no-retry --cleanup --yes --only 'powershell'
── 12:05:24 - Powershell Modules Update ────────────────────────────────────────
Updating modules...
…
-
```powershell
$psversiontable
Name Value
---- -----
PSVersion 5.1.18356.1
PSEdition Desktop
PSComp…
-
Wow, check this out. It's possible I'm doing things wrong but wow is this complicated.
```
PS C:\WINDOWS\system32> install-module -name PowerShellGet -Force
WARNING: The version '1.1.7.0' of modu…
-
Hey,
Found this today but a bit confused as to what it's for. Doesn't it replicate the functionality already available in the built-in PackageManagement DSC module?
https://docs.microsoft.com/en…
-
(Was told to move my issue here)
I have installed 6.1.1 x64 and x86 msi on a fresh install of Windows 10 1803. The installation process was ok, no errors. I opened the x64 version and ran Get-Package…
-
It would be great if there was a way to register a PSRepository on the system-wide level, so that if configured once, it would work for all the users on a particular system.
## Expected Behavior
`…
-
### Type of issue
Other (describe below)
### Feedback
These instructions do not work on a windows 2016 server standard edition x64 Desktop Experience. You get a get-packageprovider -listavailable …
-
### Description of the issue
I am running the latest M365 DSC in an Azure Automation to run an export using a managed ID. This worked early last week but appeared to break after updating to 1.23.110…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
I am unable to install Azu…
-
Hello
I tried to run ARI in a run book on Azure Automation where I have other runbooks working. Followed the steps to configure a runtime, added needed modules etc.
Runbook it's just one line
Invoke…