Remote Desktop Manager 2.7 Microsoft



-->

Microsoft.NET Framework 4.7.2; 1 Ghz processor; 512MB RAM; 1024 x 768 screen resolution; 500+ MB hard drive space; 64-bit Support. Remote Desktop Manager is compatible with all 64-bit versions of Windows, starting with Windows 7 SP1. Terminal Services and Thin Client Support. Remote Desktop Manager can be installed on a Terminal Server machine.

Retrieves information about the run-time state of a virtual machine.

URI Parameters

NameInRequiredTypeDescription
path True
  • string

The name of the resource group.

subscriptionId
path True
  • string

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

path True
  • string

The name of the virtual machine.

api-version
query True
  • string

Client Api Version.

  1. Remote Desktop Manager Free 2021.1.23.0 Organize all your remote connections, manage passwords and usernames, and use the built-in network. Apr 16th 2021, 15:22 GMT.
  2. Microsoft SQL Server 2014 Express is a powerful and reliable free data management system that delivers a rich and reliable data store for lightweight Web Sites and desktop applications. Remote Desktop Connection Manager 2.7. RDCMan manages multiple remote desktop connections.
  3. This video explains not to configure Microsoft's Remote Desktop Connection Manager (RDCMan) for use in connecting to Azure Virtual Machines.

Responses

NameTypeDescription
200 OK

OK

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

NameDescription
user_impersonation impersonate your user account

Examples

Get instance view of a virtual machine placed on a dedicated host group through automatic placement.
Get Virtual Machine Instance View.

Get instance view of a virtual machine placed on a dedicated host group through automatic placement.

Sample Response

Get Virtual Machine Instance View.

Sample Response

Definitions

ApiError

Api error.

ApiErrorBase

Api error base.

AvailablePatchSummary

Describes the properties of an virtual machine instance view for available patch summary.

BootDiagnosticsInstanceView

The instance view of a virtual machine boot diagnostics.

DiskEncryptionSettings

Describes a Encryption Settings for a Disk

DiskInstanceView

The instance view of the disk.

HyperVGenerationType

Specifies the HyperVGeneration Type

InnerError

Inner error details.

InstanceViewStatus

Instance view status.

KeyVaultKeyReference

Describes a reference to Key Vault Key

KeyVaultSecretReference

Describes a reference to Key Vault Secret

LastPatchInstallationSummary

Describes the properties of the last installed patch summary.

MaintenanceOperationResultCodeTypes

The Last Maintenance Operation Result Code.

MaintenanceRedeployStatus

Maintenance Operation Status.

PatchOperationStatus

The overall success or failure status of the operation. It remains 'InProgress' until the operation completes. At that point it will become 'Unknown', 'Failed', 'Succeeded', or 'CompletedWithWarnings.'

StatusLevelTypes

The level code.

SubResource
VirtualMachineAgentInstanceView

The instance view of the VM Agent running on the virtual machine.

VirtualMachineExtensionHandlerInstanceView

The instance view of a virtual machine extension handler.

VirtualMachineExtensionInstanceView

The instance view of a virtual machine extension.

VirtualMachineHealthStatus

The health status of the VM.

VirtualMachineInstanceView

The instance view of a virtual machine.

VirtualMachinePatchStatus

The status of virtual machine patch operations.

ApiError

Api error.

NameTypeDescription
code
  • string

The error code.

details
  • ApiErrorBase[]

The Api error details

innererror

The Api inner error

message
  • string

The error message.

target
  • string

The target of the particular error.

ApiErrorBase

Api error base.

NameTypeDescription
code
  • string

The error code.

message
  • string

The error message.

target
  • string

The target of the particular error.

AvailablePatchSummary

Describes the properties of an virtual machine instance view for available patch summary.

NameTypeDescription
assessmentActivityId
  • string

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.

criticalAndSecurityPatchCount
  • integer

The number of critical or security patches that have been detected as available and not yet installed.

error

The errors that were encountered during execution of the operation. The details array contains the list of them.

lastModifiedTime
  • string

The UTC timestamp when the operation began.

otherPatchCount
  • integer

The number of all available patches excluding critical and security.

rebootPending
  • boolean

The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.

startTime
  • string

The UTC timestamp when the operation began.

status

The overall success or failure status of the operation. It remains 'InProgress' until the operation completes. At that point it will become 'Unknown', 'Failed', 'Succeeded', or 'CompletedWithWarnings.'

BootDiagnosticsInstanceView

The instance view of a virtual machine boot diagnostics.

NameTypeDescription
consoleScreenshotBlobUri
  • string

The console screenshot blob URI.
NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

serialConsoleLogBlobUri
  • string

The serial console log blob Uri.
NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

status

The boot diagnostics status information for the VM.
NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.

DiskEncryptionSettings

Describes a Encryption Settings for a Disk

NameTypeDescription
diskEncryptionKey

Specifies the location of the disk encryption key, which is a Key Vault Secret.

enabled
  • boolean

Specifies whether disk encryption should be enabled on the virtual machine.

keyEncryptionKey

Specifies the location of the key encryption key in Key Vault.

DiskInstanceView

The instance view of the disk.

NameTypeDescription
encryptionSettings
  • DiskEncryptionSettings[]

Specifies the encryption settings for the OS Disk.
Minimum api-version: 2015-06-15

name
  • string

The disk name.

statuses
  • InstanceViewStatus[]

The resource status information.

HyperVGenerationType

Specifies the HyperVGeneration Type

NameTypeDescription
V1
  • string
V2
  • string

InnerError

Inner error details.

NameTypeDescription
errordetail
  • string

The internal error message or exception dump.

exceptiontype
  • string

The exception type.

InstanceViewStatus

Instance view status.

NameTypeDescription
code
  • string

The status code.

displayStatus
  • string

The short localizable label for the status.

level

The level code.

message
  • string

The detailed status message, including for alerts and error messages.

time
  • string

The time of the status.

KeyVaultKeyReference

Describes a reference to Key Vault Key

NameTypeDescription
keyUrl
  • string

The URL referencing a key encryption key in Key Vault.

sourceVault

The relative URL of the Key Vault containing the key.

KeyVaultSecretReference

Describes a reference to Key Vault Secret

NameTypeDescription
secretUrl
  • string

The URL referencing a secret in a Key Vault.

sourceVault

The relative URL of the Key Vault containing the secret.

LastPatchInstallationSummary

Describes the properties of the last installed patch summary.

NameTypeDescription
error

The errors that were encountered during execution of the operation. The details array contains the list of them.

excludedPatchCount
  • integer

The number of all available patches but excluded explicitly by a customer-specified exclusion list match.

failedPatchCount
  • integer

The count of patches that failed installation.

installationActivityId
  • string

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.

installedPatchCount
  • integer

The count of patches that successfully installed.

lastModifiedTime
  • string

The UTC timestamp when the operation began.

maintenanceWindowExceeded
  • boolean

Describes whether the operation ran out of time before it completed all its intended actions

notSelectedPatchCount
  • integer

The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.

pendingPatchCount
  • integer

The number of all available patches expected to be installed over the course of the patch installation operation.

startTime
  • string

The UTC timestamp when the operation began.

status

The overall success or failure status of the operation. It remains 'InProgress' until the operation completes. At that point it will become 'Unknown', 'Failed', 'Succeeded', or 'CompletedWithWarnings.'

MaintenanceOperationResultCodeTypes

The Last Maintenance Operation Result Code.

NameTypeDescription
MaintenanceAborted
  • string
MaintenanceCompleted
  • string
None
  • string
RetryLater
  • string

MaintenanceRedeployStatus

Maintenance Operation Status.

NameTypeDescription
isCustomerInitiatedMaintenanceAllowed
  • boolean

True, if customer is allowed to perform Maintenance.

lastOperationMessage
  • string

Message returned for the last Maintenance Operation.

lastOperationResultCode

The Last Maintenance Operation Result Code.

maintenanceWindowEndTime
  • string

End Time for the Maintenance Window.

maintenanceWindowStartTime
  • string

Start Time for the Maintenance Window.

preMaintenanceWindowEndTime
  • string

End Time for the Pre Maintenance Window.

preMaintenanceWindowStartTime
  • string

Start Time for the Pre Maintenance Window.

PatchOperationStatus

The overall success or failure status of the operation. It remains 'InProgress' until the operation completes. At that point it will become 'Unknown', 'Failed', 'Succeeded', or 'CompletedWithWarnings.'

NameTypeDescription
CompletedWithWarnings
  • string
Failed
  • string
InProgress
  • string
Succeeded
  • string
Unknown
  • string

StatusLevelTypes

The level code.

NameTypeDescription
Error
  • string
Info
  • string
Warning
  • string

SubResource

NameTypeDescription
id
  • string

Resource Id

VirtualMachineAgentInstanceView

Remote Desktop Manager 2.7 Microsoft Word

The instance view of the VM Agent running on the virtual machine.

NameTypeDescription
extensionHandlers
  • VirtualMachineExtensionHandlerInstanceView[]

The virtual machine extension handler instance view.

statuses
  • InstanceViewStatus[]

The resource status information.

vmAgentVersion
  • string

The VM Agent full version.

VirtualMachineExtensionHandlerInstanceView

The instance view of a virtual machine extension handler.

NameTypeDescription
status

The extension handler status.

type
  • string

Specifies the type of the extension; an example is 'CustomScriptExtension'.

typeHandlerVersion
  • string

Specifies the version of the script handler.

VirtualMachineExtensionInstanceView

The instance view of a virtual machine extension.

NameTypeDescription
name
  • string

The virtual machine extension name.

statuses
  • InstanceViewStatus[]

The resource status information.

substatuses
  • InstanceViewStatus[]

The resource status information.

type
  • string

Specifies the type of the extension; an example is 'CustomScriptExtension'.

typeHandlerVersion
  • string

Specifies the version of the script handler.

VirtualMachineHealthStatus

The health status of the VM.

NameTypeDescription
status

The health status information for the VM.

VirtualMachineInstanceView

The instance view of a virtual machine.

Remote Desktop Connection Manager Microsoft

NameTypeDescription
assignedHost
  • string

Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.
Minimum api-version: 2020-06-01.

bootDiagnostics

Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
You can easily view the output of your console log.
Azure also enables you to see a screenshot of the VM from the hypervisor.

computerName
  • string

The computer name assigned to the virtual machine.

disks
  • DiskInstanceView[]

The virtual machine disk information.

extensions
  • VirtualMachineExtensionInstanceView[]

The extensions information.

hyperVGeneration

Specifies the HyperVGeneration Type associated with a resource

maintenanceRedeployStatus

The Maintenance Operation status on the virtual machine.

osName
  • string

The Operating System running on the virtual machine.

osVersion
  • string

The version of Operating System running on the virtual machine.

patchStatus

[Preview Feature] The status of virtual machine patch operations.

platformFaultDomain
  • integer

Specifies the fault domain of the virtual machine.

platformUpdateDomain
  • integer

Specifies the update domain of the virtual machine.

rdpThumbPrint
  • string

The Remote desktop certificate thumbprint.

statuses
  • InstanceViewStatus[]

The resource status information.

vmAgent

The VM Agent running on the virtual machine.

vmHealth

The health status for the VM.

VirtualMachinePatchStatus

The status of virtual machine patch operations.

NameTypeDescription
availablePatchSummary

The available patch summary of the latest assessment operation for the virtual machine.

configurationStatuses
  • InstanceViewStatus[]

The enablement status of the specified patchMode

lastPatchInstallationSummary

The installation summary of the latest installation operation for the virtual machine.

RSS Feed RSS Feed (free software only)541 applications totalLast updated: Apr 22nd 2021, 02:53 GMT

USB Network Gate 9.2 Build 9.2.2372

Connect one or more remote USB devices, share any USB resources between PCs on local network or ov...

Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 64 bit / Windows 2008 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

Remote Desktop Manager Free 2021.1.25.0

Microsoft Remote Desktop Manager Download

Organize all your remote connections, manage passwords and usernames, and use the built-in network...

Remote

RemotePC 7.6.45 (20-April-2021)

Connect to another compute remotely and use it as if you were in front of it, record your remote s...

Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 R2 / Windows 2008 64 bit / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

Pop 5.0.6 Beta

Remote desktop manager 2.7 microsoft loginRemote Desktop Manager 2.7 Microsoft

Use Screen as a helping hand when you need to work from home and do not want to compromise on the ...

Windows 10 64 bit / Windows 10 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

DesktopAssist 0.44

A smart and secure application that provides remote access for your personal system or for users/c...

Windows 10 64 bit / Windows 10 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

Getscreen.me 2.2.4

Connect to multiple computers to transfer files, provide assistance or deal with various work task...

Windows 10 64 bit / Windows 10 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

FlexiHub 4.6.13465

An application that allows users to share USB devices connected to their computer over LAN or web,...

Windows Server 2019 / Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 R2 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

Boundary 0.2.0

Use a complex application, with both a GUI and dedicated command-line accessibility commands, that...

Windows 10 64 bit / Windows 10 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

Royal TS 5.4 Build 60415

This is a software application that will allow a user to quickly, easily and securely organize and...

Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 R2 / Windows Server 2012 / Windows 2008 R2 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

ScreenConnect (formerly ConnectWise Control) 21.5.3025.7772 / 21.6.2861.7757 Pre-release

A self-hosted remote support and meeting solution that helps you to create multiple sessions, invi...

Windows Server 2019 / Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

PS4 Remote Play 4.1.0.4020

Access and control your PlayStation 4 console from your computer and enjoy playing the games you l...

Windows 10 64 bit / Windows 10 / Windows 8 64 bit / Windows 8

RustDesk 1.1.3

A simple, open-source, and extremely useful application for remotely accessing other PCs, with bui...

CLPrint 2.4.9.0

Run scripts that enables you to print PDF documents in a batch using the pre-defined settings and ...

Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 R2 / Windows 2008 64 bit / Windows 2008 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista / Windows XP 64 bit / Windows XP

Rufus

Create bootable USB drives from ISOs with an operating system of your choice, with various options, including to enhance compatibility with old BIOS versions

TeamViewer

Remotely control any PC worldwide, give demonstrations, easily transfer files, host meetings and presentations with multiple users

Zoom Client for Meetings

The official desktop client for Zoom, the popular video conferencing and collaboration tool used by millions of people worldwide

CyberLink PowerDirector

Edit videos using three different modes, special effects, transitions and create discs using the built-in burning options that this application provides

SUMo

Keep all your installed software applications up to date using this simple app that automatically scans the computer and reveals available updates

Wise Folder Hider

Easily hide important or personal files, folders or even an entire USB Drive with only a few mouse clicks, keeping them safe with a password

Driver Booster PRO

Update all your drivers and game components, thus ensuring your computer runs smoothly and stays issue-free, with this intuitive application

Skype

Free calls and chat tool with file transfers, screen sharing, video and audio calls, conferences, contacts management, and more features

Microsoft Teams

Effortlessly chat, collaborate on projects, and transfer files within a business-like environment by employing this Microsoft-vetted application

Skype
  • Skype
  • Microsoft Teams
  • Rufus
  • TeamViewer
  • Zoom Client for Meetings
  • CyberLink PowerDirector
  • SUMo
  • Wise Folder Hider
  • Driver Booster PRO
essentials

Supremo 4.4.0 Build 2636

Connect to remote computers and transfer various files from one PC to the other with a little help...

Windows Server 2019 / Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 R2 / Windows Server 2012 / Windows 2008 R2 / Windows 2008 64 bit / Windows 2008 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista / Windows XP 64 bit / Windows XP

TrustViewer 2.7.0 Build 4055

Seamlessly connect or authorize remote access to your computer so you can receive technical suppor...

Push2Run 3.6.0.0

Control your computer using your Google Home or Google Mini device and transform it into your own ...

Windows 10 64 bit / Windows 10 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

RPM Remote Print Manager Select 6.2.0.526

An advanced application which features numerous TCP/IP Printing functions that are not normally fo...

Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 R2 / Windows 2008 64 bit / Windows 2008 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista

Xmanager Power Suite 7.0 Build 0005

A complete solution that includes Xmanager 3D, Xshell, Xftp and Xlpd in a single package so you ca...

Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 64 bit / Windows 2008 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista

Remote Desktop Connection Manager 2.7 Download

Xmanager 7.0 Build 0062

A powerful application that you can use to access remote, virtualized Linux and UNIX environments ...

Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 64 bit / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista

Wayk Now 2021.1.1.0

Microsoft

Remotely access any computer and use it as if you were standing right in front of it thanks to thi...

Windows 10 64 bit / Windows 10 / Windows Server 2012 R2 / Windows Server 2012 / Windows 2008 R2 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

Minerstat Windows Node 6.1.3

A powerful crypto mining program that lets you monitor and manage all your mining rigs with the he...

Windows 10 64 bit / Windows 10

IDEAL Administration 21.13

Centralized administration solution for Active Directory servers, domains, stations and Windows wo...

Windows NT / Windows Server 2019 / Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista / Windows XP 64 bit / Windows XP

Classroom Spy Professional 4.7.8

This intuitive and user-friendly application allows you to monitor the computers from your classro...

Windows 10 64 bit / Windows 10 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista / Windows XP 64 bit / Windows XP / Windows 2K

Multiplicity 3.57 Build 00103

Control multiple computers with a single keyboard and mouse, share your clipboard, move files and ...

Windows 10 64 bit / Windows 10 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7

VNC Connect 6.7.4 (r43891)

Allows remote connections over the Internet, offering you the possibility to provide assistance an...

Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 R2 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista / Windows XP 64 bit / Windows XP / Windows 2K

Remote Utilities - Viewer 7.0.0.3

Connect to remote computers running RUT Server via LAN to gain full control, transfer files, send ...

Windows Server 2019 / Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 64 bit / Windows 2008 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista / Windows XP 64 bit / Windows XP

Remote Utilities Host 7.0.0.3

Remote Desktop Manager 2.7 Microsoft

Remote control software utility that allows secure and fast access to remote computers, allowing f...

Windows Server 2019 / Windows Server 2016 / Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 64 bit / Windows 2008 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista / Windows XP 64 bit / Windows XP

Atelier Web Remote Commander Professional 14.6.1 Build 461

Manage remote servers and workstations from your local computer without installing additional soft...

Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 R2 / Windows 2008 64 bit / Windows 2008 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista / Windows XP 64 bit / Windows XP / Windows 2K

Atelier Web Remote Commander 14.6.0 Build 460

Using this application you can connect to another computer on your network so you can explore its ...

Windows NT / Windows 10 64 bit / Windows 10 / Windows Server 2012 / Windows 2008 R2 / Windows 2008 64 bit / Windows 2008 / Windows 2003 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista / Windows XP 64 bit / Windows XP / Windows 2K

Distant Desktop 2.2

Control any remote computer as if you were standing right in front of it, share files with ease an...

Windows 10 64 bit / Windows 10 / Windows 8 64 bit / Windows 8 / Windows 7 64 bit / Windows 7 / Windows Vista 64 bit / Windows Vista