Is there a PowerShell documentation that specify all cmdlets and their outputs?

Hi,

I might missed it from Netwrix’s docs, but I’m looking for a full reference of all cmdlets that are available from SbPAM’s PowerShell module.

I know I can use Get-Help to see a basic explanation and example usage of a cmdlet, but it doesn’t show what are all the outputs an cmdlet or object can give.

The way I’m currently doing it is to run a command in a test activity and log the output to see what’s available.

Thanks.

Hi Ariel,

Welcome to the Netwrix Community! :waving_hand:

At this time, we do point users to Get-Help to review the available PowerShell functions. In the future we will add formal documentation for this.

What we do have is API documentation, and endpoints can be accessed via PowerShell in tandem with out PowerShell functions.

Here’s an example I posted using a combination of our PowerShell functions and API endpoints to update managed resource service accounts at scale.

I hope this helps! Many users have posted other examples of PowerShell scripts, so I recommend browsing Show & Tell.

- Dan

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.