LaurentDardenne / SCCMCheckCmdletChanges

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

Add key for parameters ? #3

Open LaurentDardenne opened 2 years ago

LaurentDardenne commented 2 years ago

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 commented 2 years ago
#1802
   DeprecatedCommandNames=@{names}
   DeprecatedCommandParametersNames=@{ cmdname=; parameterNames=@()}
LaurentDardenne commented 2 years ago

Format pouvant couvrir d'autres produits : https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes

https://docs.microsoft.com/en-us/powershell/azure/release-notes-azureps?view=azps-8.0.0