| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/System32/WindowsPowerShell/v1.0/Modules/NetworkSwitchManager/ |
Upload File : |
###########################################################################
# #
# Module Name: NetworkSwitchManager.psd1 #
# #
# Description: Network switch manager module manifest file #
# #
# Copyright (c) Microsoft Corporation. All rights reserved. #
# #
###########################################################################
@{
GUID = '53B60D16-69AD-4453-BF41-83EFA5AC35B8'
Author = "Microsoft Corporation"
CompanyName = "Microsoft"
Copyright = "© Microsoft. All rights reserved."
HelpInfoUri = "http://go.microsoft.com/fwlink/?linkid=216365"
ModuleVersion = '1.0.0.0'
NestedModules=@("NetworkSwitchConfiguration.psm1", "NetworkSwitchEthernetPort.psm1", "NetworkSwitchFeature.psm1", "NetworkSwitchGlobalSettingData.psm1", "NetworkSwitchVlan.psm1")
AliasesToExport = @()
FunctionsToExport = @(
'Disable-NetworkSwitchEthernetPort',
'Enable-NetworkSwitchEthernetPort',
'Get-NetworkSwitchEthernetPort',
'Remove-NetworkSwitchEthernetPortIPAddress',
'Set-NetworkSwitchEthernetPortIPAddress',
'Set-NetworkSwitchPortMode',
'Set-NetworkSwitchPortProperty',
'Disable-NetworkSwitchFeature',
'Enable-NetworkSwitchFeature',
'Get-NetworkSwitchFeature',
'Disable-NetworkSwitchVlan',
'Enable-NetworkSwitchVlan',
'Get-NetworkSwitchVlan',
'New-NetworkSwitchVlan',
'Remove-NetworkSwitchVlan',
'Set-NetworkSwitchVlanProperty',
'Get-NetworkSwitchGlobalData',
'Save-NetworkSwitchConfiguration',
'Restore-NetworkSwitchConfiguration'
)
PowerShellVersion = '5.1'
TypesToProcess = @('NetworkSwitchManager.types.ps1xml')
FormatsToProcess = @('NetworkSwitchManager.format.ps1xml')
CompatiblePSEditions = @('Desktop','Core')
}