| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 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/NetSwitchTeam/ |
Upload File : |
<#++
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://go.microsoft.com/fwlink/?linkid=285556"
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')
}