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:
PowerShell voor Beginners (nl-NL)
Benoit Jester
Nota: Onderstaande bronnen zijn Engelstalig. Bronnen voor diegene die Powershell wil leren vanaf de basis. Using PowerShell for the First Time PowerShell Training: Back to Basics Scripting with Windows PowerShell TechNet Script Center Repository Hey, Scripting Guy! Blog - Site...
on
28 Aug 2013
Wiki Page:
Powershell per principianti (it-IT)
Benoit Jester
NOTA: alcune risorse sono disponibili solo in lingua Inglese. Un elenco di risorse per cominciare l'apprendimento di Powershell dall'inizio. Scripting with Windows PowerShell TechNet Script Center Repository Hey, Scripting Guy! Blog - Site Home - TechNet Blogs An Introduction...
on
28 Aug 2013
Wiki Page:
PowerShell for Beginners
Benoit Jester
Resources for those wanting to learn Powershell from the start. Using PowerShell for the First Time PowerShell Training: Back to Basics Scripting with Windows PowerShell TechNet Script Center Repository Hey, Scripting Guy! Blog - Site Home - TechNet Blogs An Introduction to PowerShell...
on
28 Aug 2013
Wiki Page:
How Storage Spaces Responds to Errors on Physical Disks
Martin Kirchhoefer
Physical disks often experience errors of varying severity, from errors that the disk can transparently recover from, without interruption or data loss; to errors that are catastrophic and can cause data loss. Storage Spaces responds to a range of errors that can occur on physical disks, responding...
on
26 Aug 2013
Wiki Page:
BizTalk Server - Determine Version and Edition
Naomi N
Table of Contents Introduction Registry Database Query PowerShell See Also Other languages Introduction In a BizTalk Server environment where you are unaware of the exact version and/or edition you have a couple of options to find out what the exact version and edition is. The options are opening...
on
25 Aug 2013
Wiki Page:
Administrando Máquinas Virtuales con PowerShell en Windows Azure (es-ES)
DaveRndn
En este post aprenderás a usar PowerShell para la automatización y administración avanzada de Máquinas Virtuales en Windows Azure. Primero veamos ¿Qué es Windows Powershell? Windows PowerShell es una interfaz de consola (CLI) con posibilidad de escritura y conjunción de comandos por medio de...
on
24 Aug 2013
Wiki Page:
SharePoint 2010: Get Site Users with Full Control/Owners Permissions with Powershell Script
Carsten Siemens
The following PowerShell script can be used to get users with Full Control permissions in sites. <# The below PowerShell script enumerates through all sites with unique permissions and fetches users with Full Control Permission granted directly to the site or through group membership...
on
22 Aug 2013
Wiki Page:
PowerShell: Optimization and Performance Testing
Carsten Siemens
Table of Contents Overview Default Order of Optimal Execution Optimization Considerations Am I using -Filter (if available)? Am I using Foreach-Object when for will work just as well? Am I testing a condition unnecessarily? Performance Testing Considerations Additional Resources Overview PowerShell...
on
22 Aug 2013
Wiki Page:
PowerShell - Using $args in Script Blocks
Carsten Siemens
Link to Parent: PowerShell - Deep Dive and Best Practice Using $args in script blocks can be problematic if you assume that it will behave like other variables. It does not (or, more accurately, the script block will not treat it like other variables). The documentation on exactly...
on
22 Aug 2013
Wiki Page:
PowerShell: Advanced Function Parameter Attributes
Carsten Siemens
Link to Parent: PowerShell - Deep Dive and Best Practice Reference for dealing with parameter attributes WORK IN PROGRESS Table of Contents What are parameter attributes Cmdlet Binding Attributes ConfirmImpact DefaultParameterSetName HelpURI SupportsPaging SupportsShouldProcess PositionalBinding...
on
22 Aug 2013
Wiki Page:
PowerShell: Deep Dive and Best Practice
Carsten Siemens
This will be a starting point to discussions on deep dives and best practices PowerShell - Running Executables PowerShell - Creating Custom Objects PowerShell - Getting the most from Trace-Command PowerShell - Optimization and Performance Testing PowerShell - Using $args in Script Blocks PowerShell...
on
22 Aug 2013
Wiki Page:
Adding custom diagnostic scripts to Windows Troubleshooter
Balaji M Kundalam
Many times when we face a problem in Windows, our first attempt to troubleshoot the problem is to run the built-in troubleshooter. A lot of scenarios exist wherein we run the diagnostics tool\troubleshooter, like to diagnose network connectivity issues, audio issues, etc. Troubleshooter can be accessed...
on
21 Aug 2013
Wiki Page:
SharePoint - PowerShell Snippets
Rajesh.Sitaraman
This wiki has been created to consolidate the SharePoint PS snippets we use on our day to day SharePoint activities. General Adding the SharePoint SNAPIN 1. # Add SharePoint Snapin to PowerShell 2. if((Get-PSSnapin | Where {$_.Name -eq "Microsoft.SharePoint.PowerShell"...
on
21 Aug 2013
Wiki Page:
PowerShell : DC PROMO Windows Server 2012
KISOKA Kévin
#################################################################################################### # # 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
21 Aug 2013
Wiki Page:
Como Reverter ou Diminuir os Níveis Funcionais da Floresta e Domínio do Active Directory no Windows Server 2008 R2 (pt-BR)
Richard Mueller
Esse artigo foi originalmente escrito em: http://social.technet.microsoft.com/wiki/contents/articles/850.how-to-revert-back-or-lower-the-active-directory-forest-and-domain-functional-levels-in-windows-server-2008-r2-en-us.aspx Table of Contents Visão Geral Antes de Rebaixar o Nível Funcional da...
on
20 Aug 2013
Wiki Page:
مدیریت اکتیو دایرکتوری با پاورشل (fa-IR)
Richard Mueller
شروع در Powershell Powershell یک رابط متنی بر اساس دستور مبتنی بر وظیفه است که از زبان های اسکریپی پشتیبانی به عمل می آورد. به جهت سهولت این ابزار جهت مدیریت روی Windows Server توصیه می شود.دستورات Powershell را cmdlets می گوییم و با استفاده از این ابزار قصد داریم عملیات پیچیده ای را با ساده ترین...
on
20 Aug 2013
Wiki Page:
Windows PowerShell 3.0 – Uso de comodines para filtrar resultados (es-ES)
Pablo Martínez
PowerShell es una excelente herramienta de administración pero debemos aprender a manejarla para que nos resulte útil, cómoda, sencilla y por ende, práctica. Una de las primeras cosas que nos ponemos a toquetear con PowerShell es el listado de las características y roles del sistema pero cuando lanzamos...
on
20 Aug 2013
Wiki Page:
PowerShell Script - Checking/Auditing Symantec Endpoint Protection Status
Naomi N
Hello All, This is my first post on here... in fact in any Wiki... The reason I'm here is because I have searched high and low for a script to suit a friend who came to me for help, but to no avail (similar to most people I imagine)... well not that really fit what I had set out to achieve...
on
18 Aug 2013
Wiki Page:
SharePoint 2010: Content Deployment
Gokan Ozcifci
There are many articles in the web by describing Content Deployment in SharePoint 2010. it is not working property and giving plenty of errors which direct us to restoring the backup rather than trying Content Deployment in the SharePoint Server. Here I'm going to my experiences and how I'm...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: PowerShell Script to List Out Webparts Used in Publishing Pages
Gokan Ozcifci
This powershell script will enlist all 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 same...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: How To Enable the Developer Console
Gokan Ozcifci
This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. This is a powershell script that will enable the developer console on a sharepoint farm: $consoleSettings...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: Community Request - Please Embrace a Multilingual TechNet Wiki
Gokan Ozcifci
Update - Feb 25th, 2012 I wanted to update this post, as my initiative has been generating some differing opinions - which is exactly what I was hoping for. We're all on the same team and want the best solution possible for language support in the TechNet Wiki. There has been a positive chat...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: How to Create a Form Library Using a PowerShell Script
Gokan Ozcifci
Someone expressed his needs to have a PowerShell script to create FormLibrary. Hence I have written the below script and it works in both SharePoint 2007 and SharePoint 2010. This code can be further modified to create other types of libraries as well. I am sharing my code here: param(...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: Migrate Sharepoint 2007 to Sharepoint 2010
Gokan Ozcifci
Below is a step by step guide that I recently used to migrate MOSS 2007 to Sharepoint 2010. If you are using MOSS 2007 pre SP2, you will not be able to upgrade directly to 2010. You will need to upgrade your 2007 install first to MOSS 2007 SP2. You can download SP2 install from here: http://www...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: Get "Modified" and "Modified By" Information from a View in a List or Library
Gokan Ozcifci
The "Modified", " Modified By ", " Created by ", " Created " cannot be accessed directly via the SPView object because this simply doesn't store that kind of information. To request this information the SPFile object needs to be used instead. "Created...
on
16 Aug 2013
Page 5 of 23 (556 items)
«
3
4
5
6
7
»
Can't find it? Write it!
Post an Article