Infopath 2010

Categories: Uncategorized

SharePoint 2010 Reusable Workflow

Categories: Uncategorized

SharePoint 2010 BI Formulas

BI Formulas

BI Formulas

Categories: Uncategorized

BCS

Categories: Uncategorized

SharePoint 2010

Categories: Uncategorized

WSP Deployment Using Power Shell

1.Develop Custom Webpart

Open PowerShell and Run as Administrator

C:\Windows\System32\WindowsPowerShell\v1.0\PowerShell.exe

Adding
————
write-host “Adding Snapin”
Add-PsSnapin Microsoft.SharePoint.PowerShell
write-host “Added”

Add-SPSolution “D:\MySPSolution.wsp“
Install-SPSolution –Identity MySPSolution.wsp –WebApplication http://SP2010:8888 –GACDeployment

Update wsp
————-

Update-SPSolution –Identity MySPSolution.wsp –LiteralPath “D:\MySPSolution.wsp” –GacDeployment

unInstall wsp
————-

Uninstall-SPSolution –Identity MySPSolution.wsp –WebApplication http://sp2010
Remove-SPSolution–Identity MySPSolution.wsp

Or below

Uninstall-SPSolution -identity MySPSolution.wsp -Confirm:$false
Remove-SPSolution -identity MySPSolution.wsp -Confirm:$false

===========================================================================================================

Specific to One site
=========================================================================================================
————–
write-host “Adding Snapin”
Add-PsSnapin Microsoft.SharePoint.PowerShell
write-host “Added”

Adding
—–
Add-SPSolution “C:\CustomWebPartTest.wsp”
Install-SPSolution –Identity CustomWebPartTest.wsp –WebApplication http://SP2010:8888 –GACDeployment

Update wsp
————-

Update-SPSolution –Identity MySPSolution.wsp –LiteralPath “D:\MySPSolution.wsp” –GacDeployment

Uninstall
————–

Uninstall-SPSolution –Identity CustomWebPartTest.wsp –WebApplication http://SP2010:8888 -Confirm:$false
Remove-SPSolution -identity CustomWebPartTest.wsp -Confirm:$false

write-host “Removing Snapin”
Remove-PsSnapin Microsoft.SharePoint.PowerShell
write-host “Removed

Categories: Uncategorized

custom sharepoint 2010 cmdle

http://blog.falchionconsulting.com/index.php/2009/10/creating-custom-sharepoint-2010-cmdlets-using-visual-studio-2010/

Categories: Uncategorized

Sharepoint Webpart Using Web User Control

http://www.a2zdotnet.com/View.aspx?Id=95

http://msdn.microsoft.com/en-us/magazine/ee309510.aspx

Categories: Uncategorized

Sharepoint Timer Jobs

http://www.infoitweb.com/Common/Articles.aspx?TypeID=11&ContentID=29

Categories: Uncategorized

Crawl History in sharepoint 2010

http://www.infoitweb.com/Common/Articles.aspx?TypeID=11&ContentID=49

Categories: Uncategorized
Follow

Get every new post delivered to your Inbox.