Sign in
Team blog of MCS @ Middle East and Africa
This blog is created by Microsoft MEA HQ near shoring team, and it aims to share knowledge with the IT community.With its infrastructure and development sides,It brings to you the proven best practices and real world experiences from Subject Matter Experts
Search Blogs
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.Net
.Net Framework
ASP.NET
BizTalk
Configuration Manager
Configuration Manager R3
Exchange 2010
Hosted Exchange
Hyper-V
Operations Manager 2007 R2
Orchestrator 2012
SharePoint
SharePoint 2010
SharePoint 2010 troubleshooting
SharePoint 2013
SharePoint Foundation
SQL Server
System Center 2012 Configuration Manager
Visual Studio
Visual Studio 2010
Windows 2008
Windows 7
Windows 8
Windows Server 2012
Windows Server 8
Visitor Globe
Hits Map
Archive
Archives
May 2013
(4)
April 2013
(7)
March 2013
(5)
February 2013
(12)
January 2013
(6)
December 2012
(4)
November 2012
(5)
October 2012
(5)
September 2012
(7)
August 2012
(3)
July 2012
(2)
June 2012
(3)
May 2012
(50)
April 2012
(10)
March 2012
(26)
February 2012
(8)
January 2012
(8)
December 2011
(12)
November 2011
(13)
October 2011
(7)
September 2011
(15)
August 2011
(12)
July 2011
(1)
June 2011
(6)
May 2011
(14)
April 2011
(5)
March 2011
(10)
February 2011
(11)
January 2011
(26)
December 2010
(38)
November 2010
(3)
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
TechNet Blogs
>
Team blog of MCS @ Middle East and Africa
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Team blog of MCS @ Middle East and Africa
SharePoint Fixed issues when stopped SENS service
Posted
over 2 years ago
by
Mohamed M Malek
1
Comments
Now I faced this solution many times now and for many problems that I faced so I decided that I would blog about all the issues that I faced and where solvable by this same solution. The SENS service (or the System Event Notification Service) is designed...
Team blog of MCS @ Middle East and Africa
User profile Synchronization Service Starting Issues
Posted
over 2 years ago
by
Mohamed El Ashmawi
1
Comments
Some people face issues with starting up user profile synchronization service. The main thing is that they find it hanging on “Starting”. They resolve this issue by changing the start type for the service to be “Automatic – Delayed...
Team blog of MCS @ Middle East and Africa
Deploy to VHD scenario in MDT 2012 Beta1
Posted
over 2 years ago
by
Elie BouIssa
1
Comments
Microsoft Deployment Toolkit (MDT) 2012 Beta 1 has been announced earlier this month by Michael Niehaus . From the new features that come along MDT 2012 Beta 1, we will explore the new added Task Sequence template called “Deploy to VHD Client Task Sequence...
Team blog of MCS @ Middle East and Africa
Exchange 2010 Cross-Forest Migration Step by Step Guide – Part I
Posted
over 2 years ago
by
Mohamed Marzouk [MSFT]
13
Comments
This Guide will explain the detailed steps required to do cross forest migration from source forest running Exchange 2003 to target forest running Exchange 2010. Active Directory Migration Tool (ADMT) will be used to migrate user accounts as well...
Team blog of MCS @ Middle East and Africa
SharePoint 2010 SP1
Posted
over 2 years ago
by
Mohamed El Ashmawi
2
Comments
SharePoint 2010 SP1 is almost here. It is expected by the end of June: http://blogs.technet.com/b/office_sustained_engineering/archive/2011/05/16/announcing-service-pack-1-for-office-2010-and-sharepoint-2010.aspx
Team blog of MCS @ Middle East and Africa
Migrating to SharePoint Host Name Site Collections 3
Posted
over 2 years ago
by
Mohamed El Ashmawi
0
Comments
In my previous 2 posts on Host Named Site Collections, I laid out the powershell scripts to create Host Name site collections as well as creating managed paths under them. After that, these site collections can be handled using PowerShell scripts normally...
Team blog of MCS @ Middle East and Africa
Comparing Encryption Key Fault Tolerance Options
Posted
over 2 years ago
by
zarafeh
0
Comments
Users might lose access to their EFS private keys through cases, like corrupted user profiles, hard disk failure, OS reinstall etc. Now here are some important facts about EFS Keys before we start the comparison 1- A time valid certificate and...
Team blog of MCS @ Middle East and Africa
ASPNET_SETREG does not care about your password–Or DOES IT
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
If you are developing an ASP.NET application and required to have the password placed in the configuration file then you have seen this condition. The thing is that usually we would want to put the password encrypted and one way that existed since ASP...
Team blog of MCS @ Middle East and Africa
A Very Easy Method to Configure NLB for BAM Portal
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
There are already several standard and well documented methods for creating a NLB cluster for BAM Portal like here . The problem with all these methods is that they tend to be very complex and long. Usually you would end up missing some steps and it will...
Team blog of MCS @ Middle East and Africa
Operations Manager 2007 R2 Installation and Configuration "step by step" – Part 5 “Configuring SQL Reporting Service”
Posted
over 2 years ago
by
Meged Ezzat
3
Comments
In this post series I am going through step by step into System Center Operations Manager 2007 R2 starting from “ Pre-Build ”, then I continued with “ Installing Operations Manager Database ”, followed by another post “ Installing...
Team blog of MCS @ Middle East and Africa
Exchange 2010 SP1 Hosting – Part4 “Multi-tenant Setup”
Posted
over 2 years ago
by
Meged Ezzat
6
Comments
I started this blog series by giving an overview about Exchange 2010 SP1 Hosting in this post Exchange 2010 SP1 Hosting – Part 1 “Overview” and then I went through Hosting Description in this post Exchange 2010 SP1 Hosting – Part...
Team blog of MCS @ Middle East and Africa
Migrating to SharePoint Host Name Site Collections 2
Posted
over 2 years ago
by
Mohamed El Ashmawi
1
Comments
After the creation of host names site collections as per the script mentioned in my previous article, you might find the need to create managed path and have separate site collections for them. [Note the technet article on managed path Host Name Site...
Team blog of MCS @ Middle East and Africa
Implementing Dynamic Authorization for a WCF service using SQL providers
Posted
over 2 years ago
by
Mohamed M Malek
5
Comments
Using the ASP.NET SQL membership provider to authenticate and authorize calls to WCF services is not an uncommon scenario. But the problem is in the authorization part. Usually to authorize access to WCF service methods this is done using static hard...
Team blog of MCS @ Middle East and Africa
Writing an IIS 7.5 Auto Start Provider
Posted
over 2 years ago
by
Mohamed M Malek
1
Comments
In IIS 7.5 there is a new feature called the auto start provider. This feature allows you to load any custom web application resources to allow the application to provide better performance right from the first request. Usually implementing an...
Team blog of MCS @ Middle East and Africa
Migrating to SharePoint Host Name Site Collections 1
Posted
over 2 years ago
by
Mohamed El Ashmawi
2
Comments
According to technet article http://technet.microsoft.com/en-us/library/cc424952.aspx , “Host-named site collections provide a scalable Web hosting solution with each site collection assigned to a unique DNS name. In a Web hosting deployment, each...
Team blog of MCS @ Middle East and Africa
Migrating Forms Based authentication sites from SharePoint 2007 to SharePoint 2010
Posted
over 2 years ago
by
Mohamed El Ashmawi
1
Comments
Migrating Forms Based authentication sites from SharePoint 2007 to SharePoint 2010 using database attach method applies the general principles of database attach upgrade method; however, it includes some additional steps to cater for membership &...
Team blog of MCS @ Middle East and Africa
SQL Server Tips & Tricks: Create Bulk Queries 2
Posted
over 2 years ago
by
Mohamed El Ashmawi
0
Comments
In my previous post, I mentioned that sometimes you need to create dynamic queries for SQL servers and that one of the options is to write queries that dynamically creates the needed queries for you. Although this might seem unclear when describing...
Team blog of MCS @ Middle East and Africa
ADMT Failed to migrate Windows XP SP 2 computer
Posted
over 2 years ago
by
Kashif Awan - MSFT
0
Comments
When you try to migrate Windows XP SP 2 computer with ADMT, the migration fails and the error " ERR2:7711 Unable to retrieve the DNS hostname for the migrated computer 'v-test-mig.source.com'. The ADSI property cannot be found in the property cache...
Team blog of MCS @ Middle East and Africa
Microsoft Exchange Transport Service stops after installing Forefront Protection for Exchange on Exchange 2010 HUB transport server
Posted
over 2 years ago
by
Kashif Awan - MSFT
1
Comments
Symptoms : - When you install Forefront Protection for Exchange on Exchange 2010 HUB Server, after the installation Microsoft Exchange Transport Service stops and when you open forefront console, the console cannot be loaded. Reason: - If...
Team blog of MCS @ Middle East and Africa
Using SharePoint 2010 Word Automation Services to convert Word documents to PDF files
Posted
over 2 years ago
by
Ahmed Nagy
2
Comments
A very interesting feature of SharePoint 2010 is the Word automation services. Word automation services allows you to convert between multiple document formats which runs as a batch job. This is very useful in many server side scenarios where customers...
Team blog of MCS @ Middle East and Africa
XP, Outlook Anywhere and TMG Configuration
Posted
over 2 years ago
by
Mohamed Marzouk [MSFT]
3
Comments
This is my first post so I thought to start with a strange case that I was working on last week. Customer environment as follows: - Exchange 2010, with CAS configured properly for Outlook Anywhere. - TMG configured to publish Outlook Anywhere. ...
Team blog of MCS @ Middle East and Africa
SYSPREP Tips and Supported Server Roles
Posted
over 2 years ago
by
zarafeh
1
Comments
If you are trying to reproduce unique virtual machines, always check the generalize checkbox (or use SYSPREP /generalize) to make sure the machine gets a new SID, NIC GUIDs and other identifiers, if you don't, your AD DS will have the impression that...
Team blog of MCS @ Middle East and Africa
SQL Server Tips & Tricks: Create Bulk Queries
Posted
over 2 years ago
by
Mohamed El Ashmawi
0
Comments
Sometimes you need to build bulk query to select, update or insert data to SQL tables. The selected, updated or inserted data is dynamic and is selected based on data in many tables. An example of this is the following requirement: For each...
Team blog of MCS @ Middle East and Africa
Troubleshooting SharePoint Error: The security validation for this page is invalid
Posted
over 2 years ago
by
Ahmed Nagy
0
Comments
While doing custom development on SharePoint using Visual Studio, it is common to get "The security validation for this page is invalid". I give 2 simple steps to troubleshoot this issue, I assume that you did not yet go into playing with the Web Application...
Team blog of MCS @ Middle East and Africa
Announcing the Re-release of Exchange 2007 Service Pack 3 Update Rollup 3 (V2)
Posted
over 2 years ago
by
Amr Abbas1
0
Comments
On March 29 th we posted an announcement to the EHLO blog about removing Update Rollup 3 for Exchange Server 2007 SP3 due to an issue that could result in database corruption. The Exchange Servicing team has fixed the reported issue with RU3 and is...
Page 10 of 14 (338 items)
«
8
9
10
11
12
»