This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
en-US
>
SharePoint 2010
>
PowerShell
Tagged Content List
Wiki Page:
SharePoint 2010: Customize the New Item Icon
Ken Cenerelli
When you add new items to SharePoint 2010, a new icon appears beside the title of added item as the below image. The default time period of this new icon is 2 days . You can modify the time period by using the stsadm command. In this example, the new icon will disappear after 5 days...
on
14 Jan 2017
Wiki Page:
SharePoint 2013: Site Collection cannot be Restored due to Insufficient Space
Burak Uğur
Table of Contents Problem Definition Steps to recreate the issue Scenario 1 Scenario 2 Cause Resolutions Mitigation References Problem Definition We get error "Site collection could not be restored. Make sure the content databases are available and have sufficient space" when try to...
on
14 Oct 2016
Wiki Page:
SharePoint 2010: How to Install and Configure ADFS 2.0 on Windows Server 2008 R2 for SharePoint 2010
pituach
Table of Contents 1 Overview 2 System requirements 3 Additional information 4 Download Center 5 Install ADFS 2.0 on Windows Server 2008R2 ( DC side ) 6 Configure ADFS 2.0 for SharePoint 2010 7 Configure SharePoint 2010 for AD FS 2.0 ( Application Server Side ) 8 Some tests 9 Install ADFS on Windows Server...
on
18 Sep 2016
Wiki Page:
SharePoint: Browser File Handling Deep Dive
M.Vignesh
Table of Contents Applies To Introduction Overview Browser File Handling Options and Meanings Managing Browser File Handling Browser File Handling Object Model References The "X-Download-Options: noopen" HTTP Response header Default Trusted file (MIME) types PowerShell Examples Get the trusted...
on
24 Aug 2016
Wiki Page:
SharePoint 2013: View GUID via PowerShell
Waqas Sarwar(MVP)
Table of Contents Issue Background Problem statement Troubleshooting Issue View from the View drop down on SharePoint list disappears. Background We had a user who had an issue with a view loading slow, very slow on a SharePoint list. This view was set as default view for the...
on
4 Jul 2016
Wiki Page:
SharePoint 2010: Get Site Users with Full Control/Owners Permissions with PowerShell Script
Hasan Jamal Siddiqui
The following PowerShell script can be used to get users with Full Control permissions in sites. <# The below PowerShell script enumerates through all sites with unique permissions and fetches users with Full Control Permission granted directly to the site or through group membership...
on
17 May 2016
Wiki Page:
SharePoint 2010: Restarting the Timer Service on all Servers in a SharePoint Farm using PowerShell
Richard Mueller
The following PowerShell script can be used to restart the SharePoint Timer service (SPTimerV4) on all the servers in a SharePoint Farm. [array] $servers = Get-SPServer | ? { $_ . Role -eq "Application" } $farm = Get-SPFarm foreach ( $server in $servers ) { Write-Host "Restarting...
on
2 Feb 2016
Wiki Page:
SharePoint 2010: Export Site Collection Administrators to a List
Richard Mueller
Table of Contents Scenario Solution Other languages Scenario Someone asks how they can use an OOTB (out of the box) webpart to show a list of site collection administrators on a site page. Solution One way to do this is to use PowerShell to export a list of the site collection...
on
2 Feb 2016
Wiki Page:
SharePoint 2010: Get the Created and Modified date of an SPView using PowerShell
Richard Mueller
Introduction The following file information, Created, Created By, Modified, Modify By, cannot be accessed directly via the SPView object. The SPView object doesn't provide these properties. Use the SPFile object to access these properties. "Created by" matches SPFile . Author...
on
2 Feb 2016
Wiki Page:
SharePoint 2010: List and Delete List Item Versions using PowerShell
Richard Mueller
Table of Contents Introduction Download The Script Example 1: Get Versions of all List Items in a Pages Library Example 2: Delete all Versions in Excess of 5 Example 3: Get Versions of List Items including Comments, Author and Version Author References See Also Other languages Introduction ...
on
2 Feb 2016
Wiki Page:
SharePoint 2010: Resolving A UserProfile Service Application connecting to WCF endpoint: System.TimeoutException error
Richard Mueller
Scenarios: A) ... Every morning UPA worker process becomes unresponsive or web requests get queued for minutes and subsequently time out. Users of consuming farm experiences errors on their site pages while loading sites which require information from UPA. B)... Users experiencing slowness while...
on
28 Jan 2016
Wiki Page:
SharePoint PowerShell script to update people field with claims token in List
Ken Cenerelli
While migrating existing applications from MOSS 2007 to SharePoint 2013, this issue was encountered where user IDs were updated to include claims token, but the people field in lists were still having IDs only with domain name. So we have a custom list "Project Tasks" where we have a people...
on
12 Jan 2016
Wiki Page:
SharePoint 2013: How to edit the Web.config Using PowerShell
Ken Cenerelli
While working with clients you get to work on a lot of changes and a lot of modifications to the default configuration of the farm. It is always difficult to work on these changes manually. Recently, I was trying to find a way to modify the Web.config file via a command line utility. Then, I came...
on
12 Dec 2015
Page 6 of 11 (275 items)
«
4
5
6
7
8
»