id stringlengths 14 16 | text stringlengths 2 3.14k | source stringlengths 45 175 |
|---|---|---|
892cfe6d0843-6 | Business Data Connectivity
Yes
After the data model is cached on the web server of the remote farm (the farm that consumes the Business Data Connectivity service from a central farm), the remote farm connects directly to the data source over the WAN to query the data (instead of reconnecting to the farm that is... | https://learn.microsoft.com/en-us/sharepoint/administration/global-architectures |
892cfe6d0843-7 | Inefficient routing patterns
Packet loss
We do not recommend sharing the Search service application across these types of WAN connections. Instead, we recommend that you configure Search on the regional farm and use Remote SharePoint result sources to bring together search results from the regional farm(s) an... | https://learn.microsoft.com/en-us/sharepoint/administration/global-architectures |
892cfe6d0843-8 | A regional farm can consume the Search service application from a central farm and use it to crawl content locally. You have to set up a cross-farm service sharing relationship and complete additional configuration. In this case, the search components on the central farm crawl content on the regional farm. Communicatio... | https://learn.microsoft.com/en-us/sharepoint/administration/global-architectures |
892cfe6d0843-9 | Advantages
Search results are contained in a single search-ranked list. Search is managed centrally.
WAN crawling is not used. Search results are potentially fresher, based on the crawl schedule. If you also configure remote farms to include result sources for other farms, enterprise-wide search is ava... | https://learn.microsoft.com/en-us/sharepoint/administration/global-architectures |
bfca2a598602-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
Overview
Request Manager is functionality in SharePoint Server that enables administrators to manage incoming requests and determine how SharePoint Server routes these requests.
Request Manager uses configured rules to perform the... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-1 | Scaling limits
Hardware scaling limited by load balancer
Request Manager can perform application routing and scale out as needed so that a load balancer can quickly balance loads at the network level.
Setup and Deployment
Request Manager's task is to decide two things: a SharePoint farm will accept a requ... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-2 | Request Manager has two supported deployment modes: Dedicated and Integrated.
Dedicated mode
A set of front-end web servers is dedicated to managing requests exclusively. The front-end web servers that are dedicated to Request Manager are in their own farm that is located between the hardware load balancers (HLBs) ... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-3 | Allow it to be processed locally.
Route it to a different front-end web server.
Deny the request.
Integrated mode is good for small-scale deployments when many physical computers are not readily available. This mode lets Request Manager and the rest of SharePoint Server to run on all computers. This mode is common ... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-4 | In some situations, multiple front-end web servers will be suitable destinations for a particular request. In this case, by default, SharePoint Server selects one server randomly and uniformly.
One routing weight scheme is static-weighted routing. In this scheme, static weights are associated with front-end web servers... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-5 | Routing targets
Request routing determines the routing targets that are available when a routing pool is selected for a request. The scope of routing targets is currently for front-end web servers only, but Request Manager's design does not exclude routing to application servers, too. A list of front-end web servers ... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-6 | Remove a routing target from a specified web application.
$web=Get-SPWebApplication -Identity <URL of web application> $rm=Get-SPRequestManagementSettings -Identity $web $m=Get-SPRoutingMachineInfo -RequestManagementSettings $rm -Name <MachineName> Remove-SPRoutingMachineInfo -Identity $M
Note
... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-7 | .
The processes steps of the incoming request handler are as follows:
Request is determined if it should be throttled or routed
For routed requests, load balance algorithm is run
Request routed to load balancer endpoint
Request routing and Request throttling and prioritizing only run if it is enabled and ... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-8 | Front-end web server selection
The front-end web server selection uses all routing rules, whether they match or do not match a given request. Rules that match have machine pools, a request sends load balanced to any machine in any matching rule's machine pool. If a request does not match any request, it sends load ba... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-9 | The routing pool is the current front-end web server that has a health threshold equal to zero (0). So, the smallest threshold that the front-end web server can serve is zero. Because the current front-end web server has health score of 7, Request Manager denies and removes the request.
Request load balancing
The r... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
bfca2a598602-10 | Connections Reused / Sec
The number of connections per second that are reused when the same client connection makes another request without closing the connection.
Routed Requests / Sec
The number of routed requests per second. The instance determines the application pool and server for which this counter tra... | https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/configure-request-manager-in-sharepoint-server |
909c701fd9cf-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
Overview
In previous versions of SharePoint Server, such as SharePoint Server 2019 and SharePoint Server 2016, new feature experiences were introduced at the launch of major new versions. Those versions would be serviced with new secu... | https://learn.microsoft.com/en-us/sharepoint/administration/feature-release-rings |
909c701fd9cf-1 | Feature Updates will be named based on the calendar year and which half of the year they were released. For example, the feature update released in the autumn of calendar year 2022 is called SharePoint Server Subscription Edition Version 22H2 . A feature update released in the spring of calendar year 2023 is called S... | https://learn.microsoft.com/en-us/sharepoint/administration/feature-release-rings |
909c701fd9cf-2 | Selecting feature release preference
SharePoint Server Subscription Edition farms are part of the Standard release ring by default. At any time, customers can choose to move from the Standard release ring to the Early release ring, or from the Early release ring to the Standard release ring. New feature experiences w... | https://learn.microsoft.com/en-us/sharepoint/administration/feature-release-rings |
35882d7a5d2d-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
Overview
When upgrading older SharePoint farms that are using Classic Workflow Manager (WFM) to a newer version of SharePoint, WFM needs to be upgraded to SharePoint Workflow Manager (SPWFM) as well. Since you're installing a fresh co... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-1 | An address displays similar to this:
https:// apps. contoso. local:12290/SharePoint2013
The part after the port number is the scope name . In this example, it's "SharePoint2013”. Write down the scope name and save it for later. You need it when you run Register-SPWorkflowService in the new farm.
Check the s... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-2 | Example:
Take note of the account and the group. When you rejoin the workflow farm in the new environment, you must supply the password for the RunAsAccount . Only users who are members of the AdminGroup are able to browse the workflow endpoint URI and run the Register-SPWorkflowService command.
Disjoin ... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-3 | Step 2: Move the Databases
Move the Content Databases
To maintain parity between the SharePoint sites and the workflows that run on them, you must move the content databases along with the App Management service and WFM databases. Upgrading SharePoint content is outside the scope of this document, but we refer to a... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-4 | Backup the App Management database in the old farm using SQL Server backup.
Restore the App Management database to the new SQL server.
Create a new App Management Service In Central Administration in the new farm, go to Manage Service Applications and create a new App Management Service. In the Database section,... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-5 | Restore the databases on the new SQL server
Important
You must restore the 6 databases to the new SQL server using the same database names that were used previously. If you change the database names, the workflow configuration wizard will time out when trying to start the Service Bus services.
Create a SQL... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-6 | Example:
On the SPWFM server, go to Start | Run and type in "cliconfg"
On the Alias tab, select Add.
Choose TCP/IP for the Network library.
In the "Server Alias" box, type in the name of the "old" SQL server. Example: "SQL"
In the "Server name" box, type in the name of the "new" SQL serv... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-7 | Install Azure Service Fabric
SharePoint Workflow Manager requires Azure Service Fabric, which must be installed before you run SharePoint Workflow Manager setup. If the Azure Service Fabric Runtime isn't already installed, follow these steps below to install it:
The minimum version of Azure Service Fabric Runtime s... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-8 | Configure App Management and Subscriptions Settings services
On the SharePoint server (if you haven't already) set up the App Management service using the upgraded App Management database from the old farm. See the “Move the App Management Database” step above.
Create a new Subscription Settings service.
$s... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-9 | Export the certificate
On the SPWFM server, open IIS Manager . Right-click on the Workflow Management Site and choose Edit Bindings . Select the HTTPS binding on port 12290 and choose Edit. Select the "View" button next to SSL certificate.
Select the Details tab and choose “Copy to File…”
Run th... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-10 | b. A browser opens; navigate to https://localhost:12290. If you allowed connections over HTTP during setup, you'll have an HTTP endpoint on port 12291 and an HTTPS endpoint on port 12290.
c. Test both the http and https endpoints.
Check from your SharePoint servers . Ultimately it's your SharePoint servers that m... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
35882d7a5d2d-11 | Example:
Test a new workflow
a. Sign in to a client computer, and then open SharePoint Designer .
b. Open one of your sites and go to Workflows.
c. Create a new workflow and make sure you can see the “SharePoint Workflow 2013” in the list of platforms to choose from.
d. Create a basic "log to history" 2... | https://learn.microsoft.com/en-us/sharepoint/governance/update-to-spworkflow-manager-when-upgrading-farms |
7db031a7ba6e-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
Run cmdlets after software updates are installed
It is important that any Cumulative Updates (CU) for SharePoint Server and Workflow Manager are installed in a coordinated fashion. After an update has been performed, several Microsoft... | https://learn.microsoft.com/en-us/sharepoint/governance/update-workflow-in-sharepoint-server |
41cf27df7e09-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
This six-part video series walks through the installation and configuration of the SharePoint 2013 Workflow Platform where communication between the SharePoint farm and the Workflow farm is using Secure Sockets Layer (SSL). These videos... | https://learn.microsoft.com/en-us/sharepoint/governance/video-series-install-and-configure-workflow-in-sharepoint-server-2013 |
41cf27df7e09-1 | Episode 4: Install and configure Workflow Manager Client
This video provides a walkthrough of the installation of the Workflow Manager Client in the SharePoint farm. (time: 3:40)
This video provides a walkthrough of the installation of the Workflow Manager Client in the SharePoint farm.
Episode 5: Configure... | https://learn.microsoft.com/en-us/sharepoint/governance/video-series-install-and-configure-workflow-in-sharepoint-server-2013 |
555de5a8cf77-0 | The SharePoint Workflow Manager (SPWFM) Certificate Generation Key is similar to the SharePoint farm passphrase in that you need it to join an SPWFM farm. When joining an existing SPWFM farm, for example during an upgrade or migration, the workflow configuration wizard prompts you for it.
If you didn't document this ... | https://learn.microsoft.com/en-us/sharepoint/governance/reset-certificate-generation-key-sharepoint-workflow-manager |
555de5a8cf77-1 | # Set the key for SB
$SBdb = (get-sbfarm).SBFarmDBConnectionString
Set-SBCertificateAutogenerationKey -SBFarmDBConnectionString $SBdb -key $CertKey -Verbose
# Force the Update on the SB side
Stop-Sbfarm
Update-SBHost -CertificateAutoGenerationKey $CertKey
Write-host "Starting Service Bus Farm. This could take a few... | https://learn.microsoft.com/en-us/sharepoint/governance/reset-certificate-generation-key-sharepoint-workflow-manager |
555de5a8cf77-2 | # Some steps you need to take on the SharePoint side
Write-host -ForegroundColor yellow "Exporting the new WF endpoint cert to the current directory. You MUST install this cert on all SharePoint servers."
Write-host "$PWD\WFsslCert.cer"
Get-WFAutoGeneratedCA -CACertificateFileName WFsslCert.cer
Write-host -ForegroundC... | https://learn.microsoft.com/en-us/sharepoint/governance/reset-certificate-generation-key-sharepoint-workflow-manager |
a3e0464e5eef-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
This article contains the information and procedures required to configure Workflow Manager in SharePoint Server.
Note
There are two separate workflow engine products that power the SharePoint 2013 Workflow platform: Microsoft Wor... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
a3e0464e5eef-1 | Windows Workflow Foundation 3
Installs automatically with SharePoint Server.
SharePoint 2013 Workflow
Windows Workflow Foundation 4
Requires SharePoint Workflow Manager or Microsoft Workflow Manager, and SharePoint Server.
SharePoint 2013 Workflow - Project Server
Windows Workflow Founda... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
a3e0464e5eef-2 | Note
SharePoint Workflow Manager supports the version 9.1 CU2 (9.1.1583.9590) of Azure Service Fabric and higher versions . If Windows Fabric is already installed on your machine, you must uninstall it before installing Azure Service Fabric.
It’s been reported that Azure Service Fabric might generate a large amo... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
a3e0464e5eef-3 | Note
The SharePoint 2010 Workflow platform installs automatically when you install SharePoint Server. The SharePoint 2013 Workflow platform requires either Microsoft Workflow Manager or SharePoint Workflow Manager and must be installed separately and then configured to work with your SharePoint Server farm. To functi... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
a3e0464e5eef-4 | Note
For security reasons, we recommend HTTPS for a production environment.
To configure SharePoint Workflow Manager on a server that is part of the SharePoint Server farm and on which communication takes place by using HTTP
Sign-in to the computer in the SharePoint Server farm where SharePoint Workflow Manag... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
a3e0464e5eef-5 | Sign-in to the computer in the SharePoint Server farm where SharePoint Workflow Manager was installed.
Open the SharePoint Management Shell as an administrator by right-clicking the SharePoint Management Shell and choosing Run as administrator .
Run the Register-SPWorkflowService cmdlet.
Example :
Regi... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
a3e0464e5eef-6 | Example :
Register-SPWorkflowService -SPSite "http://myserver/mysitecollection" -WorkflowHostUri "http://workflow.example.com:12291" -AllowOAuthHttp
Important
You must install the SharePoint Workflow Manager Client on each server in the SharePoint farm before you run the pairing cmdlet.
To configure Sh... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
a3e0464e5eef-7 | Upgrade existing Microsoft Workflow Manager
In order to update Microsoft Workflow Manager to SharePoint Workflow Manager, SharePoint Workflow Manager can't be placed on top of Microsoft Workflow Manager. Installing this build requires first uninstalling any prior versions of Workflow Manager (Client) and Service Bus.... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
a3e0464e5eef-8 | Note
There is no need to delete the existing Workflow Service Application Proxy, and there is no need to re-register SPWorkflowService. If you encounter the invalidity of the Certificate Generation Key for SharePoint Workflow Manager and Service Bus, you may reset it, see Reset Certificate Generation Key .
Rer... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
a3e0464e5eef-9 | You can determine which ports SharePoint Server and Workflow Manager are using for both HTTP and HTTPS by using IIS Manager as shown in the figure.
Figure: Use IIS Manager to view the ports used by SharePoint Workflow Manager
Sharepoint Workflow Manager communicates by using TCP/IP or Named Pipes. Ensure that the... | https://learn.microsoft.com/en-us/sharepoint/governance/install-and-configure-workflow-for-sharepoint-server |
7eefde329bfa-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
SharePoint Server can use the workflow service built on the Windows Workflow Foundation. This service is called Workflow Manager and it is designed to play a central role in the enterprise. Processes are central to any organization and ... | https://learn.microsoft.com/en-us/sharepoint/governance/getting-started-with-sharepoint-server-workflow |
7eefde329bfa-1 | Visual Studio 2015
Visual Studio 2015 is used in many types of Microsoft development. You can use Visual Studio 2015 to develop workflows similar to SharePoint Designer 2013. However it can also be used to develop custom actions and tasks such as a workflow action that interacts with a custom application.
SharePoin... | https://learn.microsoft.com/en-us/sharepoint/governance/getting-started-with-sharepoint-server-workflow |
1f93072960e9-0 | Use the steps in this article to move your SharePoint Workflow Manager (SPWFM) databases to a new SQL Server instance. This movement may be done as part of a disaster recovery (DR) effort, a migration, or if you simply must rename the SPWFM databases. These steps could also be used as an alternative method for upgradin... | https://learn.microsoft.com/en-us/sharepoint/governance/sp-wf-mgr-farm-restore-disaster-recovery |
1f93072960e9-1 | Service Bus Resource Provider
Service Bus VSS
Service Fabric Host Service
Workflow Manager Backend
World Wide Web Publishing Service
Move the WF and SB databases physically from the original SQL Server instance to the target SQL Server instance. Database backup and restore works well for that. You need to... | https://learn.microsoft.com/en-us/sharepoint/governance/sp-wf-mgr-farm-restore-disaster-recovery |
1f93072960e9-2 | Back up the four databases you need on the "old" SQL server and restore them to your "new" SQL server. In the following example, the databases have been restored with the default database names:
SbGatewayDatabase
SBMessageContainer01
WFInstanceManagementDB
WFResourceManagementDB
Restore the Workflow Farm
If yo... | https://learn.microsoft.com/en-us/sharepoint/governance/sp-wf-mgr-farm-restore-disaster-recovery |
1f93072960e9-3 | $manageUsers = @("spfarm@contoso.local","sysadm@contoso.local") # Admin accounts. Use UPN form (user@domain). This should include the account that is running this script.
$adminGroup = "BUILTIN\Administrators" # The group that will have admin permissions for the SPWFM farm. The local administrators group is common.
... | https://learn.microsoft.com/en-us/sharepoint/governance/sp-wf-mgr-farm-restore-disaster-recovery |
1f93072960e9-4 | ### You should not need to change anything below this line ###
# Set a few more variables automatically
$PrimarySymmetricKey = [Convert]::ToBase64String((1..32|%{[byte](Get-Random -Max 256)}))
$certGenKey = convertto-securestring $certGenKeyPlain -asplaintext -force
$myPassword = convertto-securestring $newPass -asplai... | https://learn.microsoft.com/en-us/sharepoint/governance/sp-wf-mgr-farm-restore-disaster-recovery |
1f93072960e9-5 | Restore the Service Bus Gateway
# Restore the Service Bus Gateway
Restore-SBGateway -GatewayDBConnectionString "Data Source=$newSQL;Initial Catalog=$sbGatewayDB;Integrated Security=True;Encrypt=False" -SBFarmDBConnectionString "Data Source=$newSQL;Initial Catalog=$sbManageDB;Integrated Security=True;Encrypt=False" -V... | https://learn.microsoft.com/en-us/sharepoint/governance/sp-wf-mgr-farm-restore-disaster-recovery |
1f93072960e9-6 | Restore the Workflow Manager Services Farm
# Restore the Workflow Manager Services and Farm
Restore-WFFarm -RunAsAccount $wfmAcc -InstanceDBConnectionString "Data Source=$newSQL;Initial Catalog=$wfInstanceDB;Integrated Security=True;Asynchronous Processing=True;Encrypt=False" -ResourceDBConnectionString "Data Source=... | https://learn.microsoft.com/en-us/sharepoint/governance/sp-wf-mgr-farm-restore-disaster-recovery |
1f93072960e9-7 | Join other servers to workflow farm
At this point, if everything looks good, if you had more servers in the SPWFM farm, you should be able to add them back to the farm by running the Workflow Manager Configuration wizard and choosing to join an existing farm.
The "Certificate Generation Key" was set in the script ... | https://learn.microsoft.com/en-us/sharepoint/governance/sp-wf-mgr-farm-restore-disaster-recovery |
1f93072960e9-8 | However, if you used these steps to migrate your SB and WF databases to a new SPWFM farm, for example, as part of a SharePoint farm upgrade/migration, then you'll need to run the following Register-SPWorkflowService command to connect the SharePoint farm with the SPWFM farm.
$Scope = "SharePoint" # Use the Scope ... | https://learn.microsoft.com/en-us/sharepoint/governance/sp-wf-mgr-farm-restore-disaster-recovery |
5944928f8544-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
Co-authoring in SharePoint Server allows multiple users to work on a document, at any time, without interfering with each other's changes. Although co-authoring is scalable and efficient, some organizations that have hardware limitation... | https://learn.microsoft.com/en-us/sharepoint/governance/disable-co-authoring |
5944928f8544-1 | For PowerPoint 2013, expand User Configuration , Administrative Templates , Microsoft PowerPoint 2013 , Collaboration Settings , Co-authoring , and then choose Prevent Co-authoring .
In the Prevent Co-authoring Properties dialog, select Enabled , and then choose OK .
Turn off co-authoring for Word d... | https://learn.microsoft.com/en-us/sharepoint/governance/disable-co-authoring |
5944928f8544-2 | Note
You can use a different file name, but you must save the file as an ANSI-encoded text file whose extension is .ps1.
Start the SharePoint 2013 Management Shell as Administrator.
Change to the directory to which you saved the file.
At the PowerShell command prompt, type the following command:
... | https://learn.microsoft.com/en-us/sharepoint/governance/disable-co-authoring |
5944928f8544-3 | Specify the following parameter:
Parameter
Value
servername
Server name
Save the file and add the .ps1 extension, such as SuggestedNameOfFile.ps1.
Note
You can use a different file name, but you must save the file as an ANSI-encoded text file whose extension is .ps1.
... | https://learn.microsoft.com/en-us/sharepoint/governance/disable-co-authoring |
111e94f5a466-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
The CoauthoringMaxAuthors property lets you specify the maximum number of users who can co-author a Word document or PowerPoint presentation at the same time in SharePoint Server 2013. This article describes how to configure the Coautho... | https://learn.microsoft.com/en-us/sharepoint/governance/configure-the-maximum-number-of-co-authoring-authors |
111e94f5a466-1 | $siteurl = "<ServerName>"
$mysite=new-object Microsoft.SharePoint.SPSite($siteurl)
$mysite.WebApplication.WebService.CoauthoringMaxAuthors = <MaxAuthors>
$mysite.WebApplication.WebService.Update()
Replace:
<ServerName> with the name of the server.
<MaxAuthors> with the maximum number of authors to allo... | https://learn.microsoft.com/en-us/sharepoint/governance/configure-the-maximum-number-of-co-authoring-authors |
41f8ee661234-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
The CoauthoringVersionPeriod property specifies, in minutes, how often SharePoint stores a version of a document that is being edited. This article describes how to use Microsoft PowerShell to configure the CoauthoringVersionPeriod prop... | https://learn.microsoft.com/en-us/sharepoint/governance/configure-the-co-authoring-versioning-period |
41f8ee661234-1 | Note
If you do not have permissions, contact your Setup administrator or SQL Server administrator to request permissions. For additional information about PowerShell permissions, see Permissions and Add-SPShellAdmin .
Paste the following code into a text editor, such as Notepad:
$siteurl ="<ServerName>... | https://learn.microsoft.com/en-us/sharepoint/governance/configure-the-co-authoring-versioning-period |
796b8379fb3d-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
Document library versioning is the method by which successive iterations of a document are numbered and saved. By default, versioning is disabled in SharePoint Server 2013 document libraries . We recommend that you enable this feature f... | https://learn.microsoft.com/en-us/sharepoint/governance/configure-versioning-for-co-authoring |
796b8379fb3d-1 | Configure Require Check Out in SharePoint Server 2013
When a document is checked out of a document library, the document is locked. This makes it unavailable for co-authoring. Therefore, the Require Check Out setting should not be enabled in document libraries that are used for co-authoring. By default, for Sha... | https://learn.microsoft.com/en-us/sharepoint/governance/configure-versioning-for-co-authoring |
983f2d5d23b4-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
This article describes how to plan to use versioning, content approval, and check-out in SharePoint Server to control document versions throughout their life cycle.
About versioning, content approval, and check-outs
SharePoint S... | https://learn.microsoft.com/en-us/sharepoint/governance/versioning-content-approval-and-check-out-planning |
983f2d5d23b4-1 | No versioning Specifies that no earlier versions of documents are saved. When versioning is not being used, earlier versions of documents are not retrievable, and document history is also not retained because comments that accompany each iteration of a document are not saved. Use this option on document libraries that... | https://learn.microsoft.com/en-us/sharepoint/governance/versioning-content-approval-and-check-out-planning |
983f2d5d23b4-2 | Create major and minor (draft) versions Specifies that numbered versions of documents are retained by using a major and minor versioning scheme (such as 1.0, 1.1, 1.2, 2.0, 2.1). Versions ending in .0 are major versions and versions ending with non-zero extensions are minor versions. Previous major and minor version... | https://learn.microsoft.com/en-us/sharepoint/governance/versioning-content-approval-and-check-out-planning |
983f2d5d23b4-3 | A document draft awaiting content approval is in the Pending status. When an approver reviews the document and approves the content, it becomes available for viewing by users who have read permissions. A document library owner can enable content approval for a document library and, optionally, can associate a workflow ... | https://learn.microsoft.com/en-us/sharepoint/governance/versioning-content-approval-and-check-out-planning |
983f2d5d23b4-4 | Create major and minor (draft) versions If major and minor versioning is being used and changes to a document are saved, the author has the choice of saving a new minor version of the document as a draft or creating a new major version, which changes the document's status to Pending. After the changes to the document ... | https://learn.microsoft.com/en-us/sharepoint/governance/versioning-content-approval-and-check-out-planning |
983f2d5d23b4-5 | If your solution requires users to check in and check out documents to edit them, you can use features in Office client applications that support these actions. Users can check out documents, undo check-outs, and check in documents from Office client applications.
When a document is checked out, it is locked for excl... | https://learn.microsoft.com/en-us/sharepoint/governance/versioning-content-approval-and-check-out-planning |
83e228621a81-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
An information management policy is a set of rules for a type of content. Each rule in a policy is a policy feature. For example, an information management policy feature could specify how long a type of content should be retained, or i... | https://learn.microsoft.com/en-us/sharepoint/governance/information-management-policy-planning |
83e228621a81-1 | When your organization uses Office client applications together with SharePoint Server, policies are enforced both on the server and in the client applications. This is done transparently; policy features that apply to a document are described in a policy statement that is associated with the document, and policy-aware... | https://learn.microsoft.com/en-us/sharepoint/governance/information-management-policy-planning |
83e228621a81-2 | Associate a set of policy features directly with a content type, and then add that content type to one or more lists or libraries. To ensure that a policy that is created by using this method will be used in the whole site collection, associate it with a content type in the Site Content Type gallery of the top-level s... | https://learn.microsoft.com/en-us/sharepoint/governance/information-management-policy-planning |
83e228621a81-3 | Information management policy integration with Office system applications
SharePoint Server information management policies are exposed in Office client applications. When you configure an information management policy on the server, you can write a policy statement that informs information workers about the poli... | https://learn.microsoft.com/en-us/sharepoint/governance/information-management-policy-planning |
83e228621a81-4 | Starting a workflow
Skipping to the next stage
Declaring the item to be a record
Deleting all previous drafts of the item
Deleting all previous versions of the item
Auditing The Auditing policy feature logs events and operations that are performed on documents and list items. You can configure ... | https://learn.microsoft.com/en-us/sharepoint/governance/information-management-policy-planning |
83e228621a81-5 | Plan document policies
When you plan your solution's policies, first determine organization-wide policy needs, and then design Site Collection policies to meet those needs and distribute those policies for inclusion in the Site Collection Policy galleries of all relevant site collections. This might require plann... | https://learn.microsoft.com/en-us/sharepoint/governance/information-management-policy-planning |
e3b7325f79c3-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
This article describes Documents Sets and provides guidance on how you can integrate them with your SharePoint Server document management solution.
About Document Sets
Document Sets are a feature in SharePoint Server that enable... | https://learn.microsoft.com/en-us/sharepoint/governance/document-set-planning |
e3b7325f79c3-1 | In SharePoint Server, organizations that want to create and manage Document Sets consistently can configure a Document Set content type for each work product they typically create. A Document Set content type can then define approved content types, attributes, default items, columns, workflows, and policies. Additional... | https://learn.microsoft.com/en-us/sharepoint/governance/document-set-planning |
e3b7325f79c3-2 | There is no limit on the number of documents that can exist in a Document Set. However, display load times may be limited by the list view threshold which by default is set at 5,000 items. Folders are allowed in document sets, but metadata navigation cannot be used in a Document Set. Therefore, it is important to consi... | https://learn.microsoft.com/en-us/sharepoint/governance/document-set-planning |
e3b7325f79c3-3 | To enable Document Sets feature for a site collection
On the Site Settings page, under Site Collection Administration , click Site collection features .
On the Features page, for Document Sets , click Activate .
After the Document Sets feature is enabled, you can create Document Set content types. | https://learn.microsoft.com/en-us/sharepoint/governance/document-set-planning |
8b9663918a09-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
This article describes content types and workflows and provides guidance about how to plan to integrate them into your SharePoint Server document management solution. A content type is a reusable collection of metadata (columns), workfl... | https://learn.microsoft.com/en-us/sharepoint/governance/content-type-and-workflow-planning |
8b9663918a09-1 | Note
You can also associate properties, workflows, policies, and templates directly with a list or library. However, doing this can limit these associations to the list or library and is not reusable across your solution. In SharePoint Server 2013, site-level workflows can be associated with multiple lists or librari... | https://learn.microsoft.com/en-us/sharepoint/governance/content-type-and-workflow-planning |
8b9663918a09-2 | For example, if your organization uses a particular contract template, in the content type gallery of the top-level site in a site collection, you can create a content type that defines the metadata for that contract, the contract's template, and workflows required to review and complete the contract. Then, any documen... | https://learn.microsoft.com/en-us/sharepoint/governance/content-type-and-workflow-planning |
8b9663918a09-3 | Properties integration with Office
In the Microsoft Office system, when a user edits a document from a SharePoint Server document management server, a Document Information Panel is shown at the top of the document. The Document Information Panel displays an editable form of the document's properties on the server... | https://learn.microsoft.com/en-us/sharepoint/governance/content-type-and-workflow-planning |
8b9663918a09-4 | Metadata added at the site collection level can be associated with content types. By using metadata with content types, all later content types can inherit some or all the metadata from the parent content type at the site collection level. Additional metadata can then be added at a lower level, such as a single documen... | https://learn.microsoft.com/en-us/sharepoint/governance/content-type-and-workflow-planning |
8b9663918a09-5 | By using the SharePoint Server object model, you can customize the New command for a folder content type so that when a user creates a new folder of that type, the folder is prepopulated with multiple files and documents based on templates that are stored on the server. This is useful, for example, for implementing a... | https://learn.microsoft.com/en-us/sharepoint/governance/content-type-and-workflow-planning |
8b9663918a09-6 | Note
Supported core content types do not include PDF files.
For information about changing the core content types, download the white paper " Guidance for editing pre-defined content types and site columns " ( https://go.microsoft.com/fwlink/p/?LinkId=260922 ).
Plan list content types
The elements of a li... | https://learn.microsoft.com/en-us/sharepoint/governance/content-type-and-workflow-planning |
8b9663918a09-7 | Collect Signatures Routes a document for signatures.
Associate a workflow with a content type when you want to make that workflow available when that content type is being used. For example, a purchase order content type could require approval by a manager before the transaction can be completed. To make sure th... | https://learn.microsoft.com/en-us/sharepoint/governance/content-type-and-workflow-planning |
0cf5d8163f7f-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
This article describes how to plan document libraries in your SharePoint Server document management solution.
Document libraries are collections of files on SharePoint Server that you share with other site users. Most document managem... | https://learn.microsoft.com/en-us/sharepoint/governance/document-library-planning |
0cf5d8163f7f-1 | The following table lists typical uses of document libraries.
Table: How document libraries are used
Library
Purpose
Library in a team site
Collaboration; easy sharing of content among peers; content control, such as versioning; SharePoint Server search.
Library in a portal area
Co... | https://learn.microsoft.com/en-us/sharepoint/governance/document-library-planning |
0cf5d8163f7f-2 | The following example shows how to use the analysis that you completed in the Analyze document usage section in Identify users and analyze document usage in SharePoint Server to help you plan document library organization for your enterprise. In this example, Contoso Ltd. delivers content to clients based on market... | https://learn.microsoft.com/en-us/sharepoint/governance/document-library-planning |
0cf5d8163f7f-3 | Lawyer
Project leader; project manager; sales manager; customers
.docx
Research results and project deliverable drafts
Generate documents related to the customer engagement
Project leader; project contributor; consultant
Editors; technical reviewers
.docx and other types
Delivera... | https://learn.microsoft.com/en-us/sharepoint/governance/document-library-planning |
0cf5d8163f7f-4 | The following figure shows how these libraries might be distributed. The sites are hosted in three site collections: an Internet site collection for customer access, an extranet site collection for remote authoring by team members, and an intranet site collection for secure maintenance of the records management site. (... | https://learn.microsoft.com/en-us/sharepoint/governance/document-library-planning |
0cf5d8163f7f-5 | By using Web Folders or Network Places, an author can manually copy or move the content of a document library from one library or site to another.
Returning to the example, the following figure shows how to apply some of these content flow techniques. Note that the Staged Internet site has been added to the Autho... | https://learn.microsoft.com/en-us/sharepoint/governance/document-library-planning |
0cf5d8163f7f-6 | To promote using sites in the Open dialog and the Save dialog, you can publish them by using a web service. This service provides a list of sites targeted to specific users based on their roles or the sites that they are members of. An Office client application can automatically discover this web service through th... | https://learn.microsoft.com/en-us/sharepoint/governance/document-library-planning |
0cf5d8163f7f-7 | To restrict the locations available in the Office Save dialog, use Group Policy to set the appropriate registry keys to enable this setting and define the approved local, network, or server locations. When this setting is enabled, any location not defined in this manner — including standard links to the Desktop and M... | https://learn.microsoft.com/en-us/sharepoint/governance/document-library-planning |
88fec3e4b214-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
The first step to plan your document management solution is to identify users and analyze how documents are used. This article contains guidance to identify users and analyze document usage for your solution that is based on SharePoint ... | https://learn.microsoft.com/en-us/sharepoint/governance/identify-users-and-analyze-document-usage |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.