sharepoint for dummies

Read about sharepoint for dummies, The latest news, videos, and discussion topics about sharepoint for dummies from alibabacloud.com

SharePoint configuration analyzer (sca.exe)-SharePoint configuration Analyzer

SharePoint configuration analyzer (sca.exe)-SharePointConfiguration Analyzer Translated by: Rickie Lee (rickieleemail at Yahoo.com) Jan. 1, 2005 Overview SharePoint configuration analyzer is a diagnostic tool used to verify running WSS or SPS and some key settings that host Web parts. SharePoint configuration analyzer also reports the use of Web parts o

Go SharePoint App Development (2)-building a development environment

This article belongs to the SharePoint Apps Development series article, and this series of articles includes: SharePoint app Development (1)-What is a SharePoint app? SharePoint app Development (2)-Building a development environment (this article) Before you develop a

SharePoint site test data Automation series--upload files to SharePoint library using PowerShell.

Daily SharePoint site testing, we often have to do a variety of data, and today wrote a few scripts, found themselves writing more and more scripts, so I decided to tidy up, and some of the commonly used reusable methods are published.Today, let's talk about how to upload files to a SharePoint library using PowerShell, with the following code:add- pssnapin Microsoft.SharePoint.PowerShellfunction createagend

SharePoint State Machine Workflow Solution (ii): WF state Machine in SharePoint

In the previous article, we mentioned that SharePoint is a workflow platform that encapsulates the event-driven interface on top of the WF workflow engine; SharePoint extends a lot of activity on WF, where three common activities that are closely related to WF are: ONWORKFL Owactivated,createtask,ontaskchanged. A simple SharePoint sequential stream. onWorkflo

SharePoint 2010 Creating and debugging a SharePoint workflow Solution

Add a column to a SharePoint document library 1. Open a SharePoint site. 2. Create a new document library. The name of the document library should be "shared document" 3. On the Library Tools ribbon, click Library, and then click the Create Column button on the Ribbon to create a new column. 4. Name the column document status, set its type to options (menu to select from), specify the following three op

Create a service Desk site with SharePoint 2013 to set up mail delivery actions using SharePoint Designer!

After we have completed the release of all the forms, we can create our service ticket based on the form, but there is one more question, how do I send this change email to our end users? This relies on our SharePoint Designer to complete this loop.We can then use our SharePoint Designer to push our email rules. We now analyze the circumstances in which we send emails, and define different mail delivery acc

SharePoint Automation Series--create a local user and add to SharePoint

Implementation process: Create a local user locally and add the user to the Administrators group, and then add the user to the SharePoint specified site and give Full Control permission.The script is as follows:functionaddusertospsite{param($SITEURL,$userName,$pwd,$fullName,$DSPT) #Create a local user and add to a local group.try{$computer= [ADSI]"winnt://$ENV: Computername,computer" $user=$Computer. Create ("User",$userName) $user. S

SharePoint Security-SharePoint site Common page URL index

LibrarySite Template Library/_catalogs/wt/forms/common.aspxSite template settings/_layouts/areatemplatesettings.aspxWeb Part Gallery/_catalogs/wp/forms/allitems.aspx/_layouts/newdwp.aspxMaster Page Library/_layouts/redirectpage.aspx? Target={sitecollectionurl}_catalogs/masterpage/_catalogs/masterpage/forms/allitems.aspxMaster Page settings/_layouts/changesitemasterpage.aspxSite Content Type library/_layouts/mngctype.aspxSite Column Gallery/_layouts/mngfield.aspxPhoto Gallery/_layouts/images//_l

SharePoint [architecture series]-Server Object Model of SharePoint 03. Service hierarchy

We have looked at the physical object hierarchy (physical objects hierarchy) of the Sharepoint Server Object Model and the related classes in the content hierarchy. Here we will look at the service hierarchy, including web service, Windows service, and other types of services (icomingemailservice, usageservice, outboundmailservice), service instance, and the configured field range instance (CFCI) of the service ). Related class diagrams of the Service

Open CAD (. DWG) in SharePoint 2010 and SharePoint 2013 browsers)

客户端配置 1.安装FreeDWGViewer.exe,设置浏览器查看 2.检查ActiveX插件是否已安装成功 服务端配置1.开启许可模式或者通过脚本将“application/acad”加入InlineDownloadedMimeTypes 或者 参考http://www.captechconsulting.com/blog/brandon-atkinson/allowing-pdfs-open-browser-sharepoint-2010-the-right-way$webApp = Get-SPWebApplication("http://****") $webApp.AllowedInlineDownloadedMimeTypes.Add("application/acad") $webApp.Update() $webApp.AllowedInlineDownloadedMimeTypes 2.IIS中MIME类型添加“dwg application/acad” 3.删除

SharePoint development, sharepoint

SharePoint development, sharepoint To enable Session in SharePoint, you can use Powershell to stamp it here. You can modify webconfig. The focus of this article is to use feature to control enabling and closing sessions. Create an empty SharePoint project and write the processing logic of FeatureEventHandler FeatureAct

SharePoint Data Protection (2) Restoration of website set and sharepoint data

SharePoint Data Protection (2) Restoration of website set and sharepoint dataZookeeper Restore Site Collection After the Site Collection is backed up (see the previous blog), if you want to restore it, SharePoint does not provide operations on the page, you must use the PowerShell command to restore it. Run the SharePoint

Step by step using templates in Sharepoint to customize top-level sites-[Sharepoint Server]

Microsoft's website provides a set of Windows SharePoint Services Chinese website templates for download, allowing us to easily create information and portals that meet specific requirements. Download link: http://office.microsoft.com/zh-cn/assistance/HA011929182052.aspx However, according to the download instructions, we can only use these templates in Windows SharePoint Services and cannot use them in

Add smart hints for SharePoint in PowerShell Ise to Enable SharePoint PowerShell commandlets in the PowerShell Ise

Powershell Ise in the default state there is a downside where some smart hints about SharePoint are not displayed, such as when you write a "get-" option followed by some objects that do not have an SP start. So I found a solution.First Open PowerShell Ise and copy the code below to Ise1 if(! (Test-path$profile )) 2 { 3New-item-type File-path$profile- Force4 } 5 6 7 $cmd=if((Get-pssnapin | Where-object {$_. Name-eq "Microsoft.SharePoint.PowerShell"})

Designing a SharePoint 3.0 workflow with SharePoint Designer 2007

This is an example of a SharePoint 3.0 workflow designed with Officesharepoint Designer 2007. Scene a example of a programme revision. The analysis of the process, design and implementation of the description are more detailed than the effect. You can take a look at all the interesting SharePoint or WF. Scene description Example of a programme revision Described below 1.wxd and Lzm are members of the [

How does SharePoint 2013 obtain the list of "SharePoint Applications" in the "application directory" corresponding to the current site?

At first, I used the following method to traverse all site collections in the Web application of the current site ), search for the website set with the template "appcatalog" and find the list with the function marked as "0ac11793-9c2f-4cac-8f22-33f93fac18f2" under its root site. This list is the "applicable to SharePoint Applications" list under "application directory. public static SPList GetCorporateCatalog(SPWeb web) { //SPSite site = GetSiteBy

SharePoint Study Notes-LINQ to SharePoint-how to obtain the calm generated by the LINQ Query

We know that LINQ to Sharepoint is actually converted into calm for access to SharePoint. So how can we know what the calm statement we write is eventually converted.We can use the following methods to achieve our goal. 1. First, create a new class named camldebug in our SharePoint project ,: Calmdebug. CSCodeAs follows: Using System; Using System. Col

Use Microsoft. Sharepoint. Administration to manage WSS (SharePoint)

After creating our WSS site, we can use the WSS console to manage the WSS site. Microsoft also provides the Microsoft. Sharepoint. Administration namespace to provide corresponding management functions for us. Here is an article on the Microsoft Knowledge Base. Http://msdn.microsoft.com/library/default.asp? Url =/library/en-US/spptsdk/html/tsansmicrosoft1_pointadministration_sv01027830.asp With Microsoft. Shar

InfoPath and SharePoint (1) InfoPath and SharePoint List, infopathsharepoint

InfoPath and SharePoint (1) InfoPath and SharePoint List, infopathsharepoint InfoPath and SharePoint List InfoPath can use an existing SharePointList as the data source. Without writing code, the data in the List can be displayed on the InfoPath form. First, create a List and some items. I have created a List of storage areas and created some provinces as It

SharePoint security, sharepoint

SharePoint security, sharepoint 1. Main website content Homepage /Default. aspx /Pages/default. aspx Website settings /_ Layouts/settings. aspx All website content /_ Layouts/viewlsts. aspx All mobile website content /_ Layouts/mobile/javaslists. aspx Shared document /Shared documents/forms/allitems. aspx Manage Website content structure /_ Layouts/sitemanager. aspx Website content structure log /_ Layouts/

Total Pages: 15 1 .... 7 8 9 10 11 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.