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
>
PowerShell
Tagged Content List
Wiki Page:
SharePoint 2010: Create a New FAST Search Center Site Collection Using PowerShell
Gokan Ozcifci
Introduction This example demonstrates how to create a FAST Search Center Site Collection for SharePoint 2010. Note : You can use these commands to create any type of new site, by specifying the correct template. See the reference links below for a detailed look at other templates. PowerShell...
on
25 Oct 2013
Wiki Page:
SharePoint Foundation 2010: Rename a Stand-Alone Server
Gokan Ozcifci
Rename your server (Let it restart) " Start " > "All Programs" > "Microsoft SharePoint 2010 Products" > "SharePoint 2010-Administrationsshell" Type : Get-SPAlternateURL And you will get output similar to this: PS C:\Users\administrator> Get-SPAlternateURL...
on
25 Oct 2013
Wiki Page:
Exchange 2010: Get to Know the Exchange Management Shell for PowerShell Novices
Richard Mueller
Jaap Wesselius shares a few excerpts with us from his book Exchange 2010: A Practical Approach. These excerpts introduce Exchange 2010 PowerShell novices to a few basic operations like creating a mailbox, deleting a mailbox, creating bulk users, getting help with Exchange 2010 PowerShell cmdlets...
on
23 Oct 2013
Wiki Page:
How to: Make All Virtual Machines High Available
Richard Mueller
001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 $Cluster = "Cluster.contoso.com" $Node = "Node1.contoso.com" Import-Module -Name "FailoverClusters" $VM = Get-WmiObject -Namespace "root...
on
23 Oct 2013
Wiki Page:
SharePoint 2013: PowerShell - Managed Metadata Service Application
Naomi N
Table of Contents See Also NOTE: This is a stub article. Please add more information as it becomes available. See Also SharePoint 2013 Portal SharePoint 2013 PowerShell Reference and Resources
on
23 Oct 2013
Wiki Page:
SharePoint 2010: Give Reader Permission for a User with PowerShell
Gokan Ozcifci
This script will ensure reader permissions to specified user across site collection. Keep in mind: This is not the right way to deal with permissions issues! Note: You need to be Site Collection Admin to use this script . $site = Get-SPSite -Identity " http://mysite/ " ...
on
23 Oct 2013
Wiki Page:
Group to Which a Computer Belongs
Maheshkumar S Tiwari
How do we view the groups to which a computer belongs to in SCOM 2012 using powershell import-module operationsmanager New-SCManagementGroupConnection -ComputerName ManagementServer1 $computername = "Server1.contoso.com" $computer = Get-SCOMClass -name ”Microsoft.Windows.Computer...
on
9 Oct 2013
Wiki Page:
SharePoint 2010: Understanding pipeline and extending pipeline to more than one line in Powershell
Gokan Ozcifci
When writing PowerShell script one command which goes in a long line reduces the readability of the command, this normally happens when you are taking output object of one cmdlet and passing it to another cmdlet. You would like to extend a long line command in multi-line to improve the readability...
on
9 Oct 2013
Wiki Page:
SharePoint 2010: Copying Permission Between Different Users
Gokan Ozcifci
Sometimes, in a corporte a person can have multiple logins for accessing a SharePoint Portal. Windows Authentication and Form Based Authentication. When you implement FBA and you’re not sure about the permission level of the user, you can use the next PowerShell command so, the different logins will...
on
9 Oct 2013
Wiki Page:
SharePoint 2010: Setup Secure Store Service
Gokan Ozcifci
Point and click installation In Central Administration , under System Settings , click Manage Services on Server. Start Secure Store Service (link on the right side). Click Application Management (left menu) and under Service Applications, Manage service applications, New (top, left), Secure...
on
8 Oct 2013
Wiki Page:
SharePoint 2010: Setup Enterprise Server Search
Gokan Ozcifci
Point & click installation Start SharePoint Server Search (link on the right side) and click [OK]. Click New (top, left), Search Service Application and fill out the page as follows: Name: Search Service Search Service Account: <domain>\svcSPESearch. Application Pool for Search...
on
8 Oct 2013
Wiki Page:
Useful PowerShell Commands for Operations Manager 2007
Maheshkumar S Tiwari
Useful PowerShell Commands for Operations Manager 2007 Last Update on 14-03-2012 Get list Operations Manager Commands on 29-02-2012 Get-OperationsManagerCommand Get list of unavailable/unresponsive agents on 28-02-2012 Get-Monitoringclass -name "Microsoft.Windows...
on
7 Oct 2013
Wiki Page:
Export SharePoint User Group Membership
Maheshkumar S Tiwari
$SiteUrl = "<SiteUrl>" ; $GroupName = "<Group Name>" ; $Output = @( "GroupName|Name|Login|Email|Department|Title" ); $web = Get - SPWeb $SiteUrl; $site = $web.Site; $rootWeb = $site.RootWeb; $UserInfoList = $rootWeb.Lists...
on
7 Oct 2013
Page 125 of 130 (3,250 items)
«
123
124
125
126
127
»