| bio | website | csharpening.net/blog |
|---|---|---|
| location | Madison, WI | |
| age | 27 | |
| visits | member for | 4 years, 8 months |
| seen | 13 hours ago | |
| stats | profile views | 323 |
I'm a software developer for Dell in Madison, WI and PowerShell MVP.
|
2d |
awarded | Popular Question |
|
May 13 |
awarded | Popular Question |
|
Mar 24 |
awarded | Popular Question |
|
Mar 8 |
awarded | Famous Question |
|
Feb 27 |
awarded | Popular Question |
|
Feb 6 |
awarded | Popular Question |
|
Jan 14 |
comment |
Disable-Mailbox cmdlet from C# I would think it would have more to do with user context. I think the runspace is fine. You're running as the same user in both cases (powershell vs C#)? Also, have you elevated either process? |
|
Jan 11 |
comment |
Powershell does not seem to cope with a big number of parameter sets in a cmdlet The same limitation is present for script-based advanced functions with cmdlet binding as well. It seems there is a limit defined some where in PowerShell. |
|
Jan 11 |
comment |
How do I get Powershell to read the contents of a file? Didn't know about that parameter. Awesome! |
|
Jan 11 |
answered | powershell script echo current command |
|
Jan 11 |
answered | Disable-Mailbox cmdlet from C# |
|
Jan 11 |
answered | How do I get Powershell to read the contents of a file? |
|
Jan 10 |
answered | how to run a powershell script file from a webservice |
|
Jan 8 |
awarded | Popular Question |
|
Jan 7 |
comment |
Reference issues in Visual Studio 2010 How are you compiling the VC++ project? Is it MT or MD? Maybe you are missing the vcredist. Try running depends.exe on the dll. |
|
Jan 4 |
comment |
How can I call an overloaded .NET function which uses a C# out argument from Powershell? Take a look at Add-Type's ReferencedAssemblies parameter. You'll need to add the SVN client assembly to the Add-Type command above. Sorry about that! |
|
Jan 3 |
awarded | .net |
|
Dec 26 |
awarded | Notable Question |
|
Dec 25 |
awarded | Notable Question |
|
Dec 23 |
answered | Unable to cast object of type 'System.IO.BufferedStream' |