博客统计信息

用户名:newemailbox
文章数:40
评论数:1
访问量:24268
无忧币:99
博客积分:746
博客等级:4
注册日期:2007-03-29

我最近发表的评论

背景音乐

我的音乐

00:00 | 00:00

 
 

To rebuild extensible counters, third-party counters, and all other performance counters follow these steps:
1. Open an elevated Command Prompt window.
2. At the command prompt, type the following command, and then press ENTER:
cd\windows\system32
3. At the command prompt, type the following command and then press ENTER:
lodctr /R
Note: In this command, "R" is uppercase.
4. At the command prompt, type exit , and then press ENTER to close the Command Prompt w..
一、          部署托管缓存模式
A.        安装和配置托管缓存服务器;
                         i.              在分公司的一台Windows Server 2008 R2企业版或者数据中心版的完全安装或者ServerCore上的添加功能,选择Branchcache安装;
&nbs..
Branchcache 循序渐进指南
一、              在存放内容的服务器上安装Branchcache功能;
二、              配置文件服务器角色
A.        安装网络文件Branchcache;
B.        启用文件服务器Hash公布
                 ..
How to Reseed a Failed Mailbox Database Copy in Exchange Server 2010
When a mailbox database copy has failed in an Exchange Server 2010 Database Availability Group (DAG) it may be necessary to reseed the mailbox server with the failed database copy.



Exchange 2010 DAG with a Failed Database Copy
To reseed the database copy launch the Exchange Management Shell on the server that is in a failed state.
First we need to suspend replication for the mailbox database copy on this server.  Use the following command, specifying the mailbox database in the format “<mailbox database name>\<server name>”.
[PS] C:\>Suspend-MailboxDatabaseCopy -Identity "Mailbox Database 01\EX2"
 
Confirm
Are you sure you want to perform this action?
Suspending mailbox database copy "Mailbox Database 01" on server "EX2".
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is "Y"): y
The mailbox database copy status will now change from “Failed” to “Failed and Suspended”.



Exchange 2010 Mailbox Database in Failed and Suspended State
Next we reseed the database with a new copy by issuing the following command.
[PS] C:\>Update-MailboxDatabaseCopy -Identity "Mailbox Database 01\EX2" -DeleteExistingFiles
The duration of the seeding process will depend on the size of the database and the speed of the network. When the update has completed it will automatically resume replication for the database copy. If you want to prevent automatic resume of replication use this command instead.
[PS] C:\>Update-MailboxDatabaseCopy -Identity "Mailbox Database 01\EX2" -DeleteExistingFiles -ManualResume
 
 http://technet.microsoft.com/en-us/library/ff359982(EXCHG.140).aspx[/img]..
2011-07-01 06:35:23
I would be lying if I say that i don't get this question anymore from our customers and partners.
I just bought a new server and it appears to have a multitude of BIOS options for virtualization. Which BIOS options should be enabled and/or disabled to use with Hyper-V?
I recently received a well drafted message by our friends in Virtualization product group here in Microsoft. Here is what suggested by Microsoft Virtualization Team with respect to HYPER-V, BIOS & PROCESSOR FEATURES and i..
2011-06-27 17:25:15
中文OWA发布规则详细截图见附件
ISA 2006 SP1 Configuration with Exchange 2010
While ISA 2006 SP1 includes a Client Access Web Publishing Wizard for both Exchange 2003 and Exchange 2007, the wizard does not have any knowledge of Exchange 2010. Exchange 2010 includes the following changes with respect to its URLs and virtual directories:


Exchange 2010 Client Access Servers (CAS) no longer utilize the /exchweb virtual directory.
Exchange 2010 CAS no longer utilizes the /unifiedmess..
2011-01-13 14:29:47
在Exchange 2010 SP1中,Search-Mailbox命令包含了“DeleteContent”参数。比如,删除邮箱中的特定邮件,可是使用如下命令:
 
Search-Mailbox -Identity "April Stewart" -SearchQuery "Subject:'Your bank statement'" -DeleteContent
 
2010-06-28 15:29:10
一、 使用MDT 2010插入大容量存储设备驱动到WINPE
1. 打开Workbench,右击Out-Of-Box Drivers,选择Import Driver
 
2. 指定驱动目录,点击next
 
3. 在Summary页面点击next完成。
4. 打开添加的驱动查看属性,建议添加一些描述信息。
5. 更新部署共享更新LiteTouchPE_x86.iso和LiteTouchPE_x64.iso
二、 管理驱动方法
1. 使用"Let Windows Decide"方法管理驱动
i. 导入目标计算机的所有驱动,Windows使用即插即用枚举决定需要安装的驱动,这种方法简单;
ii. 下载所有..
一、 为MDT安装Powershell模块
(模块文件下载地址http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Components-PostAttachments/00-03-24-15-04/MDTDB.zip)
a) Get-ExecutionPolicy,查看策略
 
b) Set-ExecutionPolicy Unrestricted,修改策略
 
c) Import-Module –name C:\Scripts\MDTDB.psm1,导入模块
 
d) Get-Module
 
二、 连接到MDT数据库
a) Get-Help Connect-MDTDatabase
 
连接MDT-Server服务器上名叫MDT的MDT数据库:Connect-MDTDatabase..
'UUID.vbs
'Displays the UUID of a computer
'By Mitch Tulloch (www.mtit.com)
strComputer = "."
strWMINamespace = "\root\CIMV2"
Set objSWbemServices = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colSWbemObjectSet = objSWbemServices.ExecQuery("SELECT * FROM Win32_ComputerSystemProduct")
For Each objSWbemObject In colSWbemObjectSet
   strIdentifyingNumber = objSWbemObject.IdentifyingNumber
   strName = objSWbemObject.Name
   strVersion = objSWb..
基于目标计算机的属性部署Windows 7
一、配置MDT数据库规则
a)         打开eployment Workbench-Advanced Configuration-右击Database-选择Configure Database rules,选择所有,点击下一步到完成。
b)         查看rules。
二、配置基于MAC地址部署Windows 7
a)         打开eployment Workbench-Advanced Configuration-Database-New(如果提示权限不足,重启SQL服务,重开窗口)
b)  &..
手动迁移:
1、域用户登录客户端计算机新建测试文件;
2、修改rule文件:
BootStrap.ini file to read as follows:
[Settings]
Priority=Default
[Default]
DeployRoot=\\SEA-DC1\DeploymentShare$
UserID=Administrator
UserDomain=edensys
UserPassword=abc@123
KeyboardLocale=zh-cn
SkipBDDWelcome=YES
 CustomSettings.ini:
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=YES
SkipAdminPassword=YES
SkipApplications=YES
SkipAppsOnUpgrade=YES
SkipBDDWelcome=YES
SkipBitLocker=YES
S..
2010-06-27 01:12:39
安装SQL Server
1、安装SQL Server,如果是安装在windows server 2008或者2003 SP2需要安装如下两个组件:
Microsoft .NET Framework 3.5 SP1
Windows Installer 4.5 Redistributable
2、点击"全新SQL Server独立安装或现有安装添加功能",运行安装向导安装;
3、选择数据库引擎服务,点击下一步;
4、接受命名实例默认设置;
5、选中为每个数据库服务使用相同帐号,输入域管理员帐号密码,点击下一步;
6、在数据库引擎配置界面,添加域管理帐号作为SQL Server管理员;
7、按向导安装;
配置SQL Server
1、打开SQL配置管理器-SQL ..
Exchange Server 2003升级至2010的步骤
1、检查exchange2003版本,在Exchange 2003服务器上,打开控制台,展开“管理组”-“第一个管理组”-“服务器”-右击exchange 2003服务器,单击“属性”-“常规”查看版本为exchange 2003 SP2。
2、检查exchange模式是本机本市还是混合模式,右击“第一个组织”-“属性”,设置为纯模式。
3、安装Exchange 2010服务器,安装过程将创建自动路由组连接器。
4、 安装完成之后,在Exchange 2010服务器移动邮箱到Exchange 2010服务器。
5、 改变Exchange 2010的脱机地址列表,在Exchan..
假设已经为每个部门都创建了各自的通讯组(例:IT部门),然后创建传输规则:

将规则应用于邮件
来自“IT部门”的成员
和 发送到“IT部门”的成员
将邮件密件抄送到“IT部门领导邮箱”

可以为每个部门都建立一条类似的传输规则。
使用脚本规范化企业office程序注册名
 








    在大企业中,office软件基本上时最常用的办公软件了,当你需要编辑文件服务器上一个WORD文档时却提示XX正在编辑你只能以只读方式打开,而这个XX可能是叫“user”,也可能是一串字符,总之不是你所认识的正常的人名。
 
    Office最终的注册用户名取决于每个用户第一次打开office组件时登记的那个名字,通常系统默认将你安装系统时定义的Name作为默认用户,Company定义为office使用者的组织名。如果每个使用者都按照默认或者..
Exchange 2007批量修改自定义属性值
在Exchange Management shell 中实现的,运行下面的命令:

Get-mailbox | Where-object{$_.CustomAttribute1 -eq "OldValue"} | Set-Mailbox -CustomAttribute1 NewValue

Windows 7 / Windows Server 2008 R2: Remote Desktop IP Virtualization

VistaHappy Sunday everyone!  It’s Day Eighteen of our Windows 7 / Windows Server 2008 R2 Launch Series – only four more days to go till the big day!  Today we’re wrapping up our look at some of the new Remote Desktop Services features with a quick overview of Remote Desktop IP Virtualization (RD IP Virtualization).  RD IP Virtualization allows IP addresses to be assigned to remote desktop connections on a per-session or per-program basis.    Prior to Windows Server 2008 R2, every session on a remote desktop server had the same IP address.  I’m sure some of you are wondering, “Well, OK – big deal.  Why does that matter?”  Think about applications that require a unique IP address for each instance of the application.  Clearly having a single IP for all the sessions, can cause a number of application compatibility problems – consider the scenario below where the backend database server refuses the second and third client connections based on their use of the same IP address as the first connection.

OK, let’s take a quick look at the architecture of the RD IP Virtualization feature.  User mode applications using WinSock will be able to get Virtual IP’s – the application itself does not need to be aware of RD IP Virtualization or need to be changed in any way.  However, there are some caveats – services in Session 0 will not be virtualized, nor will applications and services running inside the a remote administrator session.  In addition, applications that use named pipes or any other mechanism besides sockets will not be virtualized.  The RD IP Virtualization Service depends on a valid DHCP Server being active.  A pool of static addresses can also be configured.  The actual process for assigning the IP Addresses is as follows (the diagram below shows the sequence):

The RD IP Virtualization Client Layered Service Provider (LSP) intercepts WinSock bind() and connect() calls.  It calls the RD IP Virtualization Service and requests IP addresses
The RD IP Virtualization Service calls into the DHCP client.  This call returns either a Machine IP (MIP), Virtual IP (VIP) or an access denied error
The RD IP Virtualization Client writes the VIP address to the WTSInfoClass which is returned by WTSQuerySessionInformation().

In order to determine what users have what IP’s at what time, WTSEnumerateSessions is called to get a list of sessions
For sessions in the list, WTSQuerySessionInformation is called to get the IP Address.  The session is not virtualized if the call fails and GetLastError() returns ERROR_NOT_SUPPORTED or RPC_S_SERVER_UNAVAILABLE
WTSQuerySessionInformation is also called to retrieve the user name for the session

A couple of things to note about permissions – only administrators will be able to query and see virtual IP addresses from all sessions.  Users will only be able to see the IP address of their session – they cannot see the VIP’s of other sessions – also, the Remote Desktop User group cannot query VIP’s for all sessions.  Now let’s look at how applications get their IP Addresses and what RD IP Virtualization does in each case.
WinSock provides a pluggable Service Provider Infrastructure (SPI) that facilitates the interception of the WinSock API calls.  Applications don’t know about the SPI – they make their normal WinSock API calls to get network addresses.  Transport Service Providers (TSP) are services that set up the connection or transfer data.  There are two different types of TSP – Layered Service Providers, that we mentioned above, that intercept the WinSock API calls, and Base Service Providers (BSP) that implement lower-level protocols such as TCP/IP.  Namespace Providers (NSP) are services that associate network addresses with human-friendly names.  Since the applications using Namespace Service Providers are also WinSock applications, they are intercepted and assigned VIP’s as well.  The diagram below gives you an idea of how this all interacts:
类别:RDS|阅读(354)|回复(0)|(0)阅读全文>>
Deploying Personal Virtual Desktops by Using Remote Desktop Web Access
A user is connected to a 个人虚拟机 in the following way:
1.     A user initiates the connection to the personal virtual desktop by using RD Web Access or by using RemoteApp and Desktop Connection.
2.     The request is sent to the RD Session Host server running in redirection mode.
3.     The RD Session Host server running in redirection mode f..
类别:RDS|阅读(229)|回复(0)|(0)阅读全文>>
为远程桌面服务配置虚拟机
为域完成两台完全相同配置的虚拟机安装后,必须对其进行配置,才能使用远程桌面服务。每个虚拟机上必须都配置下列步骤:

启用远程桌面。
将将使用此虚拟机的用户帐户添加到虚拟机本地 Remote Desktop Users 安全组。
允许远程 RPC;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TerminalServer,双击 AllowRemoteRPC 注册表项,在“值数据”框中,键入 1,然后单击“确定”。。
创建防火墙例外以允许“远程服务管理”
将权限添加到 RDP 协议;

wmic /node:localhost RDPERMISSIONS where..
类别:RDS|阅读(63)|回复(0)|(0)阅读全文>>
 <<   1   2   >>   页数 ( 1/2 )

公告