This cmdlet is part of the Vexasoft Cmdlet Library. You can download it now or click here to find out more.
Get-VexasoftCommand
Synopsis
Lists the Vexasoft Cmdlets loaded in the current session.Syntax
- Get-VexasoftCommand [-Name] [-Intro] [-NoUpdate]
Description
The Get-VexasoftCommand cmdlet returns a list of the Vexasoft Cmdlets loaded in the current session.Parameters
- Name The name of a specific cmdlet to return.
- Intro For use with the Cmdlet Library shortcuts. Wraps the output in introductory text and triggers an automatic update if the update manager is available.
- NoUpdate Skip any attempt to update the Vexasoft Cmdlets that may be triggered by this cmdlet.
Inputs
Get-VexasoftCommand does not accept any inputs.Outputs
Get-VexasoftCommand outputs a Vexasoft.VexasoftCmdlet object for each of the Vexasoft cmdlets loaded in the current session.Notes
There are no notes associated with this cmdlet.Example 1
This command will retrieve all of the Vexasoft cmdlets loaded in the current session:C:\PS>Get-VexasoftCommand
Example 2
This command will retrieve all of the Vexasoft cmdlets related to the management of network adapters:C:\PS>Get-VexasoftCommand -Name *NetworkAdapter*