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

Topic "Powershell 9.4.8.0" a message from Peter Cermak

$
0
0
Hi,
I have problems loading the Module from a &quotNormal&quot (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: # , ( ) {{ }} [ ] & - / \ $ ^ ; : &quot ' < > | ? @ ` * % + = ~
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 ;-)

Viewing all articles
Browse latest Browse all 19717

Trending Articles