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 – Workflow Management – Starting a workflow using Powershell
Sandro Pereira
Table of Contents Introduction The solution References Additional credit Introduction As it is right now, the SharePoint 2013 workflow management isn't exactly straight up using Powershell. The below code should aid in the understanding on how to work with it in its current state. ...
on
8 May 2014
Wiki Page:
SharePoint: PowerShell Runas
Carsten Siemens
Introduction Have you ever had a SharePoint PowerShell script where you need to run a section of the script with elevated privileges (for example, under the security context of the farm service account), without being prompted to enter credential information? You can achieve this by running...
on
1 May 2014
Wiki Page:
PowerShell: Get Process for SharePoint 2013 NodeRunners
Benoit Jester [MVP]
Save the code below to a file named something like getNodeRunnerProcess.ps1 and then run it using any of the following: To get all the noderunner processes on the current server : getNodeRunnerProcess.ps1 To get all the noderunner processes on a specified server :...
on
30 Apr 2014
Wiki Page:
Test your server for Heartbleed via Powershell
Benoit Jester [MVP]
Download latest OpenSSL for Windows and install your computer. Open your text editor and write one domain name or IP address on each line and save it. Then change $sites and $oSSL variables. $sites = Get-Content -Path " C:\domains.txt " $oSSL = " C:\OpenSSL-Win64...
on
30 Apr 2014
Wiki Page:
Using PowerShell for huge Reporting Tasks
Benoit Jester [MVP]
Most popularly IT admins prefer PowerShell scripting to do reporting. Recent times I came across a scenario where Admins were waiting for script completion. Management team requested for AD user report, LYNC SIP ID's report and Mail box report. Yes, indeed all their scripts works. But they...
on
29 Apr 2014
Wiki Page:
Internet Explorer Version Using PowerShell
Benoit Jester [MVP]
How to find Internet Explorer Version using PowerShell? PowerShell Code ( Get-ItemProperty -Path ' HKLM:\SOFTWARE\Microsoft\Internet Explorer ' ).svcVersion OutPut Reference ( Get-ItemProperty -Path ' HKLM:\SOFTWARE\Microsoft\Internet...
on
29 Apr 2014
Wiki Page:
Count Down using PowerShell
Benoit Jester [MVP]
Requirement: Need PowerShell codes to do Count Down for 60 Seconds approximately Solution: 1 . .59 | Sort-Object -Descending | % { Start-Sleep -Seconds 1 ; cls ; Write-Host " Count Down Starts $_ " -ForegroundColor Green } Indeed, it's a fun but this...
on
29 Apr 2014
Wiki Page:
Hosting the SharePoint Server 2013 Three-Tier Test Lab with Windows Server 2012 Hyper-V
Fernando Lugão Veltem
The SharePoint Server 2013 three-tier test lab consists of five separate computers on the Corpnet subnet: DC1 : The domain controller, DNS server, certification authority, and DHCP server WFE1 : The front-end web server of the SharePoint Server 2013 three-tier farm APP1 : The application server...
on
28 Apr 2014
Wiki Page:
SCOM Group members Maintenance Mode
Fernando Lugão Veltem
I do realize that this script is for a some what dated product, but it is still being covered by main stream support so I see no harm in making it available for the SCOM peers. The feature to note is we have refrained from using a "| where" filter and have persevered to make the execution...
on
22 Apr 2014
Wiki Page:
Script a Metadata Service Application using PowerShell
sunilKUpadhyay
How To Create Manged Meta Data Service Application Using PowerShell This how-to topic describes the steps required to create a Managed MetaData Service Application in sharepoint 2010 using powershell.One can create the managed metadata service application using the central admin manually. But when...
on
22 Apr 2014
Wiki Page:
PowerShell : DC PROMO Windows Server 2012
Fernando Lugão Veltem
#################################################################################################### # # Unattend_DCPROMO.ps1 # # v.01 The 26 November 2012 by Kévin KISOKA - Personal Website : http://www.it-deployment.fr # # Usage : # - Modules Work Only with Powershell 3.0 / .NET 4.0...
on
8 Apr 2014
Wiki Page:
Getting Event Log Contents by Email on an Event Log Trigger
Fernando Lugão Veltem
I worked on the following PowerShell Script to email event log content (for example, event ID 4720 that shows the user creation on DCs) which is already triggered by event viewer with "running program" option (you must run "powershell -filter "<script path>""). Please...
on
8 Apr 2014
Wiki Page:
SharePoint 2013: Create 2000 Domain Accounts with Profile Photos for a Development Environment
Matthew Yarlett
Table of Contents Introduction References Download the full Script from the Microsoft TechNet Gallery Process 1. Download the name files 2. Formatting the documents 3. Import the name files into PowerShell 4. Create a custom PSObject for holding people information 5. Use the name files to create 2000...
on
5 Apr 2014
Page 67 of 75 (1,875 items)
«
65
66
67
68
69
»