id
stringlengths
14
16
text
stringlengths
2
3.14k
source
stringlengths
45
175
4a020a544bc0-3
To configure a web application to use classic mode authentication, you must use the New-SPWebApplication PowerShell cmdlet to create it. SharePoint 2010 Products web applications that are configured for classic mode authentication retain their authentication settings when you upgrade to SharePoint 2013. However, we r...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-4
SAML token-based authentication Windows authentication The Windows authentication type takes advantage of your existing Windows authentication provider (AD DS) and the authentication protocols that a Windows domain environment uses to validate the credentials of connecting clients. Windows authentication method...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-5
Forms-based authentication validates users based on credentials that users type in a logon form (typically a web page). Unauthenticated requests are redirected to a sign in page, where a user must provide valid credentials and submit the form. The system issues a cookie for authenticated requests that contains a key fo...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-6
SharePoint Server takes advantage of claims that are included in tokens that an IP-STS issues to authorized users. In claims environments, an application that accepts SAML tokens is known as a relying party STS (RP-STS). A relying party application receives the SAML token and uses the claims inside to decide whether to...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-7
Plan for Windows authentication The process of planning and implementing Windows authentication methods is similar for claims-based authentication. Claims-based authentication for a web application doesn't increase the complexity of implementing Windows authentication methods. This section summarizes the planning...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-8
The Kerberos protocol allows for delegation of client credentials. Of the available secure authentication methods, Kerberos requires the least amount of network traffic to AD DS domain controllers. Kerberos can reduce page latency in certain scenarios, or increase the number of pages that a front-end web server can...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-9
Digest and Basic With the Digest authentication method, the user account credentials are sent as an MD5 message digest to the Internet Information Services (IIS) service on the web server that hosts the web application or zone. With the Basic authentication method, the user account credentials are sent as plaintext. ...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-10
For detailed steps to configure forms-based authentication, see Configure forms-based authentication for a claims-based web application in SharePoint Server Plan for SAML token-based authentication The architecture for implementing SAML token-based providers includes the following components: SharePoint Se...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-11
Other claims These claims consist of extra claims from a SAML ticket that describe users. These can include user roles, user groups, or other kinds of claims such as age. All claims mappings are created as objects that are replicated across the servers in a SharePoint Server farm. Realm In the SharePoint claims a...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-12
SPTrustedIdentityTokenIssuer This is the object that is created on the SharePoint farm that includes the values necessary to communicate with and receive tokens from the IP-STS. When you create the SPTrustedIdentityTokenIssuer, you specify which token-signing certificate to use, the first realm, the claim that represe...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-13
A single Wreply parameter. Some IP-STS servers require the Wreply parameter, which is set to either true or false. False is the default. Use the Wreply parameter only if it's required by the IP-STS. Multiple realms. Multiple claims mappings. To implement SAML token-based authentication with Sha...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-14
Use PowerShell to create a new authentication provider to import the token-signing certificate. This process creates the SPTrustedIdentityTokenIssuer . During this process, you specify the identity claim and extra claims that you've mapped. Create and specify a realm that is associated with the first SharePoint web ap...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-15
Note When a web application is configured to use SAML token-based authentication, the SPTrustedClaimProvider class does not provide search functionality to the People Picker control. Any text entered in the People Picker control will automatically be displayed as if it resolves, regardless of whether it is a valid ...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-16
If multiple SAML token-based authentication providers are configured for a farm, all appear as options when you create a web application or a new zone. You can configure multiple SAML providers on the same zone. The following diagram shows multiple types of authentication implemented on the default zone for a partner...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
4a020a544bc0-17
The following diagram shows multiple zones that are implemented to accommodate different authentication types for a partner collaboration site. One zone per authentication type In the diagram, the default zone is used for remote employees. Each zone has a different URL associated with it. Employees use a differen...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication
f924c1e313b9-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 To simplify password management, the automatic password change feature enables you to update and deploy passwords without having to perform manual password update tasks across multiple accounts, services, and web applications. You can c...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/automatic-password-change-planning
f924c1e313b9-1
Detect password expiration IT departments typically impose a policy requiring that all domain account passwords be reset regularly, for example, every 60 days. SharePoint Server can be configured to detect imminent password expiration, and send an e-mail notification to a designated administrator. Even without re...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/automatic-password-change-planning
f924c1e313b9-2
Credential change process When SharePoint Server changes the credentials for a managed account, the credential change process will occur on one server in the farm. Each server in the farm will be notified that the credentials are about to change and servers can perform critical pre-change actions, if they are nec...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/automatic-password-change-planning
fb481fc6df34-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Note SharePoint Server Subscription Edition encrypts the machineKey section of its web.config files by default. This prevents attackers from reading your ASP.NET view state encryption and validation keys, even if they gain acces...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/improved-asp-net-view-state-security-key-management
fb481fc6df34-1
-Local Deploy the new decryption and validation keys only to the local server. Other servers in the farm continue to use the previous decryption and validation keys. Web sessions that are load balanced across multiple servers in the farm will fail if these keys are not synchronized on every server in the farm. Use th...
https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/improved-asp-net-view-state-security-key-management
885b2bfeaecd-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 What is SharePoint? SharePoint is a powerful collaboration platform that lets you share and manage content, knowledge, and applications to empower teamwork. SharePoint Server can be used on-premises or with a Microsoft 365 enterpris...
https://learn.microsoft.com/en-us/sharepoint/getting-started
885b2bfeaecd-1
How large is your company? Are you... Read A large enterprise and want to install SharePoint Server Subscription Edition? Installing SharePoint Server Subscription Edition on Windows Server Core A smaller division or smaller company that will deploy a small SharePoint Server Subscription...
https://learn.microsoft.com/en-us/sharepoint/getting-started
885b2bfeaecd-2
I have SharePoint Server 2010 installed and want to upgrade to SharePoint 2013 Upgrade from SharePoint 2010 to SharePoint 2013 How do I apply updates to SharePoint Server 2016? Deploy software updates for SharePoint Server 2016 How do I apply updates to SharePoint Server 2013? Deploy software updates ...
https://learn.microsoft.com/en-us/sharepoint/getting-started
cbcbdbe5206f-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Learn about the features and functionality that are deprecated or removed in SharePoint Server 2016 Deprecated features are included in SharePoint Server 2016 for compatibility with previous product versions. For information about new...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2016
cbcbdbe5206f-1
ForeFront Identity Manager client (FIM) Earlier versions of SharePoint used ForeFront Identity Manager client (FIM) to synchronize between Active Directory and SharePoint. SharePoint Server 2016 no longer uses FIM as the synchronization client. The default process is Active Directory Import. You can also use any sync...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2016
cbcbdbe5206f-2
SharePoint BI capabilities If you want to use Microsoft SQL Server Power Pivot for SharePoint or Microsoft Power View for SharePoint for BI solutions with SharePoint Server 2016 you must install the Power Pivot or Power View add-ins for SQL Server 2016 RTM. The SQL Server 2014 (SP1) Power Pivot for SharePoint and Pow...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2016
cbcbdbe5206f-3
Export-SPTagsAndNotesData -Site <http://site.contoso.com> -FilePath <tagsandnotes.zip> Where : <http://site.contoso.com> is the URL to an existing SharePoint root site where you want to export the tags and notes from. <tagsandnotes.zip> is the name you give to the .zip file that you want to export. W...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2016
3a2528ec645e-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 For a list of updates and associated KB articles for SharePoint Server 2016, SharePoint 2013, and SharePoint 2010, see SharePoint Updates . SharePoint Framework client-side web part support with classic SharePoint pages is included i...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-feature-in-feature-pack-2
4f414f8dbf65-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 For a list of updates and associated KB articles for SharePoint Server 2016, SharePoint 2013, and SharePoint 2010, see SharePoint Updates . Summary of features The following table provides a summary of the new features and enhancem...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-features-november-2016
4f414f8dbf65-1
OneDrive API for SharePoint on-premises and Microsoft 365 The OneDrive API provides a support for access to files located in SharePoint Server 2016 and in Microsoft 365. Use it to work with data stored in OneDrive and across SharePoint sites. For more info, see OneDrive API . SharePoint Hybrid Auditing...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-features-november-2016
0bcdc7f36449-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Learn about the new features and updates to existing features in SharePoint Server 2016. For a comparison of SharePoint on-premises features between SharePoint 2013 and SharePoint Server 2016 editions, see SharePoint feature availabi...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-1
Fast Site Collection Creation The Fast Site Collection Creation feature is a rapid method to create site collections and sites in SharePoint. For more info, see Fast Site Collection Creation . Filenames - expanded support for special characters SharePoint Server 2016 now supports using some special...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-2
For more info, see MinRole farm topology . Mobile experience SharePoint Server 2016 offers an improved mobile navigation experience. For more info, see Mobile experience . New features in November 2016 PU for SharePoint Server 2016 (Feature Pack 1) The November 2016 Public Update for Share...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-3
SharePoint business intelligence SharePoint Server 2016 now supports SQL Server 2016 CTP 3.1 and the Power Pivot add-in and Power View. For more info about SharePoint business intelligence, see Power Pivot add-in and Power View are now available to use with SharePoint Server 2016 . SharePoint Search ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-4
This section provides detailed descriptions of the new and updated features in SharePoint Server 2016. Access Services plus Access client and server The following new Access features are available when you deploy Access Services in SharePoint Server 2016: Support apps for Office. For more info, see Spice u...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-5
New-SPCentralAdministration Remove-SPCentralAdministration The psconfig.exe -cmd adminvs operation The SharePoint Products Configuration Wizard Note The state of Central Administration does not affect whether a server is considered compliant with MinRole. The MinRole health rule will not a...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-6
Updates to the Help documentation. Encrypted connections When you set up an SSL binding in Internet Information Services (IIS) Manager to host your web application, SharePoint uses TLS 1.2 connection encryption if your client application supports it. SharePoint also supports TLS 1.2 connection encryption wh...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-7
Important Restricted characters such as % and # are still not allowed in file names. Page file names, such as wiki pages, may not contain the following characters: " # % * : < > ? \ / | nor can they begin with a leading dot (period) character. Hybrid in SharePoint Server 2016 In SharePoint Server 2016, ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-8
When users query your search index in Office 365, they get unified search results from both on-premises and Office 365 content. For more info about cloud hybrid search, see the public Microsoft cloud hybrid search program on Microsoft Office connection . For more info, see Plan for hybrid OneDrive . For mor...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-9
Information Rights Management For more info, see Secure and sync with Information Rights Management on OneDrive and Apply Information Rights Management to a list or library . Large file support Previous versions of SharePoint did not support uploading or downloading files larger than 2,047 MB. SharePoi...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-10
Single-Server Farm Service applications, services, and components required for a single-machine farm belong on a Single-Server Farm. A Single-Server Farm is meant for development, testing, and very limited production use. A SharePoint farm with the Single-Server Farm role cannot have more than one SharePoint server...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-11
New controls for working with OneDrive You can sslect a control to create new Office documents, upload files, synchronize your files for offline use, and share your files. For more info, see "Simple controls" on The OneDrive Blog . Open Document Format (ODF) available for document libraries The Open Docu...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-12
SQL Server 2016 CTP 3.1 is now available. You can now download SQL Server 2016 CTP 3.1 to use the Power Pivot for SharePoint add-in. You can also use Power View by installing SQL Server Reporting Services (SSRS) in SharePoint-integrated mode and the SSRS front-end add-in from the SQL Server installation media. Downlo...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-13
Create and Share folder Sharing Hint See who the folder is shared with when viewing a folder Members can share Improved invitation mail One-click email to approve or deny a request for access Recently Shared Items cache, see Enable the Recently Shared Items (RSI) cache to quickly populate the S...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-14
SMTP connection encryption The following list shows the SharePoint 2016 requirements that are needed to negotiate connection encryption with an SMTP server: STARTTLS must be enabled on the SMTP server. The SMTP server must support the TLS 1.0, TLS 1.1, or TLS 1.2 protocol. Important SSL 2.0 and SSL ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-15
To configure SharePoint to never use SMTP connection encryption in SharePoint Central Administration, browse to System Settings > Configure outgoing email settings and set the Use TLS connection encryption drop-down menu to No . To configure SharePoint to never use SMTP connection encryption in PowerShell, use t...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0bcdc7f36449-16
Use SMTP ports other than the default (25) To configure SharePoint to use a non-default SMTP port open SharePoint Central Administration, browse to System Settings > Configure outgoing email settings , and set the SMTP server port to the port number of your SMTP server. To configure SharePoint to use a non-d...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2016
0b7da0016292-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Learn about the features and functionality that are deprecated or removed in SharePoint Server 2019. Deprecated features are included in SharePoint Server 2019 for compatibility with previous product versions. For info about new featu...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2019
0b7da0016292-1
Access Services 2013 Access Services 2013 will remain supported, but deprecated, for the SharePoint Server 2019 release. Customers are recommended to explore Microsoft Power Apps and Power Automate as potential alternatives to Access Services 2013. Aggregated Newsfeed The aggregated newsfeed feature (availabl...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2019
0b7da0016292-2
The previous OneDrive sync app will remain supported, but deprecated, for the SharePoint Server 2019 release. InfoPath Services As we announced in the Microsoft 365 blog, InfoPath Services is a deprecated feature and customers are advised to explore alternatives for this feature. InfoPath Services will remain suppo...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2019
0b7da0016292-3
PerformancePoint Services PerformancePoint Services has a significant dependency on Microsoft Silverlight, which is a technology that will no longer be supported as of October 12, 2021. PerformancePoint Services will remain supported, but deprecated, for the SharePoint Server 2019 release. Customers are recommended t...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2019
0b7da0016292-4
Digest Authentication As announced by the Windows Server team, Microsoft is deprecating the Digest authentication feature in Internet Information Services (IIS). This authentication mechanism isn't very popular and there are many alternative authentication mechanisms available with better interoperability. To ens...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2019
0b7da0016292-5
PDF Viewer (SharePoint Server 2019 Preview) SharePoint Server 2019 Preview included a built-in PDF viewer which allowed SharePoint to render PDF documents. This feature was removed from the RTM release of SharePoint Server 2019. Customers can instead use the native PDF rendering capabilities available in most web bro...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2019
0b7da0016292-6
Where: <http://site.contoso.com> is the URL to an existing SharePoint root site where you want to export the tags and notes from. <tagsandnotes.zip> is the name you give to the .zip file that you want to export. Visio Services - Silverlight Based Rendering Visio Services has 2 options for rendering Vi...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-2019
bbb9262a123e-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Learn about the new features and updates to existing features in SharePoint Server 2019. To read more about the updated modern experience in SharePoint Server 2019, see Differences between SharePoint Server 2016 and 2019 . Detailed...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
bbb9262a123e-1
OneDrive personal site auto-provisioning The Create Site button in SharePoint Home The New-SPSite PowerShell cmdlet with the -CreateFromSiteMaster switch parameter# Increased storage file size in SharePoint document libraries We now support storing files up to 15 GB in SharePoint document libraries. Thi...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
bbb9262a123e-2
Modern Team sites Modern team sites bring a fresh and responsive user experience to team collaboration. The redesigned homepage improves the discoverability of the most common collaboration tasks while putting your team's news front and center. Users can easily create modern team sites for themselves from SharePoint ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
bbb9262a123e-3
SharePoint home page The SharePoint home page is a modern UI experience that gives users unified access to all of their sites—online and on-premises. It allows users to navigate seamlessly through their intranet, catch up with activity across their sites with just a glance, and provides a personalized view of all te...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
bbb9262a123e-4
In the local farm hosting the SharePoint home page, on the Self-service Site Collection Management page for the web application hosting the SharePoint home page, select The following web application , and then select the remote web application from the drop-down field. In the remote farm, use the Map to External R...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
bbb9262a123e-5
SMTP authentication when sending emails SharePoint Server 2019 now supports authenticating to SMTP servers when sending email messages. Authentication can be configured through the Central Administration website and through PowerShell. SharePoint Server 2019 will still support anonymous connections to SMTP servers th...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
bbb9262a123e-6
Get-SPContentDatabase - You can now use the Get-SPContentDatabase cmdlet with the optional parameter -DaysSinceLastProfileSync to return content databases that haven't been synchronized with User Profile for the past n days. Clear-SPContentDatabaseSyncData - The new Clear-SPContentDatabaseSyncData cmdlet clears Use...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
bbb9262a123e-7
The impact level of this cmdlet is set to high, as removing the application credential key from the local server may degrade or block the functionality of features if they're configured to use the application credential key. For example, the SharePoint People Picker or SMTP authentication. Detailed description of ne...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
bbb9262a123e-8
File path limit of 400 characters SharePoint Server 2019 has increased the maximum file path length limit from 260 characters to 400 characters. The file path is everything after the server name and port number in the URL. File path includes the name of the site and subsites, document library, folders, and the file i...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
bbb9262a123e-9
Suite Navigation and App Launcher improvements We've refreshed Suite Navigation and App Launcher in SharePoint Server 2019. The user interface now is closely aligned with what is seen in Microsoft 365 so that SharePoint hybrid customers will have a seamless experience as they move between SharePoint Server 2019 and S...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019
28eb92718b18-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Learn about the features and functionalities that are deprecated or removed in SharePoint Server Subscription Edition. Definitions Different customers may have different interpretations of terms such as "deprecated." To ensure that ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-subscription-edition
28eb92718b18-1
Internet Explorer 11 Basic authentication Removed features Access Services 2010 Access Services 2013 Classic authentication mode for content web applications Groove sync app support Lists web service APIs for Groove sync app PerformancePoint Services Stsadm.exe command-line tool ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-subscription-edition
28eb92718b18-2
SharePoint Designer 2013 SharePoint Designer 2013 is deprecated but will remain supported with SharePoint Server Subscription Edition until July 14, 2026. After that date, SharePoint Designer 2013 will no longer be supported. Customers will be able to continue using Visual Studio to create and edit their SharePoint 2...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-subscription-edition
28eb92718b18-3
Classic authentication mode for content web applications Classic authentication mode has been removed and is no longer supported by Microsoft for content web applications in SharePoint Server Subscription Edition. Content web applications will now only support claims authentication mode. The Central Administration we...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/what-s-deprecated-or-removed-from-sharepoint-server-subscription-edition
6629b4e8cd53-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Learn about the new features and updates introduced in the SharePoint Server Subscription Edition Version 23H1 feature update. List of new features and updates to existing features The following table provides the list of new featur...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-23h1-release
6629b4e8cd53-1
New SharePoint RESTful ListData.svc implementation Standard release For more information, see New SharePoint RESTful ListData.svc implementation . This was part of Early release in the Version 22H2 feature update. Unified "uber" patches Standard release For more information, see Unified "ub...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-23h1-release
6629b4e8cd53-2
Detailed description of features This section provides detailed descriptions of the new and updated features in SharePoint Server Subscription Edition Version 23H1. Note Features previously introduced in the SharePoint Server Subscription Edition Version 22H2 feature update will not be described here. See New ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-23h1-release
6629b4e8cd53-3
The single uber updates are cumulative, so you only need to install the latest uber update to be fully up to date with all of the latest fixes for SharePoint Server Subscription Edition. It isn’t necessary to install any of the previous STS or WSSLOC updates before installing the uber update. No additional STS or WSSLO...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-23h1-release
6629b4e8cd53-4
Those cmdlets are: Deploy-SPVariation -Identity <SPWebPipeBind> [-Recurse] [-Label <String>] Repair-SPVariation -Identity <SPWebPipeBind> [-Recurse] [-Label <String>] Test-SPVariation -Identity <SPWebPipeBind> [-Recurse] [-Label <String>] Get-SPVariationJob -Identity <SPWebPipeBind> For more information, ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-23h1-release
6629b4e8cd53-5
To better support least privileges scenarios and minimize the permissions given to these private keys, SharePoint Server Subscription Edition Version 23H1 applies more granular and sophisticated permission management for these private keys. The permissions are based on the certificate assignments and will be dynamicall...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-23h1-release
6629b4e8cd53-6
Expanded usage of modern sharing dialog In previous releases of SharePoint Server Subscription Edition, using sharing functionality in lists, document libraries, pages, or site contents would trigger the classic sharing dialog, even when using the modern view in a modern Team site or Communication site. To provide ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-23h1-release
1ba64232c06f-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Learn about the new features and updates introduced in the SharePoint Server Subscription Edition Version 22H2 feature update. Summary of the features The following table provides a summary of the new features introduced in the Shar...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-22h2-release
1ba64232c06f-1
Feature release rings As Microsoft delivers on its promise of an evergreen experience for SharePoint Server Subscription Edition, we recognize that organizations desire the ability to manage the introduction of new feature experiences into their environments. To meet this need, new feature experiences introduced in S...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-22h2-release
1ba64232c06f-2
To learn more about this feature, see Feature release rings . AMSI integration The cybersecurity landscape has fundamentally changed, as evidenced by large-scale, complex attacks, and signals that human-operated ransomware are on the rise. More than ever, it's critical to keep your on-premises infrastructure sec...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-22h2-release
1ba64232c06f-3
Move will allow users to pick a destination location in different document libraries in the same site. If the same term store is used in both the source and destination locations, the metadata of the file will be maintained rather than being copied or moved. Note A document's version history will be preserve...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-22h2-release
1ba64232c06f-4
Button web part When you add a modern page to a site, you add and customize web parts, which are the building blocks of your page. The Button web part lets you easily add a button to your page with your own label and link. You can create an actionable button inside modern pages by adding it through the toolbox. To ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-22h2-release
d840a64a8304-0
APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365 Learn about the new features and updates to existing features in SharePoint Server Subscription Edition. List of new features and updates to existing features The following table provides the list of new features and updates to exis...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-1
For more information, see Central Administration now supports host header bindings . For more information, see Server Name Indication . For more information, see Change web application IIS bindings . For more information, see Easier AAM configuration for Central Administration . For more information, see Federated...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-2
For more information, see SharePoint PowerShell cmdlets converted from snap-in to module . For more information, see SharePoint Management Shell warns when not running as an elevated administrator . For more information, see Distributed Cache cmdlets . For more information, see New-SPWebApplication PowerShell cmdle...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-3
For more information, see Accessibility improvements across modern UX . For more information, see Brick layout for document library thumbnails and image gallery web part . For more information, see Bulk check-in/check-out in modern Document library experience . For more information, see Bulk file download from docu...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-4
Enhanced People Picker for modern authentication When modern authentication (a trusted identity provider) such as SAML 1.1 or OIDC 1.0 is used, the People Picker control can't search, resolve, and validate users and groups without writing a custom claim provider through C#. In SharePoint Server Subscription Edition...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-5
Deployment and Upgrade Windows Server 2022 Windows Server 2022 includes multiple new features and improvements in security, virtualization, networking, and more, such as: Security Secured-core server provides advanced protection against increasingly sophisticated attacks through hardware root-of-trust, fi...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-6
SharePoint Server Subscription Edition adds support for the Windows Server Core deployment type with both Windows Server 2019 and Windows Server 2022. The Windows Server Desktop Experience deployment type remains supported with both Windows Server 2019 and Windows Server 2022. For more information about Windows Serve...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-7
AppFabric Cache integration In previous versions of SharePoint Server, the Distributed Cache feature relied on Windows Server AppFabric, which was a separately installed component. Starting with SharePoint Server Subscription Edition, the AppFabric caching technology has been directly integrated into the Distributed ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-8
It can also be configured by the following commands: psconfig.exe -adminvs -port <port number> -hostheader <host header> -ssl -usesni New-SPCentralAdministration -Port <port number> -HostHeader <host header> -SecureSocketsLayer -UseServerNameIndication Set-SPCentralAdministration -Port <port number> -HostHe...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-9
Easier AAM configuration for Central Administration You can now specify the public AAM URL directly in the Central Administration command-line tools, bringing them to parity with the content web application command-line tools. This can be specified via the optional -Url <String> parameter in the following PowerShe...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-10
SSL certificates are about to expire This health rule runs daily to provide advanced notification through both Central Administration and email when certificates are about to expire. SSL certificates have expired This health rule runs daily to provide notification through both Central Administration and email...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-11
It includes the following benefits: SharePoint Server cmdlets are now automatically available in all Windows PowerShell consoles. You don't have to launch the SharePoint Management Shell or use the Add-PSSnapin cmdlet to access the SharePoint Server cmdlets. PowerShell will be able to download updated ShareP...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-12
Stop-SPCacheCluster : Stops the Caching Service on all cache hosts in the cluster. Import-SPCacheClusterConfig -Path <String> : Imports the cache cluster configuration details from an XML file. Export-SPCacheClusterConfig -Path <String> : Export cache cluster configuration details to an XML file. Get-SPCach...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-13
As the Windows Classic authentication mode is no longer supported, the behaviors of these PowerShell cmdlets have changed when you don't specify the AuthenticationProvider parameter. In SharePoint Server Subscription Edition, the PowerShell cmdlet creates web applications in Windows claims mode by default and the war...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-14
Remove-SPPeoplePickerDistributionListSearchDomain : Removes a domain from the People Picker distribution list search domains. Add-SPPeoplePickerServiceAccountDirectoryPath : Adds an OU to People Picker service account directory path list. Clear-SPPeoplePickerServiceAccountDirectoryPath : Clears the OUs of Peopl...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-15
These cmdlets perform the same actions as the stsadm.exe -o registerwsswriter and stsadm.exe -o unregisterwsswriter commands. Search Search result page modernization We're bringing modern experiences from SharePoint in Microsoft 365 to the search result page in SharePoint Server Subscription Edition to ma...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-16
Viewing certificate properties. Automatically deploying and retracting certificates to each server in their SharePoint farm. Assigning and unassigning certificates to web applications. Automated scanning and notification of certificates that will soon expire or have already expired based on thresholds that ...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-17
Strong TLS encryption by default SharePoint Server Subscription Edition will use the advanced security capabilities of Windows Server 2022 to ensure that TLS connections made to your SharePoint sites only use the strongest encryption by default. SharePoint Server will configure itself to enforce the following minimum...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-18
Brick layout for document library thumbnails and image gallery web part SharePoint Server Subscription Edition introduces the Brick layout as a layout option in modern document libraries and the image gallery web part. The Brick layout displays several images of various sizes, automatically arranged in a pattern simi...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition
d840a64a8304-19
Image and document thumbnails in document libraries and picture libraries SharePoint Server Subscription Edition can render thumbnails of files in the Tiles view of document libraries, picture libraries, and OneDrive personal sites. SharePoint will render thumbnails of popular image file formats such as PNG, JPEG, GI...
https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition