Hi we are about to enable QoS and I have some questions.
If I got this right it consists of three parts: Network infrastructure, Windows Server GPOs & Skype policies
Can one change the skype policies evethough the network and gpo is not configured yet or does this have to be rolled out at the same time?
for the GPOs, does this apply also to the Edge servers? or is it only front-ends and mediation servers?
For the Skype policies the configuration below is what we need to adjust, the reset seems to configured to our QoS Plan.
# Enable QoS
Set-CsMediationConfiguration -EnableQoS $True -EnableInCallQoS $True
# Configure servers
Set-CsConferenceServer -Identity <feserver01> -AppSharingPortStart 40803 -AppSharingPortCount 8348
# Configure conferencing
Set-CsConferencingConfiguration -AudioPortRange 40
This is it?