Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add key for parameters ? #3

Open
LaurentDardenne opened this issue May 29, 2022 · 2 comments
Open

Add key for parameters ? #3

LaurentDardenne opened this issue May 29, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@LaurentDardenne
Copy link
Owner

LaurentDardenne commented May 29, 2022

Un cmdlet peut avoir une modification ET un paramètre deprecated :

#doc v1810

Set-CMWirelessProfile
Non-breaking changes

    Can now use 'Fast' with EapType parameter
    New RememberUserCredentials parameter can be used to set or clear credentials.

Deprecations

    RememberCredentials parameter has been superseded by RememberUserCredentials

Rechercher spécifiquement un paramètres sur les cmdlets SCCM uniquement ( PS uniquement) :

[System.Management.Automation.Language.StaticParameterBinder]::BindCommand() 
@LaurentDardenne LaurentDardenne self-assigned this May 29, 2022
@LaurentDardenne LaurentDardenne added the enhancement New feature or request label May 29, 2022
@LaurentDardenne
Copy link
Owner Author

#1802
   DeprecatedCommandNames=@{names}
   DeprecatedCommandParametersNames=@{ cmdname=; parameterNames=@()}

@LaurentDardenne
Copy link
Owner Author

LaurentDardenne commented Jun 26, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant