Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ComputerChangeInfo Class

Definition

Namespace:
Microsoft.PowerShell.Commands
Assembly:
Microsoft.PowerShell.Commands.Management.dll
Package:
Microsoft.PowerShell.5.1.ReferenceAssemblies v1.0.0

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The object returned by SAM Computer cmdlets representing the status of the target machine.

public ref class ComputerChangeInfo sealed
public ref class ComputerChangeInfo sealed
class ComputerChangeInfo sealed
public sealed class ComputerChangeInfo
type ComputerChangeInfo = class
Public NotInheritable Class ComputerChangeInfo
Inheritance
ComputerChangeInfo

Constructors

Name Description
ComputerChangeInfo()

Properties

Name Description
ComputerName

The ComputerName on which the operation is done.

HasSucceeded

The HasSuceeded which shows the operation was success or not

Methods

Name Description
ToString()

Returns the string representation of this object.

Applies to