Thomas Nieto

Results 161 comments of Thomas Nieto

You can get the parameter attributes by using `Get-Command`. Here is an example getting the `ValidValues` property of the `ValidateSetAttribute` for the `Get-Help -Category` parameter. ```powershell (Get-Command Get-Help).Parameters['Category'].Attributes | ?...

@sdwheeler maybe, I'm currently working through this at the moment with my project.

There is the [nxtools](https://www.powershellgallery.com/packages/nxtools/1.1.0) module that has wrappers for common Linux utilities.

@sdwheeler can this issue be closed since the documentation was updated?

@PaulHigin with Secrets Management module using Cryptography APIs cross-platform in .NET does this now allow PowerShell to check for script signatures on non-Windows?

Can we take a look at this issue again to get signing/validation on non-Windows? I saw this module has been published that validates signatures so it should be possible now...