Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-PSUJob does not work via pipeline in integrated mode #854

Closed
adamdriscoll opened this issue Jan 18, 2022 · 1 comment
Closed

Get-PSUJob does not work via pipeline in integrated mode #854

adamdriscoll opened this issue Jan 18, 2022 · 1 comment
Labels
bug Something isn't working completed The issue has been completed but is not yet released. PowerShell Universal Issue relates to PowerShell Universal.

Comments

@adamdriscoll
Copy link
Member

Steps to Reproduce

https://forums.ironmansoftware.com/t/get-psujob-integrated/6468

Expected behavior

Should return job: 

Get-PSUScript -Name 'Get-T1StaffLeave.ps1' -Integrated | Get-PSUJob -OrderDirection Descending -First 1 -Integrated

Actual behavior

Returns NotImplementedException 

Get-PSUScript -Name 'Get-T1StaffLeave.ps1' -Integrated | Get-PSUJob -OrderDirection Descending -First 1 -Integrated

Environment data

PSU 2.7.1

Visuals

No response

@adamdriscoll adamdriscoll added bug Something isn't working PowerShell Universal Issue relates to PowerShell Universal. labels Jan 18, 2022
@adamdriscoll
Copy link
Member Author

This issue has been mentioned on Ironman Software Forums. There might be relevant details there:

https://forums.ironmansoftware.com/t/get-psujob-integrated/6468/2

@adamdriscoll adamdriscoll added the completed The issue has been completed but is not yet released. label Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completed The issue has been completed but is not yet released. PowerShell Universal Issue relates to PowerShell Universal.
Projects
None yet
Development

No branches or pull requests

1 participant