Show-ComputerManagement
SYNOPSIS
Opens the Computer Management of the system or remote system
SYNTAX
Show-ComputerManagement [[-ComputerName] <String[]>] [<CommonParameters>]
DESCRIPTION
Opens the Computer Management of the system or remote system
EXAMPLES
EXAMPLE 1
Show-ComputerManagement -ComputerName neptune
PARAMETERS
-ComputerName
Computer to Manage
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: $env:ComputerName
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.