Level 1 - Uncertainty. Success depends on individual effort.
Level 2 - Awakening. Basic project management practices are established.
Level 3 - Enlightenment. Standard process throughout organization.
Level 4 - Wisdom. Detailed metrics are collected and evaluated.
Level 5 - Certainty. Continuous process improvement via metrics feedback.
Saturday, March 31, 2012
Saturday, March 3, 2012
Thursday, March 1, 2012
My Site - Quick Launch ( In site settings ) Missing
Problem : In mysite, there will be a link called Quick launch ( Site Actions > Site Settings > Look and Feel > Quick Launch ) and it will allow the users to add or remove the tabs which appear in profile page. One fine morning it disappeared and the setting page was filled up with more links (obviously it is less for MySites).
Cause : We enabled the "SharePoint Server Publishing Infrastructure" service using feature stapling. If we change it to Publishing site the settings page will change and that is the cause for the issue.
Resolution : You can use the Navigation ( Site Actions > Site Settings > Look and Feel > Navigation ) link instead of Quick launch.
Cause : We enabled the "SharePoint Server Publishing Infrastructure" service using feature stapling. If we change it to Publishing site the settings page will change and that is the cause for the issue.
Resolution : You can use the Navigation ( Site Actions > Site Settings > Look and Feel > Navigation ) link instead of Quick launch.
Wednesday, February 29, 2012
Sharepoint 2010 : FilePlan & metaEngine Lookup field
Creating a Local FilePlan in SharePoint and a metaEngine Lookup field
Sharepoint 2010 : User Permission Report
Usually we may required a report to show to the management that who is doing what role and their permissions. We need to use Power shell for this.
To display the output in the screen
$urlWeb = "http://BalaOnWeb.Com/Public"
Get-SPUser -Web $urlWeb select UserLogin, @{name="Exlicit given roles";expression={$_.Roles}}, @{name="Roles given via groups";expression={$_.Groups %{$_.Roles}}},Groups format-Table -Wrap
To display the output in a Text file
Get-SPUser -Web $urlWeb select UserLogin, @{name="Exlicit given roles";expression={$_.Roles}}, @{name="Roles given via groups";expression={$_.Groups %{$_.Roles}}},Groups format-Table -Auto Out-File c:\scripts\13UserPermissionsReport-security.txt
Get-SPUser -Web $urlWeb select UserLogin, @{name="Exlicit given roles";expression={$_.Roles}}, @{name="Roles given via groups";expression={$_.Groups %{$_.Roles}}},Groups format-Table -Wrap Out-File c:\scripts\13UserPermissionsReport-security.txt
To display the output in the screen
$urlWeb = "http://BalaOnWeb.Com/Public"
Get-SPUser -Web $urlWeb select UserLogin, @{name="Exlicit given roles";expression={$_.Roles}}, @{name="Roles given via groups";expression={$_.Groups %{$_.Roles}}},Groups format-Table -Wrap
To display the output in a Text file
Get-SPUser -Web $urlWeb select UserLogin, @{name="Exlicit given roles";expression={$_.Roles}}, @{name="Roles given via groups";expression={$_.Groups %{$_.Roles}}},Groups format-Table -Auto Out-File c:\scripts\13UserPermissionsReport-security.txt
Get-SPUser -Web $urlWeb select UserLogin, @{name="Exlicit given roles";expression={$_.Roles}}, @{name="Roles given via groups";expression={$_.Groups %{$_.Roles}}},Groups format-Table -Wrap Out-File c:\scripts\13UserPermissionsReport-security.txt
Tuesday, February 28, 2012
Sharepoint 2010 : Customize the My Profile (mySite)
Subscribe to:
Posts (Atom)
