tutorial sharepoint 2013

Discover tutorial sharepoint 2013, include the articles, news, trends, analysis and practical advice about tutorial sharepoint 2013 on alibabacloud.com

SharePoint 2013 Solution Design and Architecture: How to Build a SharePoint Farm

Recently, to upgrade SharePoint in the company, because the old system SharePoint 2010 has been more than 2 years, the above changes more, and the permissions are very confusing, so determined to upgrade it, redeploy a new SharePoint 2013 Server. The following configuration is currently used 1 Standalone domain contr

SharePoint create workflow by SharePoint Designer 2013

This article is based primarily on the previous article http://www.cnblogs.com/qindy/p/6242714.html, create a sample workflow by SharePoint Designer 2013.Here's a brief description of what we need to do to apply workflow: Automatically triggers workflow to update the title value when the Add item is added to the list.First create a Custom list named ' MyList ' Site contents-->add an app-->custom ListRun

How to configure incoming e-mail messages using Exchange 2013 in SharePoint 2013

The previous article on SharePoint's outgoing e-mail, this article explains how incoming mail should be configured. This article is written according to the structure of the content on TechNet. SharePoint 2013 uses Exchange 2013 to configure outgoing messages First you need to install the SMTP relay server on the SharePoint

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 2013 Search SharePoint specific columns and specific documents (custom search)

SharePoint 2013 searches SharePoint specific columns and specific document 1, action steps and legends, because of the language and version of the different I try to use the screenshot mode. 2. Administration, in the Application Management section, click Manage Service Applications.3. Click the Search service application.4. On the Search administration page, in t

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

(settingsFeature.Properties["__AppCatListId"].Value); using (SPSite hostSite = new SPSite(hostSiteId)) using (SPWeb hostWeb = hostSite.RootWeb) { SPList corporateCatalog = hostWeb.Lists[hostListId]; return corporateCatalog; }} It turns out that there is a feature in the Web application named corporatecuratedgallerysettings, And the identifier (ID) is "F8BEA737-255E-4758-AB82-E34BB46F5828 ". It has two attributes: "_ appcatsiteid" and "_ appcatlistid", respectively storing

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 2013 renaming a site collection name (SharePoint Rename site collection)

Recently, in SharePoint, there was a need to rename a site collection, primarily the way the site was backed up/restored with a database, the address of the site collection, and then a search for PowerShell:$site = get-spsite-identity "http://server/sites/Demo"$site. Rename ("http://server/sites/Demo2")In particular, if there is something in the Recycle Bin, an error will be reported and the Recycle Bin can be cleaned up:When cleaning the Recycle Bin,

SharePoint 2013 How to build the app local development environment

Using the SharePoint app, if you want to distribute SharePoint-related applications through the application directory, such as SharePoint-related applications with Full Control permissions (unable to deploy to Office 365 sites), You will need to use SharePoint 2013, which is

The page appears when SharePoint 2013 uses Office Web Apps to view or edit Office documents: "Sorry, there was a problem" error

When SharePoint uses Office Web Apps to view or edit Office documents, the page appears: "Sorry, there was a problem" errorThe page appears when SharePoint 2013 uses Office Web Apps to view or edit Office documents: "Sorry, there was a problem" errorThis problem is caused by the use of the System account login site.Replace other account login problem resolution.O

Mobile devices and SharePoint 2013-part 5th: Customizing apps

Blog Address: Http://blog.csdn.net/foxdaveOriginal addressIn this series of articles, the author shows an overview of the most significant new features of SharePoint 2013-Support for mobile devices. This series of articles:mobile Devices and SharePoint 2013-part 1th: Overviewmobile Devices and

SharePoint 2013 tip sharing series-sync exchange display HD user photos

In the SharePoint 2013 tip series-Active Directory sync show user photos, this article describes how to synchronize Active Directory show user photos, but after synchronization is complete, the size and resolution of your photos are not ideal. This article describes how to synchronize high-definition user photos on the Exchange Server. Principle Similar to SharePoint

SharePoint 2013 tip sharing series-sync exchange display HD user photos

650) This. width = 650; "src =" http://image.mamicode.com/info/201409/20181012192446406963.png "style =" border: 0px; "/> In the SharePoint 2013 tip series-Active Directory sync show user photos, this article describes how to synchronize Active Directory show user photos, but after synchronization is complete, the size and resolution of your photos are not ideal. This article describes how to synchronize hi

SharePoint 2013 tip sharing series-sync exchange display HD user photos

In the SharePoint 2013 tip series-Active Directory sync show user photos, this article describes how to synchronize Active Directory show user photos, but after synchronization is complete, the size and resolution of your photos are not ideal. This article describes how to synchronize high-definition user photos on the Exchange Server. Principle Similar to SharePoint

About SharePoint 2013 Multi-tenancy (i)

About multi-tenancy (multi-tenancy)What I'm going to introduce to you here is the multi-tenancy concept in SharePoint 2013, what is multi-tenancy? What is the meaning and use of the multi-tenancy model? I am here to uncover this mysterious veil for all of you.Multi-tenancy: refers to the ability to manage and partition the site data and the shared services or software to accommodate multiple tenants. This i

Count SharePoint 2013 for those great development tools

Count SharePoint 2013 for those great development toolsCategory: SharePoint2014-07-18 20:33 277 People read Comments (0) favorite reports CAML Designer 2013Caml Designer is a tool that helps generate CAML queries to query the SharePoint list. It can be said that there is no more efficient way to generate a CAML query automatically than the CAML designer does.

Logical architecture diagram for SharePoint 2013 Farm

The previous article analyzes the physical topology of SharePoint 2013. The physical topology is divided into 3 layers (2 tiers), as detailed in the SharePoint 2013 Farm (multi-tier Server) Installation Guide--least privilege, which goes on to go into the SharePoint

SharePoint 2013 Sync Exchange display HD user photos

In the SharePoint 2013 Tips sharing Series-Active Directory sync display user Photos This article describes how to synchronize Active directory to display user photos, but the user photo size and sharpness are not ideal when the synchronization is complete. This article describes how to synchronize Exchange Server display high-definition user photos. Principle Similar to

Go Install SharePoint 2013 on Windows Azure

Windows Azure-based installation for SharePoint 2013The Windows Azure installation SharePoint series, written earlier, had to be paused because the Azure experience account expired. Today you are privileged to participate in the Windwos Azure event and get a trial account. So today will continue the previous article, documenting how to install SharePoint

How to create a WCF REST Service in SharePoint 2013

SharePoint 2013 is developers provide a rich rest API that facilitates our data in the Client action list. Of course, we can also create a custom rest service in SharePoint 2013, such as working with the database through the rest service. This blog post describes how to create a WCF REST Service in

Total Pages: 15 1 2 3 4 5 6 .... 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.