-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- Ensure you write a short, descriptive title after [Bug] above.
- Make sure to search for any existing issues before filing a new one.
- Verify you are able to reproduce the issue with the latest released version
PSAppDeployToolkit.Tools version
Latest
PSAppDeployToolkit version
4.1.7
Describe the bug
I think that you accidentally forgot to convert "Path" and "Arguments" for the Execute-ProcessAsUser conversion.
Message : A parameter cannot be found that matches parameter name 'Path'.
FullyQualifiedErrorId : NamedParameterNotFound,Start-ADTProcessAsUser
The function was converted from Execute-ProcessAsUser to Start-ADTProcessAsUser but Path and Parameters stayed the same.
Steps to reproduce
- Convert any psadt 3 package with Execute-ProcessAsUser -Path $Path -Parameters $params
- See that the function Execute-ProcessAsUser was successfully converted but -Path and Parameters weren't converted to -Filepath and -ArgumentList
Environment data
-Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working