Quantcast
Channel: Devolutions Forum - Recent Posts
Viewing all articles
Browse latest Browse all 19717

Topic "RDM CMDlets under 64 bit" a message from Stefane Lavergne

$
0
0
F.Y.I You can now run the CmdLet under x64 or x86 PowerShell.


Make sure you change the install folder and version(name)
set-alias installutil &quot$([System.Runtime.InteropServices.RuntimeEnvironment]::GetRuntimeDirectory())installutil.exe&quot

installutil &quotC:\Program Files\10.1.3.0\RemoteDesktopManager.PowerShell.dll&quot

if ( (Get-PSSnapin -Name Remote.Desktop.Manager.10.1.3 -ErrorAction SilentlyContinue) -eq $null ) { Add-PsSnapin Remote.Desktop.Manager.10.1.3 }



F.Y.I. new in v10.1.4.0 if you start RDM x64 and launch the PS session from the Tools-> &quotPowerShell (RDM CmdLet)&quot it will start PS x64 & register the RDM CmdLet in x64. The same is true for x86, it will register in x86.

Best regards,

Viewing all articles
Browse latest Browse all 19717

Trending Articles