Tagged Questions

1
vote
2answers
9 views

Powershell ISE appears to hand with interactive commands.

I just download Powershell 2.0 and using the ISE. In general I really like it but I am looking for a workaround on a gotcha. There are a lot of legacy commands which are interacti …
0
votes
1answer
9 views

Passing parameters in PowerShell 2.0

I have the following test defined in a psake build script: task package -depends create_wix_content_fragment { & $candle -dProductName=Foo ` -dVersion=$version ` …
1
vote
1answer
21 views

Psake, Powershell & Wix

I have the below function as a part of my psake build. When the build is executing Candle.exe throws this error: candle.exe : warning CNDL1098: 'ext .\Build\Packages\WixWeb\bin\Wi …
0
votes
0answers
26 views

Creat AppPool and virtual directory on a remote server using Powershell

How do I creat AppPool and virtual directory on a remote server using Powershell on iis6
4
votes
6answers
303 views

Equivalent to C#’s “using” keyword in powershell?

When I use another object in the .net-Framework in C# I can save a lot of typing by using the using directive. using FooCompany.Bar.Qux.Assembly.With.Ridiculous.Long.Namespace.I.R …
0
votes
1answer
24 views

Gvim, MinGW and Powershell making them work the CLI way.

Just shifted to windows7. Liking it :). Is there a way to install MinGW in windows, such that, i can cd to my code directory (which is different from MinGW install directory) and c …
1
vote
3answers
76 views

Exec sproc from Powershell

I would like to execute a stored procedure from Powershell (v2) against a SQL Server 2008 database. Coming from using C# as my primary language, I'm doing it in that fashion. For e …
1
vote
1answer
38 views

Start-job vs. Invoke-command -asjob

I'm trying to do basic background jobs in PowerShell 2.0, and I'm seeing different things with start-job and invoke-command -asjob. If I do this: start-job -scriptblock {get-proc …
0
votes
1answer
66 views

whether to use a powershell pipeline or use powershell RunspaceInvoke to execute scripts.

Hi, I have a design query as regards the usage of the powershell pipeline versus the RunspaceInvoke method for the exectuion of single standalone scripts. I know that the pipelin …
0
votes
1answer
24 views

Building a Snap-in Targeting PowerShell V1 and PowerShell V2

How do I build a PowerShell snap-in to target PowerShell v1 and v2? Given that v1 and v2 can't be installed side by side how can I reference the appropriate assemblies and build ag …
0
votes
0answers
25 views

Gracefully stopping in Powershell

How do I catch and handle ctrl+C in a Powershell script? I understand that I can do this from a cmdlet in v2 by including an override for the Powershell.Stop() method, but I can't …
0
votes
2answers
74 views

Powershell, trying to output only the path and lastwritetime on directories

I am trying to write a script that will output any directory that has not changed in over 90 days. I want the script to ONLY show the entire path name and lastwritetime. The scri …
1
vote
1answer
38 views

Powershell v2 remoting and delegation

I have installed Powershell V2 on 2 machines and run Enable-PsRemoting on both of them. Both machines are Win 2003 R2 and are joined to the same active directory domain and I can s …
0
votes
1answer
8 views

Where is the “Invoke” member in System.Management.Automation.VerbsCommon?

I'm trying to create a cmdlet with the name Invoke-Something. But I cannot find the member "Invoke" to put in the attribute: [Cmdlet(VerbsCommon.Invoke, "Something", SupportsShoul …
1
vote
2answers
134 views

powershell v2 remoting - How do you enable unecrypted traffic

I'm writing a powershell v2 script that I'd like to run against a remote server. When I run it, I get the error : Connecting to remote server failed with the following error …

1 2 3 next
15 30 50 per page