IPNetCalc.psd1
|
# # �������� ������ ��� ������ "IPNetCalc". # # �������: saw-friendship # # ���� ��������: 26.11.2025 # @{ # ���� ������ �������� ��� ��������� ������, ��������� � ���� ����������. RootModule = 'IPNetCalc.psm1' # ����� ������ ������� ������. ModuleVersion = '1.0.2' # �������������� ������� PSEditions # CompatiblePSEditions = @() # ���������� ������������� ������� ������ GUID = '3f1cbe7f-aede-4855-a0d0-f80cf13aca97' # ����� ������� ������ Author = 'saw-friendship' # Company or vendor of this module CompanyName = 'Unknown' # ��������� �� ��������� ������ �� ������ Copyright = '(c) saw-friendship. All rights reserved.' # �������� ������� ������� ������ Description = 'calculation of an ip network based on the powershell class' # ����������� ����� ������ ����������� Windows PowerShell, ����������� ��� ������ ������� ������ # PowerShellVersion = '' # ��� ���� Windows PowerShell, ������������ ��� ������ ������� ������ # PowerShellHostName = '' # ����������� ����� ������ ���� Windows PowerShell, ����������� ��� ������ ������� ������ # PowerShellHostVersion = '' # ����������� ����� ������ Microsoft .NET Framework, ����������� ��� ������� ������. ��� ������������ ���������� ������������� ������ ��� ������� PowerShell, ���������������� ��� �����������. # DotNetFrameworkVersion = '' # ����������� ����� ������ ����� CLR (������������ ����� ����������), ����������� ��� ������ ������� ������. ��� ������������ ���������� ������������� ������ ��� ������� PowerShell, ���������������� ��� �����������. # CLRVersion = '' # ����������� ���������� (���, X86, AMD64), ����������� ��� ����� ������ # ProcessorArchitecture = '' # ������, ������� ���������� ������������� � ���������� ����� ����� ��������������� ������� ������ # RequiredModules = @() # ������, ������� ������ ���� ��������� ����� ��������������� ������� ������ # RequiredAssemblies = @() # ����� �������� (PS1), ������� ����������� � ����� ���������� ������� ����� �������� ������� ������. # ScriptsToProcess = @() # ����� ���� (.ps1xml), ������� ����������� ��� ������� ������� ������ # TypesToProcess = @() # ����� ������� (PS1XML-�����), ������� ����������� ��� ������� ������� ������ # FormatsToProcess = @() # ������ ��� ������� � �������� ��������� ������� ������, ���������� � ��������� RootModule/ModuleToProcess NestedModules = @('IPNetCalc.ps1') # � ����� ����������� ����������� ������������������ ������� ��� �������� �� ����� ������ �� ���������� �������������� ����� � �� ������� ������. ����������� ������ ������, ���� ��� ������� ��� ��������. FunctionsToExport = 'Get-IPv4Network' # � ����� ����������� ����������� ������������������ ���������� ��� �������� �� ����� ������ �� ���������� �������������� ����� � �� ������� ������. ����������� ������ ������, ���� ��� ����������� ��� ��������. CmdletsToExport = '*' # ���������� ��� �������� �� ������� ������ VariablesToExport = '*' # � ����� ����������� ����������� ������������������ ���������� ��� �������� �� ����� ������ �� ���������� �������������� ����� � �� ������� ������. ����������� ������ ������, ���� ��� ����������� ��� ��������. AliasesToExport = '*' # ������� DSC ��� �������� �� ����� ������ # DscResourcesToExport = @() # ������ ���� �������, �������� � ����� ������� ������ # ModuleList = @() # ������ ���� ������, �������� � ����� ������� ������ # FileList = @() # ������ ������ ��� �������� � ������, ��������� � ��������� RootModule/ModuleToProcess. �� ����� ����� ��������� ���-������� PSData � ��������������� ����������� ������, ������� ������������ � PowerShell. PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. # Tags = @() # A URL to the license for this module. # LicenseUri = '' # A URL to the main website for this project. # ProjectUri = '' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module # ReleaseNotes = '' # Prerelease string of this module # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false # External dependent modules of this module # ExternalModuleDependencies = @() } # End of PSData hashtable } # End of PrivateData hashtable # ��� URI ��� HelpInfo ������� ������ # HelpInfoURI = '' # ������� �� ��������� ��� ������, ���������������� �� ����� ������. �������������� ������� �� ��������� � ������� ������� Import-Module -Prefix. # DefaultCommandPrefix = '' } |