LaurentDardenne / SCCMCheckCmdletChanges

Check the cmdlets modified after a migration of the SCCM console.
Other
0 stars 0 forks source link

Gestion des jokers #5

Open LaurentDardenne opened 2 years ago

LaurentDardenne commented 2 years ago

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 commented 2 years ago

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