ConfigurationSet.WindowsRemoteManagement Property

 

Gets or sets a WindowsRemoteManagementSettings object that configures the Windows Remote Management service on the Virtual Machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public WindowsRemoteManagementSettings WindowsRemoteManagement { get; set; }
public:
property WindowsRemoteManagementSettings^ WindowsRemoteManagement {
    WindowsRemoteManagementSettings^ get();
    void set(WindowsRemoteManagementSettings^ value);
}
member WindowsRemoteManagement : WindowsRemoteManagementSettings with get, set
Public Property WindowsRemoteManagement As WindowsRemoteManagementSettings

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.WindowsRemoteManagementSettings

A WindowsRemoteManagementSettings object.

Remarks

By setting this property, you enable remote Windows PowerShell.

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top