As a first step to upgrade to Lync 2013 environment it’s better to push Lync 2013 client to all user’s computers and enable Lync 2013 to see OCS 2007 R2 servers. It’s as simple as adding an registry key. Disabling Server version check on the registry makes Lync 2013 client to see the OCS 2007 … Continue reading Use Lync 2013 client with Office Communications Server 2007 R2
Author: --Anand--
Use Lync 2013 client with Office Communications Server 2007 R2
As a first step to upgrade to Lync 2013 environment it’s better to push Lync 2013 client to all user’s computers and enable Lync 2013 to see OCS 2007 R2 servers. It’s as simple as adding an registry key. Disabling Server version check on the registry makes Lync 2013 client to see the OCS 2007 … Continue reading Use Lync 2013 client with Office Communications Server 2007 R2
RDS Session Host issue in Windows 2008 R2
One of the RDS session host in the farm is trouble opening any RDS consoles (RemoteApp Manager or Session Host Configuration). I get this error message: “The sessions for this RD Session Host server cannot be retrieved. The remove server does not support running RemoteApp Manager remotely” To be sure I wasn’t running the RemoteApp … Continue reading RDS Session Host issue in Windows 2008 R2
Exchange Server 2010: What’s your Server name in Outlook profile?
Is your user’s Outlook profile has specific CAS Server instead of CAS array name? When user creates a new Outlook profile, Outlooks reads the mailbox’s server name from the Exchange and AD and sets up automatically. You are wondering why the Auto Discovery finds a specific CAS server name, not the CAS Array name. If … Continue reading Exchange Server 2010: What’s your Server name in Outlook profile?
Beautiful Mouse Cursors
I found boring after using Windows default cursors. I get my cursors at Deviantart.com. You may also try some of the beautiful and useful cursors. Get it here: http://browse.deviantart.com/customization/skins/windows/cursors/
Windows 8: IE 10 Flash Player issues
I suffered flash player issues in Windows 8, I am guessing after a Microsoft Windows Update. I am not talking about Metro IE. Desktop IE 10 wouldn't play flash content at all. Every web site I visit IE or website complained I don't have Flash installed. Adobe Flash support/help is good for IE 10. But … Continue reading Windows 8: IE 10 Flash Player issues
Windows 8 and Windows Server 2012: Handy Dandy Quick Admin Menu
If you click Lower-Left corner, you go to Start menu. Right click on the same spot (Lower-Left) you will get special admin menu. Look it has Run, Control Panel, System, etc.,
Windows 8: Handy Dandy Quick Admin Menu
If you click Lower-Left corner, you go to Start menu. Right click on the same spot (Lower-Left) you will get special admin menu. Look it has Run, Control Panel, System, etc.,
Windows 8 and Windows Server 2012 vs NetApp shares
NetApp CIFS shares are not able to browse on Windows 8 or Windows Server 2012. You may get "Network not found" error when you try in command prompt.Answer is simple. Windows 8 and Server 2012 is expecting SMB signing from NetApp shares. I tried to enabling SMB signing on the NetApp and it DIDN'T help. … Continue reading Windows 8 and Windows Server 2012 vs NetApp shares
PowerShell: List users from a specific OU
Here is the command to list all users from specific OU in Active Directory. Import-Module ActiveDirectory Get-ADUser -Filter * -SearchBase "ou=ouname,dc=company,dc=com" If you don’t know the OU name in distinguished name, 1. open Active Directory Users and Computers, enable Advanced Features in the menu, open the OU properties, go to Attribute Editor and open distinguishedName … Continue reading PowerShell: List users from a specific OU