User migration from Lync 2010 to Lync 2013

We have Lync 2013 pool co-existence with Lync 2010 pool. Need to move users based on their AD Group membership. In a particular AD group, only few of the users are enabled for LYNC 2010, not all users. How to get the list of only Lync enabled users in AD
group and move them on to Lync 2013 by PowerShell script?
Thanks in advance for your help
Tek-Nerd

When I ran the below command
Get-ADGroupMember Mygroup | where {$_.msRTCSIP-UserEnabled -eq "true"}
on my Lync 2013 server, got the below error message...
At line:1 char:46
+ Get-ADGroupMember MyGroup | where {$_.msRTCSIP-UserEnabled -eq "true"}
+                                             
~~~~~~~~~~~~
Unexpected token '-UserEnabled' in expression or statement.
At line:1 char:59
+ Get-ADGroupMember MyGroup | where {$_.msRTCSIP-UserEnabled -eq "true"}
+                                                          
~~~
Unexpected token '-eq' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordExcep
    + FullyQualifiedErrorId : UnexpectedToken
Tek-Nerd

Similar Messages

  • After Migrating from Sharpoint 2010 to Sharepoint 2013 list filter options changed

    Hi All,
    After migrating from SP 2010 to SP2013 i found list View filter option is changed and filter is not working Pls help its really urgent.... you can check field 1 and field 2 in following screen shot.
    Prasad kambar

    Hi  ,
    According to your description, my understanding is that your list filter cannot work after Migrating from SharePoint 2010 to SharePoint 2013.
    For your issue, please check your log files for any issues. Also you can refer to the blogs for troubleshooting SharePoint 2013 migration:
     Firstly try running Test-SPContentDatabase on your source database for any issues -
    Test-SPContentDatabase - http://technet.microsoft.com/en-us/library/ff607941.aspx
    Troubleshoot site collection upgrade issues in SharePoint 2013 http://technet.microsoft.com/en-us/library/jj219648.aspx
    Verify database upgrades in SharePoint 2013 -http://technet.microsoft.com/en-us/library/cc424972.aspx
    And please have a look at your custom solution on your site.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Planning a migration from Exchange 2010 to Exchange 2013

    Hello,
    I am planning a migration from Exchange 2010 to Exchange 2013 and I was wondering if there was a good guide on the UM migration. I haven't found one that isn't confusing as heck.

    Hello,
    Is there any update?
    If
    you have any feedback on our support, please click here
    Cara Chen
    TechNet Community Support

  • OWA still lands at Exchange 2010 for users migrated from Exchange 2010 to 2013

    I never had any issues with OWA redirection for a few users that I migrated from Exchange 2010-2013 initially. For users that I am migrating in the past few days, the OWA 2013 is landing on Exchange 2010 despite the mailbox being successfully migrated to
    Exchange 2013.
    Troubleshooting:
    1. I have restarted the IIS Services
    2. I have restarted MSExchangeOWAAppPool.
    3. I have also checked the homeMDB attribute of the 2013 migrated user with the Exchange 2013 database.
    I would really appreciate if anyone could share their experiences on similar issues.

    I have checked it, the migration status is completed. In regard to the namespaces, both CAS 2010 and 2013 are set to mail.domain.com; CAS 2013 is the internet facing. I have also checked the internal access for OWA, it's the same scenario. Migrating them
    back to 2010 and 2013 won't resolve the issue in my case, because the issue persists for every new user that I am migrating.
    I recently found the following when I login with a user who is not effected and then logout:
    1. Login in back with the affected user without closing the browser or clearing the cache, it lands at CAS 2013 OWA.
    2. However, I get the below listed error message when I logout. 
    Your request couldn't be completed.
    Click here to continue working.
    This may have occurred for security reasons or because your session timed out.

  • Migrating from SP 2010 to SP 2013

    I m new to sharepoint and our new project requirement is to migrate the contents from SP 2010 to SP 2013. we r not going to use any tools , so if we go manually what would be the approach to migrate the custom data to the next version. there is lot of custom
    data like features, event recievers, webparts that we have to take care of . do we have to code them again or what . 
    in depth reply or even some forums link will do . thanks

    Check out
    http://www.falconitservices.com/support/KB/Lists/Posts/Post.aspx?ID=124
    All customizations will have to be tested again  though, you can't expect them to work correctly. I would start by creating a list of customizations that have to be upgraded and still need to be supported
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Failed to Upgrade User Profile from Sharepoint 2010 to Sharepoint 2013

    I have upgraded the MMS service successfully. I tried to upgrade the user profile service from SharePoint 2010 to SharePoint 2013 farm using PowerShell script.
    $applicationPool = New-SPServiceApplicationPool -Name "User Profile App Pool" -Account "Domain\accountname"
    $upa = New-SPProfileServiceApplication -Name 'User Profile Service Application' -ApplicationPool $applicationPool -ProfileDBName 'SharePoint_ProfileDB' -SocialDBName 'SharePoint_SocialDB' -ProfileSyncDBName 'SharePoint_SyncDB'
    Error in powersehell
    New-SPProfileServiceApplication : Action 15.0.42.0 of
    Microsoft.Office.Server.Upgrade.ProfileDatabaseSequence failed.
    At line:1 char:8
    + $upa = New-SPProfileServiceApplication -Name 'User Profile Service
    Application'  ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidData: (Microsoft.Offic...viceApplication:
       SPCmdletNewProfileServiceApplication) [New-SPProfileServiceApplication], S
      PUpgradeException
        + FullyQualifiedErrorId : Microsoft.Office.Server.UserProfiles.PowerShell.
       SPCmdletNewProfileServiceApplication
    ULS Log
    PartitionPropertiesCache.RefreshPartitionProperties: Encountered error: System.InvalidOperationException: Operation is not valid due to the current state of the object.   
     at Microsoft.Office.Server.Administration.UserProfileApplication.PartitionPropertiesCache.get_SqlSession()   
     at Microsoft.Office.Server.Administration.UserProfileApplication.PartitionPropertiesCache.RefreshPartitionProperties()
    Can anyone explain, why I am getting this error.   Thanks. 

    Hi Rashid,
    Before Creating the Service Application, User Profile Service should be started as Central Administration -> Manage Services on server -> Start User Profile Service.
    After the serivce is started, then test again, compare the result.
    Also, you can upgrade User Profile service as the following article:
    http://somethingaboutsharepoint.blogspot.com/2013/04/sharepoint-user-profile-service.html
    In addition, here are two similar posts for this issue, please check if they are useful for you:
    http://blogs.technet.com/b/saantil/archive/2013/03/31/sp-2013-error-when-upgrading-the-user-profile-service-application.aspx
    http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2014/12/10/Action-15.0.14.0-of-Microsoft.Office.Server.Upgrade.ProfileDatabaseSequence-failed.aspx
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Change GUIDs when migrating from SP 2010 to SP 2013?

    When migrating custom list schema from SP 2010 to SP 2013, do I need to change the GUIDs for all the fields or can I use them as is?
    Thank you!

    Hi,
    After migrating SharePoint 2010 to SharePoint 2013, all the GUIDs of the sites and lists would change.
    If you just wanted to use the list in the site, it would have no impact on the lists, all the custom lists would work well.
    However, if you have some functions or solutions based on the GUIDs of the lists, you should change all the GUIDs for all the solutions.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • QuickEdit disabled after migration from SP 2010 to SP 2013

    Hi,
    I have a custom list. In SP 2010, I was able to use the Datasheet view to enter multiple data. I migrated the site to SP 2013, and the custom list, the Quick Edit is disabled.
    I recreated a Datasheet view, but still it is not showing.
    How to enable the Quick edit mode?
    Thanks

    Hi Venkatzeus,
    You may try below steps.
    Use or create a view that uses the Default view style for the list. To edit the selected view, follow these steps:
    On the affected list, click the LIBRARY tab on the ribbon, and then click Modify View.
    In the Style section of the Edit View page, click
    Default, and then click OK. 
    OR
    Go to the list settings> Advanced settings page
    Scroll down and Under quick edit options just choose "Yes" and then click OK.
    Let me know if it works for you.
    Regards,
    Amol

  • Lync 2010 with Exchange 2013 UM

    Hi,
    I am currently in the early stages of a large migration from Exchange 2010 to Exchange 2013. We have moved some test user mailboxes over to Exchange 2013 however have stumbled at the UM integration.
    We have 2 x CAS and 3 x Mailbox servers with Lync 2010.
    When a user diverts his/her calls to VM, the calls just cuts off and we get "Unable to establish a connection. No connection could be made because the target machine actively refused it 1.1.1.2:5061.
    We get this message for all 3 Mailbox servers that it attempts to route the call too. Mailboxes servers listen on 5063 for TLS in Exchange 2013 and these cannot be changed. So what is going wrong with my setup?
    Only the CAS are members of the DialPlan (we have tried putting the mailboxes servers in the dial plan with no avail).
    Shouldn't the CAS servers redirect Lync to the Mailbox servers on 5063 instead of 5061? Why is Lync trying to connect on 5061 (I know why, but how do I stop it!)
    Many Thanks,
    Eddie

    In my case it were Active Directory attributes of object
    CN=MCA1,CN=Servers,CN=Exchange AdmGr...DC=local,DC=com
    The attributes
    msExchUM* weren't configured at all, despite being set by GUI and PShell. I had to set them manually through ADSIedit.msc and UM began to work after restarting Lync Server.
    I need to investigate further why they aren't set.

  • Migrating From Exchange 2010

    I am in the process of migrating from Exchange 2010 to Exchange 2013.  I have all mailboxes migrated to Exchange 2013 and am ready to eliminate Exchange 2010 in its entirety, but I am unsure about public folders.  We have no public folders other
    than the default ones generated during the Exchange 2010 installation.  I can't find anything in any of the migration guides that explain what I need to do in this case.  Do I need to migrate anything, or can I just uninstall Exchange from the server
    and ignore the default public folders?

    Thanks.  We had one person using Outlook 2003 years ago, but that has since been replaced with Outlook 2010.  I was able to remove the "Calendar" folder that appeared in the Public Folder Manager (took me a while to see the "Delete"
    link) and was able to proceed.  It does not appear that I have caused any problems.

  • Lync 2010 to Lync 2013 migration - Dialin conferencing

    While migrating from Lync 2010 to Lync 2013, i have stopped all services on the Lync 2010 servers to make sure all is okay and everything is working fine with Lync 2013.
    Nevertheless, when someone on Lync 2013 schedule a meeting, and someone dial one of the PSTN Dialin conference number and enter the conference ID, this scenario is not working.
    If i start the Lync 2010 front end services, then the previous scenario works.
    So i did something else. I have scheduled a meeting and i change the meeting options to get a new conference ID. this makes the conference work over dial in pst number while Lync 2010 services are down.
    This means:
    - When someone (Lync 2013 user) schedule a meeting, the default conference ID that is generated, requires the existence of Lync 2010 services for a PSTN Dial in user to connect
    -When someone (Lync 2013 user) schedule a meeting and change the meeting options to get a new conference ID, then the PSTN Dial in user can connect even if all Lync 2010 services are down.
    Any clue?
    ammarhasayen

    i have found it. moving the conference directories from Lync 2010 to Lync 2013 solves the whole thing.
    ammarhasayen

  • Unknown Presence in Lync 2010 and Lync 2013 co-existence

    I have lync 2010 and lync 2013 in my environment. Everything was working fine except when I moved the DNS of the Lync 2013 pool to the load balancer. When I did that, users on lync2013 could see the presence of users on Lync2010 pool but not vice versa. 
    I have point the Lyncdiscoverinternal.domain.com to the lync2013 pool DNS. I have opened migration ports on the load balancer but still not working. It works perfectly fine if I point the DNS of the pool to one server directly without going
    through the Load balancer VIP.
    Am I missing anything here?
    Thanks!
    Alert from TechNet Posting

    Hi Kojo Obeng Antwi,
    Please check out the following information.
    Deploying DNS load balancing on Front End pools requires you to perform a couple of extra steps with FQDNs and DNS
    records.
    A pool that uses DNS load balancing must have two FQDNs: the regular pool FQDN that is used by DNS load balancing (such as pool01.contoso.com), and resolves to the physical
    IPs of the servers in the pool, and another FQDN for the pool’s Web services (such as web01.contoso.com), which resolves to virtual IP address of the pool.
    In Topology Builder, if you want to deploy DNS load balancing for a pool, to create this extra FQDN for the pool’s Web services
    you must select the Override internal Web Services pool FQDN check box and type the FQDN, in the Specify the Web Services URLs for this Pool page.
    To support the FQDN used by DNS load balancing, you must provision DNS to resolve the pool FQDN (such as pool01.contoso.com) to the IP addresses of all the servers in the pool
    (for example, 192.168.1.1, 192.168.1.2, and so on). You should include only the IP addresses of servers that are currently deployed.
    Best regards,
    Eric

  • Lync 2010 and Lync 2013 blinking icon in taskbar not working properly

         Hi,
         We're experiencing a strange behaviour. Lync IM notifications are supposed to work this way below:
         1) Notification bubble on the right-bottom corner
         2) After a few seconds, a blinking icon in the task bar
         3) After a few seconds, a coloured icon remains in the task bar
         Some of our users, both Lync 2010 and Lync 2013, go 1) and 2) but then icon won't remain in the task bar, so they don't realize they have a conversation waiting (Windows XP and Windows 7).
         If they open the icon, the conversation is there and coloured, and they can answer.
         In my computer, it has also happened but most of the time it works fine (testing it, maybe it works 15 times and fails 1). Nevertheless, a lot of people is suffering from this strange behaviour.
         We have looked into the causes but haven't found anything.
         Any clue?
         Thanks!

    How long have you seen the problem?
    What version of your Lync client? Try to update your Lync client to the latest version.
    Try to repair office 2013.
    Uninstall and reinstall Lync 2010.
    Please install Lync 2013 or Lync 2010 on a fresh installation of Window to check if you can still see this problem.
    Lisa Zheng
    TechNet Community Support

  • Co-Existence Lync 2010 and Lync 2013

    Hi,
    How do we check that CMS is moved from lync 2010 to Lync 2013 in Co-Existance environment lync standard edition.
    I know that users are moved form Lync 2010 to Lync 2013 but i don't if CMS is moved? And in the existing co-existence we have two edge servers Lync 2010 and Lync 2013. How can i check if traffic is  routing through Lync 2010 or lync 2013. 
    Because we want to Decommission the Lync 2010 STD Edition before doing this i want to make sure every thing go smooth.
    Please help me on this.
    Thanks
    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

    To find out if the CMS is moved:
    Get-CsConfigurationStoreLocation, if it's a standard server it will tell you the pool name.  If it's an Enterprise server, it will tell you the SQL server name associated with the pool. 
    http://technet.microsoft.com/en-us/library/gg412814.aspx
    Otherwise it's at the top of the topology builder (the top top part that says Lync Server in the left pane, under the Central Management Server spot in the right pane. 
    For a full decommission article, here's a decent one with screenshots.  As Ben said, if you can advise about the other places we could be more specific.
    http://www.oiboran.com/?p=1073
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Lync 2010 and Outlook 2013 - not talking!

    I have problemns with Lync 2010 with Outlook 2013 under Windows 8.
    Conversation History is not being saved.
    All the patches are installed.
    When I click on "show more in Outlook" it complains the accounts are not the same. I have two exchange accounts configured within the one Outlook profile. I never had this issue under Outlook 2010.
    ERROR:
    The email address used in your default Outlook profile is different from the sign-in address used in Lync 2010.
    Change your default Outlook profile to match the sign-in address you are using in Lync, and then sign out and sign back in to Lync.
    My default account is the same as my Lync sign-in name.
    I have tried everything.

    Mate,
    There is no issue on conversation history save option, when I use Outlook 2010. 
    The issue only to Outlook 2013 with Lync 2010?  Two observations;
    => Save IM in outlook ( greyed out ) - Lync 2010 client 
    => When I check Lync config information - MAPI is not installed  - Lync 2010 client 
    Could you advice. 

  • HT204350 Migrating from a 2010 MBP to a 2013 iMac - stuck halfway through???

    I have begun migrating from a 2010 MBP to a 2013 iMac after installing mavericks on both. They are connected by ethernet. The MBP isn't updated to the latest version because it was installed from a previous copy from apple. The migration has started and is stuck on 1 hour19 mins, what should i do? is it safe to somehow stop the migration process? or is it best to leave it be for a few hours or something? i had a lot of trouble starting the process as i had to try multiple times to get it to locate all the files and folders on the MBP. Thanks for the help.

    Welcome to Apple Support Communities
    Leave it for some minutes to see if the migration process continues. If not, simply turn off both Macs, turn them on and transfer the files again.
    If the migration gets stuck again, consider the option of making a Time Machine backup of your old MacBook Pro onto an external drive, and then use that backup to restore your files to the iMac. The steps to restore a backup from an external drive are the same.

Maybe you are looking for

  • Print documents from DMS with Output of Billing Document

    Hi,     I have a requirement to print the DMS attachements of an Billing document, when triggering the output type of the document.     Is there a third party product which can provide this functionality or will abap changes be required to the print

  • How do I get Firefox to stop opening a new tab every time I hit "print preview" of an email?

    The tab and various favorite sites open right on top of the print screen window, blocking the print screen window so that I have to x out the tab to print my email.

  • Types of Mapping

    Hi Masters, I have Small Dought.. We have 4 Type of Mappings, <b>Genera Message Mapping, JAVA Mapping, XSLP Mapping and ABAP Mapping... </b> <b>My Dought is ...In which Scenarios we are using this all mappings....</b> Please give me Clear Idea... Reg

  • Error Message When Rendering/Writing Video

    Trying to render my timeline and I get "File Error: The specified file is open and in use by this or another application." I uninstalled and reinstalled all of FInal Cut Studio- no help. I unplugged my external drive and used all internal drive setti

  • Forms ORA-03115 on database link

    Hi, I'm not new to forms but I'm going crazy about one error: When I try to connect in forms to oracle8 from oracle7 I get this message: ORA-31015 unsupported network datatype or representation. The mad is that it works with Oracles TOAD, and on any