/
sawfriendship
/
PowerShellGallery
Обзор
Документация
Войти
/
sawfriendship
/
PowerShellGallery
Код
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
Modules/IPNetCalc/IPNetCalc.psd1
16 строк
574 B
saw-friendship
linter
24 мар 2026, 09:17
24 мар 2026, 09:17
69ef71a
Код
Авторство
О чём код?
@{ RootModule = 'IPNetCalc.psm1' ModuleVersion = '1.1.11' GUID = '3f1cbe7f-aede-4855-a0d0-f80cf13aca97' Author = 'saw-friendship' CompanyName = 'Unknown' Copyright = '(c) saw-friendship. All rights reserved.' Description = 'calculation of an ip network based on the powershell class' FormatsToProcess = 'IPNetCalc.ps1xml' ScriptsToProcess = @( 'IPNetCalc.ps1' ) FunctionsToExport = @( 'Get-IPv4Network' ) CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = @( 'ipcalc' ) PrivateData = @{ PSData = @{} } }