Sign In
Anything IW
My Blog on SharePoint - mutaz
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Admin
BI
Composites
Content Deployment
governance
IIS
LogParser
Office 365
Patching
patterns and practices
powershell
productivity
Project
Project Server
Readiness
Reporting
SharePoint
SharePoint 2010
Tech.Ed
Troubleshooting
Archive
Archives
September 2011
(2)
August 2011
(1)
July 2011
(2)
September 2010
(1)
April 2010
(1)
March 2010
(1)
September 2009
(2)
August 2009
(1)
July 2009
(1)
June 2009
(1)
March 2009
(2)
February 2009
(1)
December 2008
(3)
November 2008
(4)
October 2008
(1)
August 2008
(1)
July 2008
(2)
June 2008
(3)
MSDN Blogs
>
Anything IW
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Anything IW
Import IIS Logs into SQL Server
Posted
4 months ago
by
MutazAG
0
Comments
I often need to analyse SharePoint IIS logs for different purpose, mainly for capacity planning. The first step to do so (after collection the logs from the servers) is to bulk import the logs into SQL. To import the IIS logs into SQL I use the logparser...
Anything IW
New SharePoint 2010 training content
Posted
5 months ago
by
MutazAG
0
Comments
Microsoft just published two new training content for BI and Composites in SharePoint 2010. also don't forget to review the available content for ECM and Internet Implementers trainings. SharePoint Server 2010 Business Intelligence Training View...
Anything IW
Installing SP1 and June CU for SharePoint 2010 and Office Web Apps
Posted
6 months ago
by
MutazAG
2
Comments
(cross posting from: http://blogs.technet.com/b/office_resource_kit/archive/2011/07/12/patching-office-web-apps-to-sp1-and-june-cus-including-sharepoint-server-2010.aspx ) Here is the install order and required patches for SharePoint 2010 deployments...
Anything IW
Office 365 Jump Start Videos
Posted
6 months ago
by
MutazAG
0
Comments
Microsoft published great Office 365 Readiness and Training videos at: http://technet.microsoft.com/en-us/edge/office-365-jump-start-01-microsoft-office-365-overview-for-it-pros here is the list of available jump start videos: Office 365 Jump...
Anything IW
Check the build level status of components within your SharePoint 2010 farm
Posted
6 months ago
by
MutazAG
0
Comments
To check the upgrade status of your farm after applying the latest SP and CU: Get-SPProduct - this CmdLet will check the build version of the binaries on all servers in the farm PS C:\> $spprod = Get-SPProduct PS C:\> $spprod.Servers...
Anything IW
Talking about SharePoint 2010 large scale deployments, identity, ALM and deployment best practices at MS tech.ed 2010
Posted
over 2 years ago
by
MutazAG
1
Comments
My colleague Kuldip Obhan and my self presented at tech.ed 2010 in Australia on lessons learned SharePoint 2010 deployments in which we focused our presentation on the following topics: Designing a large scale SharePoint 2010 deployment Identity and federation...
Anything IW
Sync the user display name from the profile service down to the content dbs
Posted
over 2 years ago
by
MutazAG
0
Comments
this script will sync the user display name from the user profile service and update the user display name on the site collection level. all it does is to trigger the timer job: <user profile service app>-ProfSync get-sptimerjob | ? {$_.Name -like...
Anything IW
Reprovision service applications
Posted
over 2 years ago
by
MutazAG
0
Comments
when upgrading a 2010 Beta deployment to RC i ran into issues related to using office web apps. i had to reprovision the service applications to fix the issue. to do so, i ran the following ps script: Get-SPServiceApplication | %{$s = “re-provision...
Anything IW
First Look demos: Microsoft Project 2010
Posted
over 3 years ago
by
MutazAG
0
Comments
three new First Look demos for Microsoft Project 2010 are published now. the demo videos cover three topics: Microsoft Project 2010 Overview Microsoft Project Professional 2010 Microsoft Project Server 2010 check em out now at: http://www.microsoft...
Anything IW
Add a Publish command to Project Web Access home page
Posted
over 3 years ago
by
MutazAG
2
Comments
This post shows how to add a publish command to PWA, this command will trigger a dialog box for publishing projects, the user will select the project to publish and submit. here is how it looks like: and when you click on the publish command...
Anything IW
Outlook 2010, makes people's life better!
Posted
over 3 years ago
by
MutazAG
0
Comments
A big big fan of Outlook my self, outlook by far is my number one favorite software ever! and I love outlook 2010, check out this Backstage With Office 2010 video on Outlook. cheers, - mutaz
Anything IW
“Typing Arabic has never been this easy!”
Posted
over 3 years ago
by
MutazAG
0
Comments
This is one of the best innovations I’ve seen for a while! Microsoft Maren is a Windows extension that allows users to type Arabic in Roman/Latin characters (Romanized Arabic, Arabizi, Arabish or Franco-Arabic) and have it converted on the fly...
Anything IW
Customising Content Query Web Part (CQWP) and Discussion Boards
Posted
over 3 years ago
by
MutazAG
2
Comments
I had a requirement to customise the CQWP in a way to display the number of replies on a discussion board item. and change the URL link of the item in CQWP to take the user to the threaded view of the discussion, rather than dispform.aspx of the...
Anything IW
SharePoint is not returning federated search results. Proxy settings required on the server.
Posted
over 3 years ago
by
MutazAG
0
Comments
Search centre in SharePoint collaboration sites has built in federated search result page that pull from live search. in cases when no federated search results are displayed, or a Location not found error message appears. this could be related to proxy...
Anything IW
How-To: Self service site creation?
Posted
over 3 years ago
by
MutazAG
0
Comments
Creating a new site collection usually requires a farm admin permission level since the tools to do so are available through the central admin or by using an stsadm command line. In some cases, you want to delegate the site creation to end users (without...
Anything IW
error: “The application-specific permission settings do not grant Local Activation “
Posted
over 3 years ago
by
MutazAG
11
Comments
this is a common DCOM error that often seen in sharepoint deployments. the error details form the application event log: Event Type: Error Event Source: DCOM Event Category: None Event ID: ...
Anything IW
SSP Admin cannot manage existing BDC applications?
Posted
over 4 years ago
by
MutazAG
1
Comments
A newly created SSP admin with full set of permissions on BDC gets access denied messages when trying to manage existing BDC applications if the new SSP admin was created after the BDC application was imported to the SSP. To resolve this issue, go to...
Anything IW
patterns & practices: Application Architecture Guide 2.0 (The Book) - Home
Posted
over 4 years ago
by
MutazAG
0
Comments
was released few weeks ago, includes a good little section on architecture decisions you often see in building a SharePoint based LOB. patterns & practices: Application Architecture Guide 2.0 (The Book) - Home - mutaz
Anything IW
PowerShell SharePoint deployment scripts
Posted
over 4 years ago
by
MutazAG
0
Comments
cross posting from the Norwegian MCS IW team : It is an pleasure to announce the first of our two new SharePoint projects on Codeplex.com: Project Description SharePoint PowerShell Deploy is a set of PowerShell files to help you build, deploy,...
Anything IW
Patterns and Practices: SharePoint Guidance
Posted
over 4 years ago
by
MutazAG
0
Comments
The patterns and practices SharePoint Guidance is here, this guidance helps architects and developers design, build, test, deploy and upgrade SharePoint intranet applications. A reference implementation that is named the Contoso Training Management application...
Anything IW
SSRS 2008 and Report Builder 2.0
Posted
over 4 years ago
by
MutazAG
0
Comments
Today i finally had a chance to look at SSRS 2008. some of the new features that i already like about it: the new tablix control: a mix of table + matrix, will let you combine both table capabilities and matrix capabilities in one grid. some...
Anything IW
"Command Prompt" here!
Posted
over 4 years ago
by
MutazAG
0
Comments
here is a very handy registry edit that will add a "Command prompt" and "12 Folder" commands to your windows explorer contenxt menu: http://blogs.msdn.com/jb/archive/2007/09/19/12-folder-from-here.aspx . use when you want to open a command prompt on the...
Anything IW
Outlook search - start "finding"
Posted
over 4 years ago
by
MutazAG
0
Comments
Seriously, stop looking for that old email you got from a customer or a friend by navigating through your outlook folders, use search!!!! I am a big fan of desktop search technologies, I use(d) vista for long time, now i am on Windows Server 2008 with...
Anything IW
"Configuration of SharePoint Products and Technologies failed" error
Posted
over 4 years ago
by
MutazAG
0
Comments
I kept getting this error while trying to install WSS v3/Project Server 2007 side by side on a machine running WSSv2/Project Server 2003. in this instance i was trying to install the products without upgrading WSS v2 content dbs, hence i did not run the...
Anything IW
MOSS and WSS SDK 1.4
Posted
over 4 years ago
by
MutazAG
0
Comments
the new MOSS SDK 1.4 and WSS SDK 1.4 are now released and can be downloaded here: Download the MOSS SDK 1.4 Download the WSS SDK 1.4 see the blog post of Randall Isenhour for more details on this SDK release. - mutaz
Page 1 of 2 (30 items)
1
2