Get-XlsReportQsoYearMode.dll-Help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-XlsReportQsoYearMode</command:name> <command:verb>Get</command:verb> <command:noun>XlsReportQsoYearMode</command:noun> <maml:description> <maml:para>Report summary QSO's by year and write it to a Excel file.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Report summary Year and summarized modes contacts and write it to a Excel file. First install the Module : Install-Module -Name ImportExcel Import-Module -Name ImportExcel -Force</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-XlsReportQsoYearMode</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues /> <maml:alertSet> <maml:alert /> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Get-XlsReportQsoYearMode -ExcelFile .\ReportQsoYearMode.xlsx</dev:code> <dev:remarks> <maml:para>Saves the report to a Excel file.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title> <dev:code>Get-XlsReportQsoYearMode -ExcelFile .\ReportQsoYearMode.xlsx -AutoOpen</dev:code> <dev:remarks> <maml:para>Saves the report to a Excel file and Opens Excel.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title> <dev:code>Get-XlsReportQsoYearMode -ExcelFile .\ReportQsoYearMode.xlsx -AutoOpen -StartDate 20180101 -EndDate 20190606</dev:code> <dev:remarks> <maml:para>Saves the report to a Excel file and Opens Excel.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>PA1REG HamRadioLibrary for PowerShell</maml:linkText> <maml:uri>https://github.com/PA1REG/HamRadioLibrary</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> </helpItems> |