diff --git a/docs/System/Management/Automation/PSModuleInfo/FindExtensions.md b/docs/System/Management/Automation/PSModuleInfo/FindExtensions.md new file mode 100644 index 000000000..65afcd622 --- /dev/null +++ b/docs/System/Management/Automation/PSModuleInfo/FindExtensions.md @@ -0,0 +1,32 @@ +System.Management.Automation.PSModuleInfo.FindExtensions() +---------------------------------------------------------- + + + + +### Synopsis +Finds extensions for a module + + + +--- + + +### Description + +Finds extended commands for a module. + + + +--- + + +### Examples +> EXAMPLE 1 + +```PowerShell +(Get-Module PipeScript).FindExtensions((Get-Module PipeScript | Split-Path)) +``` + + +---