Hi,
I have problems loading the Module from a "Normal" (not RDM-Initiated) Powershell prompt:
When i try to manually load the DLL i get:
So i cannot execute my script outside of RDM - but i would like to ;-)
I have problems loading the Module from a "Normal" (not RDM-Initiated) Powershell prompt:
When i try to manually load the DLL i get:
PS C:\Windows\system32> Import-Module -Global D:\SW\Temp\Devolutions.RemoteDesktopManager.Bin.9.4.8.0\RemoteDesktopManager.PowerShell.dll
WARNING: Some imported command names contain one or more of the following restricted characters: # , ( ) {{ }} [ ] & - / \ $ ^ ; : " ' < > | ? @ ` * % + = ~
PS C:\Windows\system32> $RDMSnapin = Get-PSSnapin -Name Remote.Desktop* -Registered
Get-PSSnapin : No Windows PowerShell snap-ins matching the pattern 'Remote.Desktop*' were found. Check the pattern and then
try the command again.
At line:1 char:14
+ $RDMSnapin = Get-PSSnapin -Name Remote.Desktop* -Registered
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Remote.Desktop*:String) [Get-PSSnapin], PSArgumentException
+ FullyQualifiedErrorId : NoPSSnapInsFound,Microsoft.PowerShell.Commands.GetPSSnapinCommand
So i cannot execute my script outside of RDM - but i would like to ;-)