Register
: :
Login
Home
News
Forums
Scripts
User Groups
Resources
About
Forums
Search
Members
Unanswered
Active Topics
Forums
>
Using PowerShell
>
Exchange Server
Bulk Change SIP ProxyAddress
Last Post 28 Mar 2011 03:06 AM by
dmxop
. 0 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
dmxop
New Member
Posts:9
28 Mar 2011 03:06 AM
Hi All,
I am looking to change the SIP proxyaddress for a number of AD accounts. The addresses are currently in the format of SIP:firstname.lastname@domain.com. I would like to change them to SIP:firstname.lastname@newdomain.com.
I have managed to get a list of OCS enabled users with get-qaduser -LDAPFilter '(msRTCSIP-Userenabled=TRUE)' This gives me the CN of the user accounts.
I have kind of managed to get what I want with the following commands:
Remove SIP address from user
get-qaduser "test" | remove-qadproxyaddress -pattern 'SIP:*'
Add SIP address for user
get-qaduser "test" | add-qadproxyaddress -customtype 'sip' -address 'firstname.lastname@newdomain.com'
These commands work but how to I add the new address in the firstname.lastname@newdomain.com format?
Can anyone help?
Many Thanks
Mark
You are not authorized to post a reply.
Using PowerShell
--General PowerShell
--Active Directory
--Exchange Server
--Lync Server
--SharePoint
--SQL Server
--System Center
--Non-Microsoft Products
--Books, Tools, and Videos
--Working with .NET
--Peer Review
--Testing, Testing...
PowerShell Development
--Cmdlet Development
--PSDrive Provider Development
--Hosting the Shell
Looking Ahead
--Using PowerShell v2.0
--Developing for PowerShell v2.0
PowerShellCommunity.org
--Community Announcements and Assistance
--Completely Unrelated
--User Groups
--Community Business
----Suggestion Box
Forums
>
Using PowerShell
>
Exchange Server
Active Forums 4.3
Sponsored by Quest Software • SAPIEN Technologies • Compellent • Microsoft Windows Server 2008 R2