Get-VMSwitchExtensionSwitchData
Gets the status of a virtual switch extension feature applied on a virtual switch.
Syntax
Get-VMSwitchExtensionSwitchData
[-FeatureName <String[]>]
[-FeatureId <Guid[]>]
[-Extension <VMSwitchExtension[]>]
[-ExtensionName <String[]>]
[-ComputerName <String[]>]
[-SwitchName] <String[]>
[-Passthru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Get-VMSwitchExtensionSwitchData
[-FeatureName <String[]>]
[-FeatureId <Guid[]>]
[-Extension <VMSwitchExtension[]>]
[-ExtensionName <String[]>]
[-VMSwitch] <VMSwitch[]>
[-Passthru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Get-VMSwitchExtensionSwitchData cmdlet gets the status of a virtual switch extension applied on a virtual switch. This switch feature data surfaces runtime information and statistics on a per-switch basis.
Examples
Example 1
PS C:\>Get-VMSwitchExtensionSwitchData External -FeatureId 1c37e01c-0cd6-496f-9076-90c131033dc2
Gets the switch data from a virtual switch extension that is configured on virtual switch External.
Parameters
-ComputerName
Specifies one or more Hyper-V hosts on which the status of a virtual switch extension is to be retrieved. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer - use "localhost" or a dot (".") to specify the local computer explicitly.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Extension
Specifies the virtual switch extension for which status is to be retrieved.
Type: | VMSwitchExtension[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ExtensionName
Specifies the name of the virtual switch extension for which status is to be retrieved.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FeatureId
Specifies the unique identifier of a feature supported by the virtual switch extension.
Type: | Guid[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FeatureName
Specifies the name of a feature supported by the virtual switch extension.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Passthru
Specifies that an Microsoft.HyperV.PowerShell.VMSwitchExtensionSwitchData object is to be passed through to the pipeline representing the virtual switch extension status.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SwitchName
Specifies the name of the virtual switch.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-VMSwitch
Specifies the virtual switch.
Type: | VMSwitch[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |