# # Module manifest for module 'IntelNetCmdlets' # @{ ScriptsToProcess='IntelNetCmdLets.ps1' ProcessorArchitecture='Amd64' # Script module or binary module file ModuletoProcess = 'IntelNetCmdlets.dll' # Version number of this module. ModuleVersion = '19.1.43.0' Author = 'Network Division' CompanyName = 'Intel' Copyright = 'Copyright(c) 2013 Intel Corporation. All rights reserved.' Description = 'Intel(R) PROSet for Windows PowerShell* software' PowerShellVersion = '3.0' # Format files to be loaded when importing FormatsToProcess = @("IntelNetCmdlets.format.ps1xml") FunctionsToExport = '*' CmdletsToExport = 'Get-IntelNetAdapter','Get-IntelNetAdapterProfileSettings','Get-IntelNetAdapterSetting','Set-IntelNetAdapterSetting','Add-IntelNetTeamMember','Get-IntelNetTeam','Get-IntelNetTeamSetting','New-IntelNetTeam','Remove-IntelNetTeam','Remove-IntelNetTeamMember','Set-IntelNetTeam','Set-IntelNetTeamSetting','Add-IntelNetVLAN','Get-IntelNetVLAN','Get-IntelNetVLANJumboPacket','Remove-IntelNetVLAN','Set-IntelNetVLAN','Set-IntelNetVLANJumboPacket' VariablesToExport = '*' AliasesToExport = '*' }