Alex’s Blog
Information At Your Finger Tip!Saving time with offline domain joins in Windows Server 2008 R2
Posted by hekan in Jul 13, 2011, under Uncategorized
Comments Off more...Microsoft Lync Server 2010 Protocol Workloads Poster
Posted by hekan in May 25, 2011, under Uncategorized
Comments Off more...Features new to Lync 2010 (over OCS 2007 R2)
Posted by hekan in May 11, 2011, under Uncategorized
- Enhanced virtualization support. Lync Server can be virtualized in both small and enterprise topologies.
- The A/V Conferencing service functionality can run in a standalone server role, and can also be deployed as a load-balanced pool. It can even be virtualized.
- New management tools, including the Lync Server 2010 Management Shell, (a Windows PowerShell based managing tool) and the Lync Server 2010 Control panel (a web-based management tool).
- DNS Load balancing is supported for Front End pools, Edge Server pools, Mediation Server pools and Director pools.
- Central and Branch Site Resiliency. Enhanced client registration, discovery and routing provide Central Site Resiliency and Branch Office Resiliency that provide certain voice features with pool or server failures or outages.
- Call Admission Control (Badnwidth Management) has been added to prevent poor call quality.
- Mediation Server Bypass allows the flow of media to bypass the Mediation Server. This reduction of server workload allows the Mediation Server role to collocate with the Front End server.
- Emergency Dialing (E9-1-1). This feature provides calling party’s telephone and physical address the the Public Safety Answering Point (PSAP).
- The Call Park application makes it possible to put calls on hold and and then retrieve it later from any phone.
- Some new Conferencing features: the lobby provides a place for meeting attendees to wait until a meeting starts, DTMF commands during calls, recorded name announcement, simpler meeting URLs.
- Some new client features include: Activity Feeds lets you see “social updates”, photographs in contact lists, message waiting indicator for some devices, contact search, expanded contact cards, single unified contact store, enhanced access levels and privacy options.
Configuring the Windows Time service to use an external time source
Posted by hekan in Apr 22, 2011, under Uncategorized
To fix this problem automatically: http://go.microsoft.com/?linkid=9729248
Note:
Each DNS name that is listed must be unique. You must append ,0×1 to the end of each DNS name. If you do not append ,0×1 to the end of each DNS name, the changes made of poll interval will not take effect.
Related URL: http://support.microsoft.com/kb/816042/en-us
Exchange 2010 Mailbox Server OS edition
Posted by hekan in Apr 22, 2011, under Uncategorized
Enterprise Edition is required for DAG functionality.
With the advancements in Exchange 2010 high availability, RAID is no longer a required component for Exchange 2010 storage design. However, RAID is still an essential piece to Exchange 2010 storage design for stand-alone servers as well as high availability solutions that require either additional performance or greater storage reliability.
When implementing RAID, use a dedicated array group; don’t host both system LUN and data LUNs on the same array group. The disk array RAID stripe size (KB) should be set to 256 KB or greater as per storage vendor best practices and the storage array cache settings should be set to 75% write cache and 25% read cache when utilizing battery backed cache.
Documented here:
http://technet.microsoft.com/en-us/library/bb691354.aspx
http://technet.microsoft.com/en-us/library/aa996719.aspx
http://www.microsoft.com/exchange/2010/en/us/system-requirements.aspx
Microsoft Cloud Products List
Posted by hekan in Jan 11, 2011, under Uncategorized
- Introduction to Windows Intune
- Introduction to Office 365
- Office Web Apps
- Introduction to Exchange Online
- Coexistance with and migration to Exchange Online
- Introduction to SharePoint Online
- Introduction to Microsoft Lync Online
- Introduction to the Private Cloud
- Deploying Hyper-V Cloud
- Introduction to the Windows Azure Platform
- AppFabric Overview
- Windows Azure DataMarket (Dallas)
- Cloud Security
- Azure Security Overview
- SQL Azure Security
- Single Sign-On from Active Directory to a Windows Azure Application
- Introduction to SQL Azure
- Setup and Configuration of SQL Azure Databases
- SQL Azure Security Using Data Sync
- Introduction to Windows Azure
- Windows Azure Security
- AppFabric Caching
Converting MAK Clients to KMS command for Windows 7 deployment In MDT2010
Posted by hekan in Jan 06, 2011, under Uncategorized
Add Command line of Task Sequence:
* Step1: Activate Client using VL KMS—cscript.exe c:\windows\system32\slmgr.vbs /ipk KMSSetup Key
*Step2: Set the KMS host—cscript.exe c:\windows\system32\slmgr.vbs /skms KMShostname:port
* Step3: Online Active Windows—cscript.exe c:\windows\system32\slmgr.vbs /ato
How to Disable My Site in SharePoint 2007
Posted by alex.he in Jun 07, 2010, under Uncategorized
Go to the Central Administration Web Page
Click on the link for Shared Services Administration.
Under "User Profiles and My Sites" click Personalization Services Permissions
Select the group you want to limit the functionality for. More than likely you will just have NTAuthority\Authenticated Users.
In the next screen you will see a list of checkboxes,
To disable MySites uncheck "Create Personal Site"
Windows Server 2008 R2加入到域的问题
Posted by alex.he in Mar 30, 2010, under Uncategorized
环境:Windows Server 2008 R2
现象:输入只有单标签的域名时,提示无法找到AD DC,
原因及解决办法:
自Windows Vista起,加入到域时,必须输入域名的完整形式(FQDN),若只输入域名的单标签,该机器不会自动添加DNS后缀。输入域名的FQDN,问题得以解决。
详细请参考以下链接:
DNS Client Name Resolution behavior in Windows Vista vs. Windows XP
如何运行多个Live Messenger?
Posted by alex.he in Feb 25, 2010, under Windows Live
在我们公司,邮件账号同时也是LIVE ID (Exchange Online),公司也用该ID用作统一沟通工具,而我个人也有一个Live ID,我的系统为windows 7,安装好live messenger,发现一个问题,同时只能运行一个
账户,难道就没有解决办法?我不相信,微软一定会有解决办法的。
开始Bing了一下,在网上也发现了很多类似的Case,同时大家也都提出了一些解决办法,经过测试,
发现修改注册表为最佳方法,详细如下:
1)运行regedit;
2)导航到下列路径:
KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live\Messenger\
3)在窗口右边添加一个名为MultipleInstances的Dword值;
4)双击将其值修改为1;
4)关掉注册表,测试,可以登陆多个Live ID。
备注:
1)安装MSNShell软件业可以实现该功能,我个人不愿意安装很多软件,具体看个人兴趣;
2)若要通过修改注册表的方式来实现,Live Messenager的版本必须为2009或以后的版本。
3)相关方法来源于以下站点,对作者表示感谢。
4)以下做了个屏幕截图: