F.Y.I You can now run the CmdLet under x64 or x86 PowerShell.
Make sure you change the install folder and version(name)
F.Y.I. new in v10.1.4.0 if you start RDM x64 and launch the PS session from the Tools-> "PowerShell (RDM CmdLet)" it will start PS x64 & register the RDM CmdLet in x64. The same is true for x86, it will register in x86.
Best regards,
Make sure you change the install folder and version(name)
set-alias installutil "$([System.Runtime.InteropServices.RuntimeEnvironment]::GetRuntimeDirectory())installutil.exe"
installutil "C:\Program Files\10.1.3.0\RemoteDesktopManager.PowerShell.dll"
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-> "PowerShell (RDM CmdLet)" it will start PS x64 & register the RDM CmdLet in x64. The same is true for x86, it will register in x86.
Best regards,