Skip to content

Conversation

@Karl-WE
Copy link
Contributor

@Karl-WE Karl-WE commented Sep 2, 2025

removing nuget according to learn.microsoft.com

replacing nuget with PowerShellGet according to learn.microsoft.com
@Karl-WE Karl-WE changed the title Update readme.md Update readme.md - replace nuget with PowerShellGet Sep 2, 2025
removed packageprovider
#install modules (Not needed with latest media
<#
Invoke-Command -ComputerName $Servers -Scriptblock {
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

according to docs this seems to be part of the ISO. I have tested this and it seems in fact not required anymore in 2507 and 2508

@Karl-WE Karl-WE changed the title Update readme.md - replace nuget with PowerShellGet Update readme.md - removing nuget from procedere Sep 2, 2025
missed to remove one instance of nuget
@Karl-WE
Copy link
Contributor Author

Karl-WE commented Nov 23, 2025

@jaromirk can you have a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant