Tagged Questions
The cmdlet tag has no wiki summary.
6
votes
3answers
170 views
Hosted PowerShell cannot see Cmdlets in the same Assembly
I'm trying to run PowerShell scripts from my C# code, that will use custom Cmdlets from the assembly that runs them. Here is the code:
using System;
using System.Management.Automation;
...
6
votes
1answer
3k views
How to capture a Powershell CmdLet's verbose output when the CmdLet is programmatically Invoked from C#
BACKGROUND
I am using Powershell 2.0 on Windows 7.
I am writing a cmdlet in a Powershell module ("module" is new to Powershell 2.0).
To test the cmdlet I am writing Unit tests in Visual Studio 2008 ...
5
votes
3answers
865 views
How to properly use the -verbose and -debug parameters in custom cmdlet
By default, any named named function that has the [CmdletBinding()] attribute accepts -debug and -verbose (and a few others) parameters and has predefined $debug and $verbose variables. What I'm ...
5
votes
1answer
1k views
Powershell scripting: recommended way to implement ShouldProcess when function calls are nested?
Test script:
function outer
{
[cmdletbinding(supportsshouldprocess=$true)]
param($s)
process
{
$pscmdlet.shouldprocess("outer $s", "ShouldProcess") | out-null
...
5
votes
3answers
1k views
How to convert .cs file to a powershell cmdlet
Can anyone help me to convert a c# .net program to powershell cmdlet. I am very new to this area. plz help me to get out of this checkpoint.
Regards
Arun
4
votes
3answers
189 views
PowerShell - How do I call a cmdlet in a function when overriding that cmdlet's name with the same name as the function?
So I have a cmdlet named update-name that I have no access to change.
I have created a function named update-name (the same name as the cmdlet). How do I call the cmdlet from the function with the ...
3
votes
4answers
109 views
Shorter versions of powershell cmdlet parameters
Given my research, I don't believe the following is easily accomplished, if at all. As a last resort, however, I figured I'd check here.
In Powershell 2.0, I'd like a way to reduce the (annoyingly) ...
3
votes
3answers
210 views
Powershell verbose output for chained exceptions
I'm new to powershell and troubleshooting an issue with one of our custom cmdlets. By default, all exceptions thrown within the cmdlet have minimum information, no stack trace and no info on chained ...
3
votes
6answers
1k views
how to create a cmdlet?
I have written my program in c# .net. I want to convert it in to a powershell cmdlet. I was instructed to use pssnapin and getproc programs. Can anyone plz help me out..
Regards
Arun
2
votes
2answers
57 views
How to add a PSCmdlet or PSSnapin to hosted Powershell runtime without installing the snapin
My scenario is as follows.
I am uploading my dll through web UI.
I am hosting a PowerShell runspace in an ASP.NET application.
I The DLL contains the PSCmdlet and would like to make use of it.
The ...
2
votes
2answers
103 views
whats the difference between writeobject(x, true) and multiple writeobjects when writing a powershell cmdlet
I want to write a cmdlet that read multiple records from a database and puts them onto the pipeline.
I think I can do either a single WriteObject(Enumerable<rec>, true) or a can loop myself and ...
2
votes
2answers
647 views
How do I pass common powershell command line parameters between cmdlets on the pipeline?
Say I've got two cmdlets, 'new-foo' and 'do-bar'. Both cmdlets need to authenticate to a service in order to perform their action, and 'do-bar' takes a foo. Today, I can do:
new-foo -host localhost ...
2
votes
2answers
661 views
Writing a PowerShell cmdlet to accept a scriptblock as a parameter
The Rename-Item accepts a scriptblock (I think...) as a parameter so I can do something like this if I want to rename a bunch of files (for example):
Dir *.ps1 | Rename-item -NewName {$_.Name ...
1
vote
1answer
54 views
How to convert cmdlet parameter (which is string) to any other type
I want to pass parameter of custom type to my cmdlet. I declare parameter like this:
[Parameter(Position = 1)]
public StoreIdParameter Identity { get; set; }
But when I run cmdlet with parameter ...
1
vote
0answers
495 views
MS Exchange 2010: cmdlet Not Executing Correctly as a Scheduled Task
I've been using a Scheduled Task and the New-MailboxExportRequest cmdlet to export my organization's mailboxes to .PST archive files each night for awhile now. Unfortunately, the ExportRequests are ...
1
vote
5answers
240 views
Powershell Importing custom C# CMDlets, no available “ExportedCommands”
first question here :)
So I have to create a custom CMDLet for Powershell 2.0, using visual studio 2010 express.
I have followed this seemingly simple tutorial : ...
1
vote
1answer
381 views
Issue with Microsoft Enterprise Library 5.0 and custom powershell cmdlet
I'm creating a custom powershell 1.0 cmdlet that will allow me to feed exceptions from powershell scripts to the Microsoft Enterprise Library v5.0 exception handling block.
I load up my Exception ...
1
vote
2answers
702 views
creating powershell script to backup a file and append the date
Currently I have a one line batch file to back up a file. I run it manually when I need to back up a file. The only thing I would like to add to it is the current date. Here is what I have:
xcopy ...
1
vote
1answer
105 views
SQL Server 2008, Powershell and Web Services
Powershell provides the New-WebServiceProxy cmdlet which allows for a web service proxy object to be created.
However the Powershell in SQL Server 2008 doesn't appear to support this. Is there a way ...
1
vote
1answer
416 views
PowerShell Advanced Function get current ParameterSetName
In C# you can get the current ParameterSetName in the ProcessRecord override of a PowerShell Cmdlet with code like this:
switch (ParameterSetName)
{
case FromUriParamSetName:
...
1
vote
3answers
2k views
Export-Mailbox cmdlet not deleting emails
I've got an issue with using Export-Mailbox cmdlet in Powershell to delete emails between two dates from a mailbox. The current code that I am running is:
Export-Mailbox -Identity mailboxname ...
1
vote
1answer
227 views
How do I persist Powershell provider drive information?
In my Powershell provider, which is a business-logic layer over an SQL database, the Powershell drives equate to database connection settings. This collection of connection settings is persisted to ...
0
votes
0answers
104 views
Invoke powershell remotely issue with exchange cmdlet
The powershell.exe in 64bit(Server2008 R2)
C:\Windows\syswow64\Windowspowershell\v1.0(32bit)
C:\Windows\System32\WindowsPowerShell\v1.0(64bit)
I need to initial a function to run Exchange server ...
0
votes
1answer
80 views
Powershell custom cmdlet formatting output
I am writing my first custom CMDLet in powershell 2.0. I have encoutered a problem with custom formatting temaplate xml being not used in my cmdlet.
Here is my formatting file:
<Configuration>
...
0
votes
1answer
97 views
How to register a powershell snapin programmatically in a hosted powershell environment?
I've developed some powershell cmdlets and providers, and also developed an application to host powershell environment. I would like to run those cmdlets and providers in this hosted powershell ...
0
votes
1answer
160 views
Appfabric Powershell error “The term 'Get-CacheStatistics' is not recognized as the name of a cmdlet..”
I'm calling the simple following Powershell AppFabric command:
powershell -noexit c:\scripts\ApplyClusterConfig.ps1
and the script just contains:
Get-CacheStatistics
and I'm getting the ...
0
votes
3answers
252 views
Powershell Cmdlet with Mandatory Parameters
I'm trying to create a simple powershell cmdlet that would have a few mandatory parameters. I've found the following code for doing so however, I cannot get it to execute:
function new-command() {
...
0
votes
1answer
126 views
Should I implement the IPropertyCmdletProvider interface for a PowerShell Cmdlet?
I'm writing a NavigationCmdletProvider for PowerShell. Through the GetItem and GetChildItems overrides, there are various types of objects that are written to the pipeline.
The docs for ...