
You can schedule a Skype meeting and invite others through your Outlook calendar or you can spontaneously start an IM, Skype call, or video chat directly from Skype for Business. These tools include instant messaging (IM), Skype call, video chat, and the ability to share your desktop. Schema.Skype for Business provides tools to connect with your colleagues and cohorts inside and outside of Bentley University. Represents the Identity of the common area phone. Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019 If set to 0 the command will run, but no data will be returned. The result size can be set to any whole number between 483647, inclusive. If you set the ResultSize to 7 but you have only three common area phones in your forest, the command will return those three phones, and then complete without error. Note that there is no way to guarantee which seven phones will be returned. ParametersĮnables you to limit the number of records returned by a command.įor example, to return seven common area phones (regardless of how many common area phones are in your forest) include the ResultSize parameter and set the parameter value to 7. To do this, the Get-CsCommonAreaPhone cmdlet is called along with the OU parameter the parameter value limits the returned objects to phones that have contacts objects in the OU with the distinguished name ou=Telecommunications,dc=litwareinc,dc=com. Example 6 - Get-CsCommonAreaPhone -OU "ou=Telecommunications,dc=litwareinc,dc=com"Įxample 6 returns a collection of all the common area phones that have a contact object in the Telecommunications OU in Active Directory Domain Services. If a common area phone has not explicitly been assigned a dial plan, then it automatically uses the global dial plan or, if one exists, the dial plan assigned to the site. Example 2 - Get-CsCommonAreaPhone -Filter that limits returned data to phones where the DialPlan property is equal to a null value. This is done by calling the Get-CsCommonAreaPhone cmdlet without any parameters. The command shown in Example 1 returns information about all the common area phones configured for use in the organization. Examples - Example 1 - Get-CsCommonAreaPhone Optional parameters provide different ways for you to filter information for example, you can return all the common area phones that have contact objects in a specified organizational unit (OU), or all the contacts objects located in a specified building. If you call the Get-CsCommonAreaPhone cmdlet without any parameters, the cmdlet will return information about all your common area phones. The Get-CsCommonAreaPhone cmdlet provides a way for you to retrieve information about the common area phones configured for use in your organization. Get-CsCommonAreaPhone | Grant-CsVoicePolicy -PolicyName "CommonAreaPhoneVoicePolicy" (Or, more correctly, to the contact object that represents the common area phone.) For example, this command assigns the voice policy CommonAreaPhoneVoicePolicy to all your common area phones: (These contact objects can be created by using the New-CsCommonAreaPhone cmdlet.) Like user accounts, these contact objects can be assigned policies and voice plans.Īs a result, you will be able to maintain control over common area phones even though those phones are not associated with an individual user.įor example, if you do not want people to have the ability to transfer or park calls from a common area phone, you can create a voice policy that prohibits call transfers and call parking, and then assign that policy to the common area phone. The solution to this challenge is to create Active Directory contact objects for all your common area phones. This presents administrators with a management challenge that's because phone use in Skype for Business Server is typically maintained by using voice policies and dial plans that are assigned to individual users.Ĭommon area phones do not have individual users assigned to them. Instead of being located in someone's office, common area phones are typically located in building lobbies, cafeterias, employee lounges, meeting rooms and other locations where a large number of people are likely to gather. In this article Syntax Get-Cs Common Area PhoneĬommon area phones are IP telephones that are not associated with an individual user. This cmdlet was introduced in Lync Server 2010. Returns information about the common area phones managed by using Skype for Business Server.Ĭommon area phones are phones that are located in building lobbies, employee lounges, or other areas where they are likely to be used by a number of different people and for a number of different uses.
