Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8155619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:43:20+00:00 2026-06-06T16:43:20+00:00

I have developed a custom c# cmdlet. It has three parameters (all of them

  • 0

I have developed a custom c# cmdlet. It has three parameters (all of them are strings) and none of them are mandatory. Two of them belong to parameterset1 and the third belongs to parameterset2. It is working fine, when a user gives parameters from both the parameter sets then it gives message that they do not belong to same parameter set. But I’m getting two problems:

  1. When user doesn’t give any parameter(because none of them are mandatory) then it throws the error Parameter set cannot be resolved using the specified named parameter
  2. When the user give first parameter and type – and then hitting tab should only show second parameter because first and second are in same parameter set but it is showing 2nd and 3rd which is not correct. Likewise it is showing 1st and 2nd even the user enter 3rd parameter first.

Here is the code how I defined the parameters:

    [System.Management.Automation.Cmdlet(System.Management.Automation.VerbsCommon.Get, "Customcmd")]
    public class Get_Customcmd: System.Management.Automation.PSCmdlet
    {
        [System.Management.Automation.Parameter(Mandatory = false, ParameterSetName = "Set1")]
        public string Param1;
        [System.Management.Automation.Parameter(Mandatory = false, ParameterSetName = "Set1")]
        public string Param2;
        [System.Management.Automation.Parameter(Mandatory = false, ParameterSetName = "Set2")]
        public string Param2;
        protected override void ProcessRecord()
        {

Can anyone tell me did I miss anything? Should add anymore attributes to the parameters?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T16:43:22+00:00Added an answer on June 6, 2026 at 4:43 pm
    1. Since you are using only named parameters, you need to either mark one of them as ‘DefaultParameterSet’ like

      [Cmdlet(VerbsCommon.New, "Customcmd", DefaultParameterSetName = Set1)]

      or have at least one parameter which is not a part of any named ParameterSet.

    2. PS doesn’t check whether the tab suggestions belong to same parameter set or not. So you are not doing anything wrong here, thats the way PS behaves.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed JSP custom tag named <ctn:input mandatory = true> with one custom
I have developed a custom webpart which is being displayed correctly and has some
I have developed two custom task pane addins to be used in Excel 2007.
I have developed a custom control with two public property called ListField and DataSource.
I have developed a custom dijit Templated Widget. I have to do some DOM
I have developed a custom target, that needs to run only if the compilation
I have developed an SSIS custom task component. It uses a connection manager of
I have developed a PyroCMS custom module, but now I want to add WYSIWYG
We have our own custom calendar in our portal which is developed in Java.
We have developed a custom visual studio workflow for SharePoint MOSS. It creates tasks

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.