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: Cleaning Up Deleted Databases
Benoit Jester [MVP]
A service application database was deleted in SQL Server Management Studio. After a while, I noticed errors in the event viewer on the WFE and ULS logs complaining that SharePoint was not able to login to the database that I deleted. Obviously, SharePoint still thought that the database existed so...
on
6 Dec 2013
Wiki Page:
Step-by-Step Migration DHCP from Windows Server 2003 to Windows Server 2008 R2 with Windows Server Migration Tools
Yagmoth555
I see every day question about DHCP server migration from Windows 2003 to Windows Server 2008 R2, which is why I am writing this article. I think some people have no information about Windows Server 2008 R2 new feature ( Windows Server Migration Tools ). With this new feature, you can easily DHCP...
on
3 Dec 2013
Wiki Page:
Generate Exchange Environment Reports Using PowerShell
Benoit Jester [MVP]
Steve Goodman Update 17th August - V1.5.4 - New features and bug fixes ( see here for more information ) Update 24th July - V1.5.3 - Bug fixes ( see here for more information ) Update 21th July - V1.5 - Re-write with new features including Exchange 2003 support for mixed environments...
on
2 Dec 2013
Wiki Page:
Powershell Introduction
Luigi Bruno
Table of Contents Community Resources See Also Windows PowerShell is Microsoft's task automation framework. It enables you to perform command-line functions using the .NET Framework, COM and WMI. Administrators can automate tasks on local and remote systems. Almost any function that can be...
on
29 Nov 2013
Wiki Page:
Migrating Exchange 2007 to Exchange 2010
Benoit Jester [MVP]
Update the current exchange 2007 till date (SP2) and the domain controller is built on windows 2008 or later. To Raise Active Directory Functional level to Windows 2008 or higher. Open Power Shell PS C:\>Import-Module ActiveDirectory PS C:\>Set-ADDomainMode -Identity “domain...
on
24 Nov 2013
Wiki Page:
SharePoint 2010: Resolving Test-SPContentDatabase Errors
Benoit Jester [MVP]
One of the important steps involved in SharePoint migration: 2007 to 2010 or Farm migration within 2010 is to run Test-SPContentDatabase against the content databases from the destination farm where they are being migrated to. As outlined in the description, this check is to ensure that all custom...
on
24 Nov 2013
Wiki Page:
Export Enterprise Resource Details from PWA Using PowerShell
Benoit Jester [MVP]
$PWAUrl = "<PWA Site Url>" ; $EnterpriseResources =@(); $resSvcEndPt = [ string ]:: Concat ( $PWAUrl , "/_vti_bin/psi/resource.asmx?wsdl" ); $resSvc = New - WebServiceProxy $resSvcEndPt - UseDefaultCredential ; $resSvc . ReadUserList ( "All" ). Resources |...
on
24 Nov 2013
Wiki Page:
Create System Center Configuration Manager 2007 Software Metering Rules with PowerShell
Richard Mueller
If you want to create many software Metering rules then you can use this code. This function uses CSV file to import data. Function Create-Rule { Param ( $strRuleFileLocation , $strComputer , $strSiteCode ) Try { #Check if file exists If ( Test-Path $strRuleFileLocation...
on
12 Nov 2013
Wiki Page:
Deploying AD RMS in Windows Server 2008 R2 SP1 with SQL Server 2012
Benoit Jester [MVP]
This article is for those who are attempting to deploy Active Directory Rights Management Services (AD RMS) on a server computer running Windows Server 2008 R2 SP1 that uses SQL Server 2012 to support the AD RMS databases. While the steps to accomplish AD RMS role deployment in Windows Server 2012...
on
12 Nov 2013
Wiki Page:
SharePoint 2010 : List of Features "ID, DisplayName and Scopes"
Gokan Ozcifci
SharePoint 2010 Administration is a very big task for "IT Administrator's" and for this SharePoint provides multiple methods to manage SharePoint Farms. Since SharePoint 2007 the PowerShell ISE has helped users create script after script to manage maintenance tasks as split of Databases...
on
11 Nov 2013
Wiki Page:
PowerShell V3 Featured Articles
Ed Price - MSFT
Table of Contents Purpose of this article Microsoft Articles MVP Articles Overview to Version 3 V3 Feature Community Articles Overview to Version 3 V3 Feature See Also Purpose of this article The purpose of this article is to provide links to other material: articles and blog posts that refer to...
on
11 Nov 2013
Wiki Page:
SetPrint.ps1: A Powershell Script to Set Some Default Settings on Print Queues
Ed Price - MSFT
Here's a script that sets the following default settings for all the print queues on your Windows Server 2008 R2 and Windows Server 2008 print server. Currently, you can set the following default settings: color, mono, twosided, onesided, and staple. What would you do to improve this script...
on
11 Nov 2013
Wiki Page:
VMM 2012 SP1: Installing and Configuring Dell EqualLogic PS Series SMP provider
Ed Price - MSFT
VMM 2012 SP1 supports the same storage arrays that were supported in VMM 2012, plus the SMP provider . For more info : ( http://social.technet.microsoft.com/wiki/contents/articles/4583.scvmm-2012-storage-and-load-balancer-provider-downloads-en-us.aspx ) Below are the steps to install and connect...
on
11 Nov 2013
Page 122 of 130 (3,250 items)
«
120
121
122
123
124
»