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:
Server 2010: Windows 8 using Server Farm installation type without a Domain Controller
Gokan Ozcifci
First you need to follow the steps on the following guide - Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008 ( http://msdn.microsoft.com/en-us/library/ee554869.aspx ). After installation of all Prerequisites, at this point you will choose...
on
28 Feb 2014
Wiki Page:
SharePoint 2010: Setup Managed Meta Data service
Gokan Ozcifci
Table of Contents Point & click installation PowerShell Point & click installation Click Central Administration (left menu). Under System Settings, click Manage services on server . Start Managed Metadata Web Service (link on the right side). Click Central Administration...
on
28 Feb 2014
Wiki Page:
SharePoint 2010: Setup State Service with PowerShell
Gokan Ozcifci
Hello, Here is a script for setting up the State Service with PowerShell for SharePoint! Please add more info... PowerShell $EnvironmentName = '<ENVIRONMENTPREFIX>' $ApplicationName = 'State Service' $ApplicationProxyName = $ApplicationName $DBname...
on
28 Feb 2014
Wiki Page:
SharePoint 2010: Developer Dashboard and its Three Colors
Gokan Ozcifci
Developer Dashboard tool is useful for measuring the behavior and performance of individual pages. Can be used to monitor page load and performance It has three states: On Off On demand Activating the Developer Dashboard Developer Dashboard is a utility that is available in all SharePoint...
on
28 Feb 2014
Wiki Page:
SharePoint 2010: Migrate Sharepoint 2007 to Sharepoint 2010
Gokan Ozcifci
Below is a step by step guide that I recently used to migrate MOSS 2007 to Sharepoint 2010. If you are using MOSS 2007 pre SP2, you will not be able to upgrade directly to 2010. You will need to upgrade your 2007 install first to MOSS 2007 SP2. You can download SP2 install from here: http://www...
on
27 Feb 2014
Wiki Page:
SharePoint 2013: Perform a Visual Upgrade using PowerShell
Benoit Jester [MVP]
Table of Contents Scenario Solution See Also Other Languages Scenario You want to upgrade the functionality for all webs in a site collection to version 15 (SharePoint 2013) after a migration from a previous version of SharePoint. Solution You can use the following PowerShell to iterate...
on
26 Feb 2014
Wiki Page:
SharePoint 2010: PowerShell Script to List Out Webparts Used in Publishing Pages
Benoit Jester [MVP]
This PowerShell script will list all of the webparts used in all publishing pages in a site. This script does not take any argument at the time of invoking it. This requires an input value for the site URL. This will be asked during the execution time and a message will be flashed to provide the...
on
17 Jan 2014
Wiki Page:
SharePoint 2010: Changing Central Administration Site Port
Richard Mueller
Table of Contents Introduction Use the SharePoint Product Configuration Wizard Using Stsadm Commands Using Windows PowerShell See Also Introduction In some scenarios changing the Central Administration site port is required. You can use the following methods to accomplish this. Use the...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: Quick Deploy Items List Causes Sites to Fail to Upgrade.
Gokan Ozcifci
Table of Contents Scenario Error Solution Scenario Sites fail to upgrade when you run the Upgrade-SPContentDatabase cmdlet against a Content Database after one of the following conditions: Applying a CU (Cumulative Update) / Service Pack Upgrade from 2007 to 2010 Error In...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: Find Installed Feature Information in SharePoint
Gokan Ozcifci
It is possible to find SharePoint installed feature information by the means of the SharePoint Power Shell Console. This PowerShell script does this for you. PS 1: Gives a simple output of all features in table format sorted by solutionId then featureName . $url = "Your site URL here"...
on
10 Jan 2014
Wiki Page:
SharePoint 2010: Term Store Option is Missing
Gokan Ozcifci
Term Store Management option missing in Site Collection When you navigate to Site Actions à Site Settings within Site Collection you might notice that under Site Administration section “Term Store Management” option is not available. A hidden web application feature is not activated. Solution ...
on
9 Jan 2014
Wiki Page:
SharePoint 2010: Backup and Restore IIS Web Server Configuration Through PowerShell
Gokan Ozcifci
Backing up SharePoint 2010 IIS Web Server configuration is such an important administrative task that every SharePoint administrator should know the steps. Additionally it's a part of your disaster recovery plan that you need to document carefully SharePoint 2010 is running on IIS 7. Web Server...
on
9 Jan 2014
Wiki Page:
SharePoint 2010: Common PowerShell Snippets
Gokan Ozcifci
Table of Contents Introduction General Solution Deployment Add solution to farm Deploy Solution Enable Feature Disable Feature Uninstall Feature Branding Document Library Site Management Power-shell SharePoint 2010 Developer Dashboard activate the developer dashboard Introduction This...
on
8 Jan 2014
Page 9 of 11 (275 items)
«
7
8
9
10
11