Cofl.Util.psd1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
@{ RootModule = 'Cofl.Util.psm1' ModuleVersion = '1.4.0' GUID = 'daa1909e-262f-43d8-9c1d-3df6015d0415' Author = 'Christian LaCourt <cllacour@mtu.edu>' Description = 'Util functions' FunctionsToExport = @( 'Get-DailyWeather' 'Get-GeoLocation' 'Get-OrdinalNumber' 'Get-Weather' 'Invoke-DelayedTask' 'Invoke-Ditty' 'Invoke-Speech' 'Read-MultiData' 'Read-MultiDataSequential' 'Select-Property' ) CmdletsToExport = @( 'ConvertTo-EncodedString' 'ConvertFrom-EncodedString' 'Get-FilteredChildItem' # menu cmdlets 'Invoke-Menu' 'New-Menu' 'New-MenuDelayedTask' 'New-MenuFunction' 'New-MenuText' ) } |