Read-SCVMMManagedComputer

Read-SCVMMManagedComputer

Refreshes a computer that is managed by VMM.

Syntax

Parameter Set: Default
Read-SCVMMManagedComputer [-VMMManagedComputer] <VMMManagedComputer> [-JobVariable <String> ] [-PROTipID <Guid]> ] [-RunAsynchronously] [ <CommonParameters>]

Detailed Description

The Read-SCVMMManagedComputer cmdlet refreshes computers managed by Virtual Machine Manager (VMM).

Parameters

-JobVariable<String>

Specifies that job progress is tracked and stored in the variable named by this parameter.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-PROTipID<Guid]>

Specifies the ID of the Performance and Resource Optimization tip (PRO tip) that triggered this action. This parameter lets you audit PRO tips.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-RunAsynchronously

Indicates that the job runs asynchronously so that control returns to the command shell immediately.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-VMMManagedComputer<VMMManagedComputer>

Specifies a computer object that is managed by VMM.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • VMMManagedComputer

Examples

Example 1: Refresh a managed computer object

This command gets the computer object named SPF.Contoso.com, and then uses the pipeline operator to pass the object to Read-SCVMMManagedComputer. That cmdlet refreshes the computer.

PS C:\> Get-SCVMMManagedComputer -ComputerName "SPF.Contoso.com" | Read-SCVMMManagedComputer

Add-SCVMMManagedComputer

Get-SCVMMManagedComputer

Register-SCVMMManagedComputer

Remove-SCVMMManagedComputer

Set-SCVMMManagedComputer

Update-SCVMMManagedComputer