What is the difference between X86, X64 and IA64?
X86:http://en.wikipedia.org/wiki/X86 X64: http://en.wikipedia.org/wiki/X64 IA64: http://en.wikipedia.org/wiki/IA64
Iordanis Kazanas – Virtual Systems Administrator
X86:http://en.wikipedia.org/wiki/X86 X64: http://en.wikipedia.org/wiki/X64 IA64: http://en.wikipedia.org/wiki/IA64
PROBLEM : When I execute get-rolegroup I get the following error: The requested search root ‘forest.local/Microsoft Exchange Security Groups’ is not within the scope of this operation. C annot perform searches outside the scope ‘domain.forest.local’. + CategoryInfo : NotSpecified: (0:Int32) [Get-RoleGroup], ADOperationException + FullyQualifiedErrorId : C13C766,Microsoft.Exchange.Management.RbacTasks.GetRoleGroup SOLUTION : By default Exchange Management Console and Exchange … Read more
PROBLEM : Cannot open your default e-mail folders. You must connect to microsoft exchange with the current profile before you can synchronize your folders with your outlook data file (.ost) SOLUTION : The Microsoft Exchange RPC Client Access service was not starting automatically.
In SP1, Managed Folders have been taken out of the GUI Console and replaced with Retention Policies. Managed Folders are still around and can be configured with Powershell (EMS). For all the commands start here: http://technet.microsoft.com/en-us/library/dd638169.aspx
PROBLEM : This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, or arbitration mailboxes. SOLUTION : The trick to seeing the Arbitration Mailboxes is to Set-AdServerSettings: Set-AdServerSettings -ViewEntireForest $True Run the Get-Mailbox command to see if there are any Arbitration Mailboxes : Get-Mailbox -database mbox1 -arbitration | Format-Table name,servername Name … Read more
Couldn’t mount the database that you specified. Specified database: mailbox-database1; Error code: An Active Manager operation failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionNotFound: Unable to mount database. (hr=0x8004010f, ec=-2147221233) http://support.microsoft.com/kb/977960 CAUSE This issue occurs when the value of the ConfigurationDomainController parameter and the value of the PreferredGlobalCatalogparameter are different. In … Read more
This occurs when a Windows 7 system has been sysprepped three times — KB929828. To overcome this, you will need to do the following: Run the slmgr.vbs -rearm command. Try sysprep again. Additional ressources : http://technet.microsoft.com/en-us/library/dd744512%28WS.10%29.aspx http://mickitblog.blogspot.ca/2011/08/fatal-error-occurred-while-trying-to.html
Determining if a VMDK is zeroedthick or eagerzeroedthick http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1011170
You can reduce size of the winsxs by 5GB with the following command : DISM /online /Cleanup-Image /SpSuperseded You cannot uninstall the Service Pack after it completes. Here are the before and after screenshots :
In the management console, you will find it under Server Configuration > Servername > Properties