SharePoint ShortUrl Features are Activated on a Site by Site basis. The Below PowerShell Script will enable the selected SharePoint ShortUrl Features to all Sites within a specified Web Application on which SharePoint ShortUrl is...
How to hide SharePoint ShortUrl Features within your environment
In SharePoint it not possible to deploy a solution to a Web Application so that its Features are only visible within this Web Application. This is true for SharePoint ShortUrl and...
ft.SharePoint.PowerShell
$web = Get-SPWeb http://SiteURL/
$list = $web.Lists
$list.EnableThrottling = $false
$list.Update()
Enable List Throttling:
Below is the PowerShell command to enable list throttling for a particular...
Preventing User’s from Changing the Auto Generated ShortUrl Name when creating ShortUrl’s
Below describes how to enforce the automatically generated ShortUrl Name to be used by creators. Users cannot Change the ShortUrl unless they...
Locate ShortUrlECMLinkElement\ Elements.xml Example for 2010- (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\ShortUrl2010_ShortUrlECMLink\ShortUrlECMLinkElement\ShortUrlECMLinkElement\ Elements.xml)...
SharePoint ShortUrl Features and Benefits
One of the great selling points of SharePoint for an organisation is the ability to keep documents and information centrally and the supporting mechanism for this is to send hyperlinks to colleagues and...
The same list throttling limit applies to external List as in native SharePoint list (2000 items).
Instead of changing throttling limit for whole web application, we can disable list throttling for specific list (ShortUrl) via power shell. This...
ShortUrl List and SURLStatus
The Following describes the ShortUrl List Field – SURLStatus.
SharePoint ShortUrl works by storing data in a list situated at the root site of the Web Application. This List is administered automatically by...