File: C:/Windows/System32/WindowsPowerShell/v1.0/Modules/NetSwitchTeam/NetSwitchTeam.psd1
<#++
Copyright (c) Microsoft Corporation
Module Name:
NetSwitchTeam.psd1
Abstract:
This module is the container schema for the NetSwitchTeam* CIM object
CmdLets.
--#>
@{
GUID = 'E83097B1-4470-4F37-8CE3-A6B0AC5ED8F5'
Author = "Microsoft Corporation"
CompanyName = "Microsoft Corporation"
Copyright = "© Microsoft Corporation. All rights reserved."
HelpInfoUri = "https://aka.ms/winsvr-2022-pshelp"
ModuleVersion = '1.0.0.0'
PowerShellVersion = '5.1'
NestedModules = @(
'MSFT_NetSwitchTeam.cdxml',
'MSFT_NetSwitchTeamMember.cdxml'
)
FormatsToProcess = @(
'MSFT_NetSwitchTeam.format.ps1xml',
'MSFT_NetSwitchTeamMember.format.ps1xml'
)
FunctionsToExport = @(
'New-NetSwitchTeam',
'Remove-NetSwitchTeam',
'Get-NetSwitchTeam',
'Rename-NetSwitchTeam',
'Add-NetSwitchTeamMember',
'Remove-NetSwitchTeamMember',
'Get-NetSwitchTeamMember'
)
CmdletsToExport = @()
AliasesToExport = @()
CompatiblePSEditions = @('Desktop', 'Core')
}