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
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
PowerShell
Tagged Content List
Wiki Page:
Hosting the SharePoint Server 2013 Three-Tier Test Lab with Windows Server 2012 Hyper-V
Richard Mueller
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
18 Sep 2013
Wiki Page:
Create SharePoint List/Library Using PowerShell
Richard Mueller
Use CreateSharePointLibrary function to create a new SharePoint List or Library. Parameters : $webUrl - Mandatory - SharePoint Web Url - e.g. http://server:port/ $LibraryName - Mandatory - SharePoint Library Name $Discription - Mandatory - SharePoint Library Description $LibraryTemplate...
on
18 Sep 2013
Wiki Page:
SharePoint: Upload File in Document Library Using PowerShell
Richard Mueller
Use UploadFileInLibrary function to upload a file in SharePoint document Library. Parameters : $webUrl - Mandatory - SharePoint Web Url - e.g. http://server:port/ $ DocLibName - Mandatory - SharePoint Library Name $ FilePath - Mandatory - File Path on hard drive , e.g. .\abc.xlsx ...
on
18 Sep 2013
Wiki Page:
SharePoint: Listing and Deleting SPListItemVersions Using PowerShell
Richard Mueller
Table of Contents Introduction Download The Script Example 1: Listing the versions of all list items in the http://corporate/pages library Example 2: Delete all versions in excess of 5 (ignoring minor versions) Example 3: A more advanced example, listing the versions of all list items in the http:...
on
18 Sep 2013
Wiki Page:
Create Blank WebPart Page Using PowerShell
Richard Mueller
Use CreateBlankWebpartPage function to create blank webpart page in a Non-Publishing SharePoint web . Parameters : $webUrl - Mandatory - SharePoint Web Url - e.g. http://server:port/ $WebPartPageName - Mandatory - New page name $WebPartPageLibraryName - Mandatory - Parent Library name...
on
18 Sep 2013
Wiki Page:
MOSS2007: How to Remove Orphaned Features Using PowerShell
Richard Mueller
I recently had to use content deployment on some old MOSS 2007 systems. These systems are alive for a long time and a lot of solutions/features have been deployed to them. If features are not deactived before removal they stay as an orphan in the system (contentdb) and can cause issues lateron....
on
18 Sep 2013
Wiki Page:
FIM 2010 R2: How to Manage Group Membership from the User UI
Naomi N
Table of Contents Introduction Prerequisites Create Attributes and Bindings Modify the Resource Control Display Configuration XML file Create the sets Create the workflows Create the MPR’s Modify default Sets Testing Notes and modifications Introduction As everybody knows FIM has great capabilities...
on
18 Sep 2013
Wiki Page:
Windows Server 2008 R2 Failover Cluster PowerShell Command Reference
Richard Mueller
CommandLet Add-ClusterDisk Description Make a new disk available for use in a failover cluster. The disk (LUN) must be exposed to all nodes in the failover cluster, and should not be exposed to any other servers. Example 1: C:\PS>Get-ClusterAvailableDisk | Add-ClusterDisk ...
on
17 Sep 2013
Wiki Page:
WINRM Survival Guide
i.biswajith
WINRM is introduced in Windows Server 2003 R2. It is very similar to SysInternals “psexec“ tool. The new version WINRM is 2. WINRM is working on http. That is working with PowerShell. We can run windows command (netstat, ipconfig & etc) in a remote system through Invoke-command. WINRM 1 worked...
on
16 Sep 2013
Wiki Page:
Windows PowerShell Security Survival Guide
Ed Price - MSFT
Lots of people new to PowerShell have question about security. This article is meant to be the place to collect links on PowerShell security, esepcially remoting security. Feel free to add information and links to this article--it is the Wiki way! PowerShell’s Security Guiding Principles...
on
16 Sep 2013
Wiki Page:
Popular PowerShell Modules
Raimund Andrée
Table of Contents Introduction List of modules Other Languages Introduction This article includes a list of modules widely used by the Windows PowerShell community. Many of these projects are open source and located at CodePlex or Technet Script Center . For more information on modules in...
on
16 Sep 2013
Wiki Page:
PowerShell - Active Directory - Primeiros Comandos - (pt-BR)
Richard Mueller
Twitter: @jordanomazzoni Site: http://jmazzoni.wordpress.com/ Canal: http://www.youtube.com/JmazzoniAJU Acompanhe o restante da série no site ou seguindo-me no twitter..!!! Grande abraço Jordano Mazzoni
on
16 Sep 2013
Wiki Page:
Generate a Report for installed Hotfix for Bulk Servers using PowerShell
i.biswajith
Function Get -ComInfo { param( ## Computers $computers ) "#" *80 "Server HotFix Report" "Generated $(get-date)" "Generated from $(gc env:computername)" "#" *80 Get -HotFix -ComputerName $computers } ...
on
16 Sep 2013
Wiki Page:
Enabling the Failover Clustering Feature on Windows Server 2008 R2 Server Core
Yagmoth555
One of the biggest challenges when using Windows Server Core apart from the obvious ones introduced by the reduced graphical interface is to overcome those challenges displayed by its nuances. Tasks that you can perform easily from the command line on a Non-Core edition of Windows might not be possible...
on
15 Sep 2013
Wiki Page:
PowerShell Script for Shutdown/Reboot Events Tracker
Richard Mueller
Table of Contents Single Server Reboot Report: Multiple Servers Reboot Report: Single Server Reboot Report: 01. Get - WinEvent - FilterHashtable @{logname = 'System' ; id = 1074 } | 02. ForEach - Object { 03. 04. $rv = New - Object PSObject | Select...
on
15 Sep 2013
Wiki Page:
SharePoint 2010: Viewing, Sorting, and Filtering SharePoint User Profiles Using PowerShell
Ed Price - MSFT
A question was asked in the MSDN forums about listing out all of the user profiles that don't have the PictureURL property set. The answer supplied was a slightly modified version of a script from the blog of Matthew Yarlett , which lists out all of the user profiles without the PictureURL. This...
on
14 Sep 2013
Wiki Page:
Troubleshooting System Services
Maheshkumar S Tiwari
Table of Contents Starting, Stopping, Disabling, and Resuming Services Configuring General Service Properties Using Command-Line Tools to Manage and Configure Services Net.exe SC.exe Windows PowerShell Setting Service Recovery Options Starting, Stopping, Disabling, and Resuming Services ...
on
14 Sep 2013
Wiki Page:
BPA using PowerShell
Naomi N
BPA is a very ROBUST tool for troubleshooting. It is free and downloadable from Microsoft site. Like EXBPA (Exchange BPA) BPA is Built-in in Windows Server 2008 R2 & higher version OS . GUI is also available. You can open it from ServerManager. See this snapshot of the Dashboard. BPA...
on
13 Sep 2013
Wiki Page:
App-V 5.0 SP1 client with Citrix XenApp 6.5
Maheshkumar S Tiwari
There is very limited information you can find on configuring the App-V 5.0 client with XenApp 6.5, most existing blogs and guides are based on App-V 4.x and these do longer apply with App-V 5.0. I decided to write this blog about how to configure App-V with XenApp 6.5 and hopefully save many a lot...
on
13 Sep 2013
Wiki Page:
BizTalk Server 2010: PowerShell
Steef-Jan Wiggers
Table of Contents Introduction CodePlex Using PowerShell Scripts to restore BizTalk Databases Blogs MSDN Script Center See Also Introduction Windows PowerShell is a Windows command-line shell designed especially for system administrators. It includes an interactive prompt and a scripting environment...
on
13 Sep 2013
Wiki Page:
Wiki: Comment insérer du code Windows PowerShell formaté sur le Wiki TechNet (fr-FR)
Benoit Jester
Note : Cet article est une traduction de l'article Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki . Cet article est un " how to". Merci de le conserver aussi clair et simple que. Evitez également les discussions inutiles de même que les précisions...
on
13 Sep 2013
Wiki Page:
User Page: Biswajit
Richard Mueller
Table of Contents 1. DNS 2. Group Policy Object 3. Domain Controller 4. PowerShell 5. ADDS & Windows 6. My Forums Treads 7. My Gallery Contributions 8. PKI See Also 1. DNS Nos. Description 1. Dns-design-dns-zones-for-per-organization-units 2. Dns-read-only...
on
13 Sep 2013
Wiki Page:
Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki
Benoit Jester
This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as deep dive into underlying mechanisms or related technologies. You might want to insert formatted and colored code syntax (the colorized and formatted script code is easier...
on
13 Sep 2013
Wiki Page:
How to Change the Owner Value for All VMs in SCVMM 2008
Danny van Dam
Note: This article is based on VMM 2008 and might not apply to VMM 2012 (R2) Have you ever found yourself in a situation where you have a bunch of virtual machines (VMs) where the OWNER value is set to UNKNOWN and you wanted to set a value owner without having to modify them one VM at a time? If...
on
13 Sep 2013
Wiki Page:
Windows PowerShell ISE Add-On Tools
Peter Kriegel
Table of Contents Overview of PowerShell ISE Add-On PowerShell ISE Add-Ons Community Add-Ons PoshCode ISE Cmdlets How to Write a PowerShell ISE Add-on with PowerShell How to Write a PowerShell ISE Add-on with Visual Studio WPF / XAML (C#) See Also This page provides links to additional PowerShell...
on
12 Sep 2013
Page 2 of 23 (556 items)
1
2
3
4
5
»
Can't find it? Write it!
Post an Article