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

NO output from powershell when an argument value changes #31

Closed
dang-1234 opened this issue Aug 2, 2017 · 2 comments
Closed

NO output from powershell when an argument value changes #31

dang-1234 opened this issue Aug 2, 2017 · 2 comments
Assignees

Comments

@dang-1234
Copy link

Hello

I am trying to execute a simple get-aduser command and it works fine for most of the users.
But for some users the output is null.

When I log the command being invoked and execute from a standalone powershell it works just fine.

Thanks!

@dang-1234
Copy link
Author

Sample Output below:

As you can see for the userId 'goxxxid' I actually get results, but for the first ID 'prxxxxrp' it sends out null.
When I copy pase the commands (asterisked below) below in a powershell window, both of them return results.

[nodemon] restarting due to changes...
[nodemon] starting `node app.js`
NPS>  Process 2300 started

Running
NPS>  Command invoke started
******c:\temp\test.ps1 prxxxxrp memberof******
NPS>  Command invoke finished


[]
[nodemon] restarting due to changes...
[nodemon] starting `node app.js`
NPS>  Process 2856 started

Running
NPS>  Command invoke started
 ******c:\temp\test.ps1 gorxxxid memberof******
NPS>  Command invoke finished


{
    "memberof":  [

@rannn505 rannn505 self-assigned this Oct 26, 2017
@BenjaminMichael
Copy link

BenjaminMichael commented Oct 27, 2017

This may have been fixed in Issue #20 but it would help if you posted your JS

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

No branches or pull requests

3 participants