Any success with PSAppDeployToolkit.Tools on Windows 11?

I can’t even start to install them.

I followed the instructions , but i ran into many errors:

I tried other things after this, but it just gets worse.

Do the PSAppDeployToolkit.Tools only work on Windows 10?

That shouldn’t be a problem, but I also needed some time.
This is how I proceed:

  1. Windows terminal (Admin)
  2. Set-ExecutionPolicy Unrestricted
  3. Install-Module PowerShellGet -Force -Scope CurrentUser -AllowClobber
  4. Exit Windows terminal!
  5. Start Windows terminal again
  6. Install-Module PSAppDeployToolkit.Tools -Scope CurrentUser -AllowPreRelease

Hope that help you.

Thank you this worked.

Alas these tools are not what I needed.
I was hoping it would do a search for v3 commands and replace with v4 commands for my many custom functions.

I will now create a dumb script that will implement what this table shows.
It will only do commands. (no parameters)

If anybody is interested I’ll post it here.