Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

The form specified for the subject is not one supported or known by the specified trust provider.

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 01-17-2007   #1 (permalink)
Max2006
Guest


 

The form specified for the subject is not one supported or known by the specified trust provider.

Hi,

When I attempt to execute another script from my C: drive, I use the
following command:

Invoke-Expression c:\hi.ps1

or simply call:

&c:\hi.ps1

The Powershell gives me this error:

File C:\hi.ps1 cannot be loaded. The form specified for the subject is not
one supported or known by the specified trus
t provider.
At line:1 char:2
+ &c <<<< :\hi.ps1


How can I fix that?

A link to an online resource would be a great help.

Thank you,
Max



My System SpecsSystem Spec
Old 01-17-2007   #2 (permalink)
Brandon Shell
Guest


 

Re: The form specified for the subject is not one supported or known by the specified trust provider.

Niether of those are needed... You use those if you are executing an
expression.

Call the script directly

PS> Path\script.ps1
you can . source if you want to launch in current context
PS> . Path\Script.ps1

"Max2006" <alanalan@newsgroup.nospam> wrote in message
news:uBDECroOHHA.4260@TK2MSFTNGP02.phx.gbl...
> Hi,
>
> When I attempt to execute another script from my C: drive, I use the
> following command:
>
> Invoke-Expression c:\hi.ps1
>
> or simply call:
>
> &c:\hi.ps1
>
> The Powershell gives me this error:
>
> File C:\hi.ps1 cannot be loaded. The form specified for the subject is not
> one supported or known by the specified trus
> t provider.
> At line:1 char:2
> + &c <<<< :\hi.ps1
>
>
> How can I fix that?
>
> A link to an online resource would be a great help.
>
> Thank you,
> Max
>
>


My System SpecsSystem Spec
Old 01-18-2007   #3 (permalink)
Lee Holmes [MSFT]
Guest


 

Re: The form specified for the subject is not one supported or known by the specified trust provider.

Hi Max;

It looks like your install has been corrupted. This message comes when
Windows fails to load the DLL that we use to verify the security signatures
on script files.

From PowerShell, the following should fix that specific error message:

regsvr32 $pshome\Pwrshsip.dll

However, this being broken suggests that your computer may have other
problems (due to whatever broke this in the first place.) You might want to
see if you can figure out what may have caused this problem so you can
determine if anything else is wrong.

--
Lee Holmes [MSFT]
Windows PowerShell Development
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.


"Brandon Shell" <tshell@mask.gmail.com> wrote in message
news:e33WNEpOHHA.2312@TK2MSFTNGP04.phx.gbl...
> Niether of those are needed... You use those if you are executing an
> expression.
>
> Call the script directly
>
> PS> Path\script.ps1
> you can . source if you want to launch in current context
> PS> . Path\Script.ps1
>
> "Max2006" <alanalan@newsgroup.nospam> wrote in message
> news:uBDECroOHHA.4260@TK2MSFTNGP02.phx.gbl...
>> Hi,
>>
>> When I attempt to execute another script from my C: drive, I use the
>> following command:
>>
>> Invoke-Expression c:\hi.ps1
>>
>> or simply call:
>>
>> &c:\hi.ps1
>>
>> The Powershell gives me this error:
>>
>> File C:\hi.ps1 cannot be loaded. The form specified for the subject is
>> not one supported or known by the specified trus
>> t provider.
>> At line:1 char:2
>> + &c <<<< :\hi.ps1
>>
>>
>> How can I fix that?
>>
>> A link to an online resource would be a great help.
>>
>> Thank you,
>> Max
>>
>>

>



My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trust WB3400T viperaammodytes Drivers 7 4 Weeks Ago 03:47 PM
Web of Trust add-on goodbird System Security 3 07-13-2008 08:34 AM
Trust Spacecam 360 Robert Johnson Vista General 0 03-15-2007 10:32 AM
Allow - I trust this program?? NewsReader2K Vista General 2 03-02-2007 01:16 PM
no DX 10 supported driver on first DX10 supported card zaxon Vista General 17 12-05-2006 09:53 AM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51