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

Inbox Scripts #7

Open
nkasco opened this issue Mar 8, 2022 · 5 comments
Open

Inbox Scripts #7

nkasco opened this issue Mar 8, 2022 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@nkasco
Copy link
Owner

nkasco commented Mar 8, 2022

It would be great to ship with a base set of tools most users would find helpful. These can be new things or tools from the community that are listed on the PS Gallery.

These can be added to the Scripts XML and Categories XML as needed.

@nkasco nkasco added the help wanted Extra attention is needed label Mar 8, 2022
@belibug
Copy link
Collaborator

belibug commented Aug 23, 2022

This sounds like something I can help with in my spare time. Do you have any sample list of tools that would need to be added.

@nkasco
Copy link
Owner Author

nkasco commented Aug 23, 2022

This sounds like something I can help with in my spare time. Do you have any sample list of tools that would need to be added.

Totally up to you, things that would be helpful for IT Admins from Help Desk up to more engineering type roles. Ideally you'd want them to accept a -Machine parameter so that the UI can pass input without having to prompt the user again

@belibug
Copy link
Collaborator

belibug commented Aug 31, 2022

Hi nkasco, I was able to build the project and test the application. Amazing framework, I see lot of potential and use case for this tool.

Quick question though,
How do you pass machine name parameter to PowerShell script? This is what I have tried.

  1. Place script in script folder (right next to sample script that you have kept)
  2. Append scripts.xml with new script info.
    It does show up in the tool and works as expected.

But how do I pass the machine information (right top of the tool) info to PowerShell script. I logged all the args that are being sent to PowerShell script and it was empty, so its not sending that info at all?

@belibug
Copy link
Collaborator

belibug commented Aug 31, 2022

Hi nkasco, I was able to build the project and test the application. Amazing framework, I see lot of potential and use case for this tool.

Quick question though, How do you pass machine name parameter to PowerShell script? This is what I have tried.

  1. Place script in script folder (right next to sample script that you have kept)
  2. Append scripts.xml with new script info.
    It does show up in the tool and works as expected.

But how do I pass the machine information (right top of the tool) info to PowerShell script. I logged all the args that are being sent to PowerShell script and it was empty, so its not sending that info at all?

scratch that, I was able to get the machine info after entering the details again.

For any future reference, its just passed as unnamed parameter. Its comma separated single argument when its multi device entry.

@nkasco
Copy link
Owner Author

nkasco commented Aug 31, 2022

Hi nkasco, I was able to build the project and test the application. Amazing framework, I see lot of potential and use case for this tool.
Quick question though, How do you pass machine name parameter to PowerShell script? This is what I have tried.

  1. Place script in script folder (right next to sample script that you have kept)
  2. Append scripts.xml with new script info.
    It does show up in the tool and works as expected.

But how do I pass the machine information (right top of the tool) info to PowerShell script. I logged all the args that are being sent to PowerShell script and it was empty, so its not sending that info at all?

scratch that, I was able to get the machine info after entering the details again.

For any future reference, its just passed as unnamed parameter. Its comma separated single argument when its multi device entry.

Yep exactly, it doesn't have to be complex to be functional :)

@nkasco nkasco added enhancement New feature or request good first issue Good for newcomers labels Sep 4, 2022
Repository owner deleted a comment from IT-Immanent Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants