Note

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

Access to this page requires authorization. You can try .

RenameComputerChangeInfo 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 Rename-Computer cmdlet representing the status of the target machine.

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

Constructors

Name Description
RenameComputerChangeInfo()

Properties

Name Description
HasSucceeded

The status which shows the operation was success or failure.

NewComputerName

The NewComputerName which represents the target machine.

OldComputerName

The OldComputerName which represented the target machine.

Methods

Name Description
ToString()

Returns the string representation of this object.

Applies to