Searching for users with attributes set on the telephone tab is similar to other searches function get-TelephoneTab {
[ CmdletBinding ( SupportsShouldProcess = $true ) ]
param (
[ parameter ( ParameterSetName = "Home" ) ]
[switch] $homephone… Read the full text.