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
>
has code
Tagged Content List
Wiki Page:
SharePoint 2013: Delete a custom permissions using PowerShell
Peter Geelen
$spSite = Get-SPSite " http://sedwdevrtm:432/sites/com " [ xml ] $file = Get-Content " C:\Users\Administrator\Desktop\XML\XmlSitePermissions.xml " $Permissionname = $file .sites.site.sitepermission $spWeb = $spSite | Get-SPWeb # we add a new Permission Level name...
on
26 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:
How to Get the List of Deactivated Schema Objects in Active Directory using PowerShell
Richard Mueller
Custom attributes and classes in Active Directory cannot be removed but can be deactivated instead. Getting the list of deactivated schema objects could be done easily using PowerShell Get-ADObject cmdlet. The following table represents the required switches and their values: Switch...
on
24 Feb 2014
Wiki Page:
PowerShell: Use the Wmiclass Accelerator to Query a Remote Host
Ed Price - MSFT
You can use the Get-WMIObject cmdlet on a local host to perform a WMI query. For example: Get-WmiObject -query "Select PartialProductKey,Description from SoftwareLicensingProduct where productkeyid is not null" But how do you query a remote machine? By using PowerShell with the WMISearcher...
on
11 Feb 2014
Wiki Page:
How to Use PowerShell to Export FIM Requests to a Database/File
Peter Geelen
Summary This powershell script will query FIM for all "Requests" that have occurred in the past 7 days for any target "Person". This script requires the Quest Powershell Snapin (otherwise you will have to translate the calls ) It is designed to translate the default reference...
on
2 Feb 2014
Wiki Page:
Using PowerShell to Copy a Single File to Multiple Folders
Carsten Siemens
The Copy-Item command does as its name suggests and copies objects from one path to another. It does not however provision for the ability to copy one object to multiple locations. The Get-ChildItem command retrieves an array of objects within a supplied directory. It does not however afford the...
on
1 Feb 2014
Wiki Page:
Troubleshooting FIM: Problem Firing Powershell Script to Lync Enable Users From Within a FIM Workflow
Matthew Yarlett
Scenario You are attempting to take existing OCS (Office Communications Server) users and create Lync Enabled objects using a workflow from within FIM. Issue You discover that the Lync objects are not being created. Details The following workaround is taken from a customer site. The...
on
30 Jan 2014
Wiki Page:
Procedures For Configuring Test Labs in Windows Server 2012 Hyper-V
Craig Lussier
Table of Contents Creating a new private virtual switch Creating a new virtual machine Adding a network adapter to a new virtual machine Installing an operating system on a new virtual machine Use the following procedures to build out test lab environments that are described in Microsoft Test...
on
20 Jan 2014
Wiki Page:
Hosting the Integrated Exchange, Lync, and SharePoint Test Lab with Windows Server 2012 Hyper-V
Craig Lussier
The integrated Exchange, Lync, and SharePoint test lab consists of seven separate computers on the Corpnet subnet: DC1: The domain controller, DNS server, and DHCP server SQL1: The SQL database server EX1: An Exchange Server 2013 server LYNC1: A Lync Server 2013 server SP1: A SharePoint Server...
on
20 Jan 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
Page 69 of 75 (1,875 items)
«
67
68
69
70
71
»