CISPowerShell.psd1
# Custom Information Services PowerShell Module # Alex Sparkman # 20170227 @{ RootModule = 'CISPowerShell' ModuleVersion = '1.7.1' GUID = '466261d7-af55-4f39-b887-75378362a7aa' Author = 'Alex Sparkman' CompanyName = 'Custom Information Services' Copyright = '(c) 2017 Custom Information Services. All rights reserved.' Description = 'CIS PowerShell Module' PowerShellVersion = '4.0' FunctionsToExport = 'Save-Putty','Get-PublicIP','Set-PowerShellDefaultShell','Get-UpTime','New-KaseyaShortcut','Save-PortalConnect' CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('CIS','CustomInformationServices','CustomIS') LicenseUri = 'https://github.com/doomjaw87/CISPowerShell/blob/master/License' ProjectUri = 'https://github.com/doomjaw87/CISPowerShell' IconUri = 'https://github.com/doomjaw87/CISPowerShell/blob/master/CISPowerShell_ico.ico?raw=true' ReleaseNotes = 'CISPowerShell - 20170307 - Changed WindowStyle to minimized for Kaseya/Portal connection functions - 20170307 - Renamed Download-Putty to Save-Putty - 20170307 - Added New-PortalShortcut function! - 20170306 - Added New-KaseyaShortcut function! - 20170301 - Added Get-Uptime function - 20170228 - Added Set-PowerShellDefaultShell function - 20170227 - Added Download-Putty and Get-PublicIP functions - 20170227 - Initial commit' } } } |