SfB 2019 New Cmdlets (and removed 2015 ones)

For a little project at work I wanted to find all the new Skype for Business Server 2019 Cmdlets that had been added compared to 2015. Google failed me so did it myself.

First PowerShell to grab all from a 2015 and 2019 server:


Get-Command -Module SkypeForBusiness

Then copy the output into two files and run them through WinMerge to find the differences and:

Introduced in 2019 (found on CU 7.0.2046.244) compared to 2015 (CU 6.0.9319.591)

  • Debug-CsStorageConversationHistory
  • Debug-CsUserDelegation
  • Get-CsCloudCallDataConnector
  • Get-CsCloudCallDataConnectorConfiguration
  • Get-CsEventServiceSettings
  • Get-CsHybridConfiguration
  • Get-CsIPPhonePolicy
  • Get-CsPlatformServiceNGCSettings
  • Get-CsRecordingServiceConfiguration
  • Get-CsTenantHostingProvider
  • Get-CsTenantHybridConfiguration
  • Get-CsUpgradeDomainInfo
  • Get-CsUserCallForwardingSettings
  • Get-CsUserDelegates
  • Get-CsUserMobilityData
  • Get-CsUserSettingsPageConfiguration
  • Get-CsUserTeamMembers
  • Grant-CsDialoutPolicy
  • Grant-CsIPPhonePolicy
  • Invoke-CsRgsStoreReplicateData
  • New-CsCloudCallDataConnectorConfiguration
  • New-CsEventServiceSettings
  • New-CsIPPhonePolicy
  • New-CsNetworkConfiguration
  • New-CsPlatformServiceNGCSettings
  • New-CsPlatformServiceSettingsThrottlingConfigur...
  • New-CsRecordingServiceConfiguration
  • Remove-CsCloudCallDataConnectorConfiguration
  • Remove-CsEventServiceSettings
  • Remove-CsIPPhonePolicy
  • Remove-CsPlatformServiceNGCSettings
  • Remove-CsRecordingServiceConfiguration
  • Remove-CsRgsStoreBackupData
  • Set-CsCloudCallDataConnector
  • Set-CsCloudCallDataConnectorConfiguration
  • Set-CsEventServiceSettings
  • Set-CsHybridConfiguration
  • Set-CsIPPhonePolicy
  • Set-CsPlatformServiceNGCSettings
  • Set-CsRecordingServiceConfiguration
  • Set-CsTenantHybridConfiguration
  • Set-CsUserCallForwardingSettings
  • Set-CsUserDelegates
  • Set-CsUserSettingsPageConfiguration
  • Set-CsUserTeamMembers
  • Test-CsConferenceGateway
  • Test-CsJoinConferencing
  • Test-CsMeetingsPool
  • Test-CsOnlineMeetings
  • Test-CsPlatformService

The following have been removed in 2019 compared to 2015:

  • Get-CsPoolUpgradeReadinessState
  • Test-CsMcxConference
  • Test-CsMcxP2PIM
  • Test-CsMcxPushNotification
  • Test-CsPersistentChatMessage





No comments:

Post a Comment