WhatsNew.dll-Help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <!-- Cmdlet: Export-BinaryCmdletAliases --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Export-BinaryCmdletAliases</command:name> <command:verb>Export</command:verb> <command:noun>BinaryCmdletAliases</command:noun> <maml:description> <maml:para>Extracts cmdlet aliases from a given module.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns a list of all cmdlet aliases contained within a specified binary cmdlet module.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Export-BinaryCmdletAliases</maml:name> <!-- Parameter: ModuleInfo --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>ModuleInfo</maml:name> <maml:description> <maml:para>The PSModuleInfo from which to extract cmdlet names</maml:para> </maml:description> <command:parameterValue required="true">PSModuleInfo</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSModuleInfo</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: ModuleInfo --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>ModuleInfo</maml:name> <maml:description> <maml:para>The PSModuleInfo from which to extract cmdlet names</maml:para> </maml:description> <command:parameterValue required="true">PSModuleInfo</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSModuleInfo</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Management.Automation.PSModuleInfo</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>The PSModuleInfo from which to extract cmdlet names</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Online help.</maml:linkText> <maml:uri>https://github.com/refactorsaurusrex/whats-new/wiki/Cmdlet-and-Function-Overview#export-binarycmdletaliases</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Export-BinaryCmdletNames --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Export-BinaryCmdletNames</command:name> <command:verb>Export</command:verb> <command:noun>BinaryCmdletNames</command:noun> <maml:description> <maml:para>Extracts cmdlet names from a given module.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns a list of all cmdlet names contained within a specified binary cmdlet module.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Export-BinaryCmdletNames</maml:name> <!-- Parameter: ModuleInfo --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>ModuleInfo</maml:name> <maml:description> <maml:para>The PSModuleInfo from which to extract cmdlet names</maml:para> </maml:description> <command:parameterValue required="true">PSModuleInfo</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSModuleInfo</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: ModuleInfo --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>ModuleInfo</maml:name> <maml:description> <maml:para>The PSModuleInfo from which to extract cmdlet names</maml:para> </maml:description> <command:parameterValue required="true">PSModuleInfo</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.PSModuleInfo</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Management.Automation.PSModuleInfo</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>The PSModuleInfo from which to extract cmdlet names</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Online help.</maml:linkText> <maml:uri>https://github.com/refactorsaurusrex/whats-new/wiki/Cmdlet-and-Function-Overview#export-binarycmdletnames</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Export-PSScriptAliases --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Export-PSScriptAliases</command:name> <command:verb>Export</command:verb> <command:noun>PSScriptAliases</command:noun> <maml:description> <maml:para>Extracts aliases from a given PowerShell script.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns a list of all aliases contained within a specified PowerShell script.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Export-PSScriptAliases</maml:name> <!-- Parameter: ScriptFile --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>ScriptFile</maml:name> <maml:description> <maml:para>The PowerShell script file from which to extract all function names.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: ScriptFile --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>ScriptFile</maml:name> <maml:description> <maml:para>The PowerShell script file from which to extract all function names.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>The PowerShell script file from which to extract all function names.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Online help.</maml:linkText> <maml:uri>https://github.com/refactorsaurusrex/whats-new/wiki/Cmdlet-and-Function-Overview#export-psscriptaliases</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Export-PSScriptFunctionNames --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Export-PSScriptFunctionNames</command:name> <command:verb>Export</command:verb> <command:noun>PSScriptFunctionNames</command:noun> <maml:description> <maml:para>Extracts function names from a given PowerShell script.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns a list of all function names contained within a specified PowerShell script.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Export-PSScriptFunctionNames</maml:name> <!-- Parameter: ScriptFile --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>ScriptFile</maml:name> <maml:description> <maml:para>The PowerShell script file from which to extract all function names.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: ScriptFile --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named"> <maml:name>ScriptFile</maml:name> <maml:description> <maml:para>The PowerShell script file from which to extract all function names.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>The PowerShell script file from which to extract all function names.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Online help.</maml:linkText> <maml:uri>https://github.com/refactorsaurusrex/whats-new/wiki/Cmdlet-and-Function-Overview#export-psscriptfunctionnames</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> </helpItems> |