cmnetworkports.psd1

# Module manifest for module 'cmnetworkports'
# Generated by: David M. Stein
# Generated on: 8/25/2021

@{
RootModule = '.\CMNetworkPorts\cmnetworkports.psm1'
ModuleVersion = '0.1'
# CompatiblePSEditions = @()
GUID = '20333b9b-e5d5-4ae5-9866-79856814ba51'
Author = 'David M. Stein'
#CompanyName = ''
Copyright = '2021 Skatterbrainz Technologies Conglomerate'
Description = 'ConfigMgr Network Ports information'
PowerShellVersion = '5.1'
# PowerShellHostName = ''
PowerShellHostVersion = '5.1'
# DotNetFrameworkVersion = ''
# CLRVersion = ''
# ProcessorArchitecture = ''
# RequiredModules = @()
# RequiredAssemblies = @()
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()
FunctionsToExport = 'Get-CmSiteSystemPorts','Test-CmSiteSystemPorts'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
# DscResourcesToExport = @()
# ModuleList = @()
# FileList = @()
PrivateData = @{
    PSData = @{
        # Tags = @()
        # LicenseUri = ''
        # ProjectUri = ''
        # IconUri = ''
        # ReleaseNotes = ''
    } # End of PSData hashtable
} # End of PrivateData hashtable
# HelpInfoURI = ''
# DefaultCommandPrefix = ''
}