Skip to content

Get SdnVMNetworkAdapterPortProfile

Adam Rudell edited this page May 21, 2025 · 4 revisions

Get-SdnVMNetworkAdapterPortProfile

SYNOPSIS

Retrieves the port profile applied to the virtual machine network interfaces.

SYNTAX

VM

Get-SdnVMNetworkAdapterPortProfile -VMName <String> [-Name <String>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Management

Get-SdnVMNetworkAdapterPortProfile [-Name <String>] [-ManagementOS] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

All

Get-SdnVMNetworkAdapterPortProfile [-All] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnVMNetworkAdapterPortProfile -VMName 'VM01'

EXAMPLE 2

Get-SdnVMNetworkAdapterPortProfile -All

PARAMETERS

-VMName

Specifies the name of the virtual machine to be retrieved.

Type: String
Parameter Sets: VM
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

{{ Fill Name Description }}

Type: String
Parameter Sets: VM, Management
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-All

Switch to indicate to get all the virtual machines network interfaces on the hypervisor host.

Type: SwitchParameter
Parameter Sets: All
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ManagementOS

When true, displays Port Profiles of Host VNics. Otherwise displays Port Profiles of Vm VNics.

Type: SwitchParameter
Parameter Sets: Management
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally