Powershell dll

avatar
vpierron
Disabled

Hi,

i desire to use RDM Command powershell on a server 2012R2 where rdm is not installed .


I tried to import the module of powershell with command:


Import-Module "D:_RDM\RemoteDesktopManager.PowerShellModule.psd1"


And i have copied the files
RemoteDesktopManager.PowerShellModule.psd1, RemoteDesktopManager.Business.dll, RemoteDesktopManager.Business.XmlSerializers.dll, RemoteDesktopManager.PowerShellModule.dll, RemoteDesktopManager.PowerShellModule.dll-Format, RemoteDesktopManager.PowerShellModule.dll-Help.xml


but i have always an error:
Import-Module : Impossible de charger le fichier ou l'assembly 'RemoteDesktopManager.Business, Version=12.0.8.0,
Culture=neutral, PublicKeyToken=null' ou une de ses dépendances. Le fichier spécifié est introuvable.
Au caractère Ligne:1 : 1
+ Import-Module D:\RDM\RemoteDesktopManager.PowerShellModule.psd1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : System.IO.FileNotFoundException,Microsoft.PowerShell.Commands.ImportModuleCommand


Can you help me ?


bests regards


Vincent

All Comments (2)

avatar

Hi,
Unfortunately RDM needs to be installed. We have many dependencies on related dll from the application.

Regards

David Hervieux

avatar

ok thanks :(