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

Gestion des jokers #5

Open
LaurentDardenne opened this issue May 29, 2022 · 1 comment
Open

Gestion des jokers #5

LaurentDardenne opened this issue May 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@LaurentDardenne
Copy link
Owner

En cas de présence de jokers recherchée les occurrences possibles :
'Get-CMTSStep*'

note :
Pour les anciennes versions on ne dispose plus de la liste des cmdlets, on pourrait donc rencontré des faux: le cmdlet répond aux critères de recherche mais n'existe qu'à partir de la version suivante ...

@LaurentDardenne LaurentDardenne added the enhancement New feature or request label May 29, 2022
@LaurentDardenne
Copy link
Owner Author

autre cas pour la v2111:

Changes to multiple cmdlets : verb 'Export', verb 'Import', 'Set-CM*DeploymentType' and 'New-CMRequirementRule*'
 'Export', 'Import' :

To allow for consistent parameter use across these cmdlets, they all have aliases for the parameter to specify the import path: FilePath, FileName, ImportFilePath, Path
'Set-CM*DeploymentType'

This change applies to all cmdlets with 'Set' verbs to configure application deployment types
'New-CMRequirementRule*'

This change applies to all cmdlets with the name pattern 'New-CMRequirementRule*', where * is the type of rule

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