Get-Network
Switch
Global
Data
Syntax
Get-NetworkSwitchGlobalData
[-CimSession] <CimSession>
[<CommonParameters>]
Description
The Get-NetworkSwitchGlobalData cmdlet gets global data of a network switch.
Examples
Example 1: Get global data
PS C:\>$Session = New-CimSession -ComputerName "NetworkSwitch08"
PS C:\> Get-NetworkSwitchGlobalData -CimSession $Session
The first command creates a
CimSession
for a network switch, and then stores it in the
$Session
variable.
For more information about
CimSession
objects, type
Get-Help New-CimSession
.
The second command gets global data for the network switch NetworkSwitch08 by using the $Session object.
Required Parameters
Specifies the
CimSession
that this cmdlet uses to connect to the network switch.
For more information about
CimSession
objects, type
Get-Help New-CimSession
.
Type: | CimSession |
Position: | 0 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
CimInstance
This cmdlet returns the globalData of the network switch as CimInstance object.