Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
AD FS
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
Exchange Server 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
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
MCTS
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Portal
Português Brasil
PowerShell
Private Cloud
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
Small Basic
solucionando problemas
spam
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
UAG
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:
Windows PowerShell
Carsten Siemens
Table of Contents Introduction Versions Features How to get PowerShell PowerShell Snapins, Modules and other Extensions PowerShell hosts and editors Learning PowerShell Other Languages Introduction Windows PowerShell includes a scripting language and command shell created by Microsoft to provide...
on
19 May 2013
Wiki Page:
BizTalk Server 2010: PowerShell
Carsten Siemens
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
19 May 2013
Wiki Page:
Get subscription management report for Activation Project
Payman Biukaghazadeh
Before you start... This article is a part of a collection of articles. Please read Office 365 Reporting via PowerShell for Syndication Partners to understand the audience this article is intended for, the background, what's in scope and out of scope, assumptions and limitations. Scenario...
on
18 May 2013
Wiki Page:
Office 365 Reporting via PowerShell for Syndication Partners
CValve
Audience: Office 365 Syndication Partners Description: This article intends to provide Office 365 Syndication Partners with a guide on how to use PowerShell for their bulk reporting needs. The article has sample scenarios where a reporting need arises, sample scripts and sample output. ...
on
17 May 2013
Wiki Page:
Integrating Service Management Portal and API with System Center 2012 SP1
Mark Stanfill [MSFT]
Table of Contents Scenario description Solution description System Center 2012 components and other requirements How does this solution fit into your IT strategy? How do you prepare System Center for this solution? How to accomplish this scenario Integration experience Overview Demonstration Usage metering...
on
16 May 2013
Wiki Page:
Windows PowerShell (ja-JP)
yottun8
Table of Contents 紹介 バージョンと発表時期 OS ごとの利用可能バージョン コンシューマー OS サーバー OS 関連項目 他の言語 紹介 Windows PowerShell ( または、単に PowerShell) は、コマンド ラインのシェルとして、またスクリプトとして実行可能なプログラミング言語です。PowerShell は、Windows OS およびその他の Microsoft 製品の、主にシステム管理や自動化を行うために設計、利用されます。PowerShell は .NET Framework 上に構築されているため、利用するためには ...
on
16 May 2013
Wiki Page:
Active Directory: Get-ADUser Default and Extended Properties
Payman Biukaghazadeh
The PowerShell Get-ADUser AD Module cmdlet supports the default and extended properties in the following table. Many can be assigned values with the Set-ADUser cmdlet. In the table, default properties are shown with the property name highlighted in cyan . Extended properties are highlighted in pink...
on
16 May 2013
Wiki Page:
AD FS 2.0: Migrate Your AD FS Configuration Database to SQL Server
Jorge de Almeida Pinto [MVP-DS]
The AD FS configuration database stores all the configuration data that represents a single instance of AD FS 2.0 (also known as the Federation Service). You can store this configuration data in either a Microsoft SQL Server® database or using the Windows Internal Database. The Windows Internal Database...
on
15 May 2013
Wiki Page:
Powershell - A Use-Case Example
Richard Mueller
We started working with PowerShell as an experiment at our company. We have about 300 instances and wanted a quick/efficient way of building a mechanism to monitor all our instances in terms of databases backups and whether have succeeded or failed. I was familiar with other forms of scripting,...
on
14 May 2013
Wiki Page:
SharePoint 2010: How to Install and Configure ADFS 2.0 for SharePoint 2010 on Windows Server 2008 R2
Richard Mueller
Table of Contents 1 Overview 2 System requirements 3 Additional information 4 Download Center 5 Install ADFS 2.0 on Windows Server 2008R2 ( DC side ) 6 Configure ADFS 2.0 for SharePoint 2010 7 Configure SharePoint 2010 for AD FS 2.0 ( Application Server Side ) 8 Some tests 9 Install ADFS on Windows Server...
on
14 May 2013
Wiki Page:
Export All Unique Permissions from a SharePoint 2010 Site Collection using PowerShell
Richard Mueller
The following PowerShell script can be used to export all unique permissions in a site collection to a CSV file. The script takes in the url of the site collection as the input. if (( Get - PSSnapin "Microsoft.SharePoint.PowerShell" - ErrorAction SilentlyContinue ) ...
on
13 May 2013
Wiki Page:
Update Custom Alert Fields Using Subscriptions and Powershell
Richard Mueller
Alerts in OpsMgr have lots of good information on them already – but wouldn’t it be cool if you could add your own custom information to the custom alert fields of the alert? There are lots of reasons why this might be useful – you might just want to add extra information to an alert – or extra context...
on
13 May 2013
Wiki Page:
SetPrint.ps1: A Powershell Script to Set Some Default Settings on Print Queues
Richard Mueller
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
13 May 2013
Wiki Page:
Script to Create All Foreign Keys
Richard Mueller
I wrote a script to generate create or drop statements for all foreign keys in a SQL Server database. It was originally published on my blog in 2009, but this is a better place to post it. The community has the ability to correct or enhance the script here. PowerShell can accomplish the same thing...
on
13 May 2013
Wiki Page:
SharePoint 2010: Windows PowerShell Command Builder
Richard Mueller
Microsoft has released a useful tool for making PowerShell scripts to work with SharePoint 2010 and Office 365. The application is written using the technology of Silverlight, which makes it convenient to use. The interface is simple and easy to use (Fig. 1) In Fig. 1 . Interface...
on
13 May 2013
Wiki Page:
How to Use Powershell to Import Schema Objects from a CSV File
Richard Mueller
FIM ScriptBox Item Summary This script may be used to create Attributes and Bindings in the FIM Portal Schema based on information in a CSV file. The script comes in two parts: Import-SchemaCSV.ps1 is used to generate a changes.xml file, and CommitChanges.ps1 is used to import the...
on
13 May 2013
Wiki Page:
Sample Script for Creating a VHD File Share and Assigning Permissions
Richard Mueller
To be annotated later. ===================================================== Param( [string] $HyperVClusterName, [string] $ShareName ) # Check values if(!$HyperVClusterName -or !$ShareName) { Write-Host "Error: Please enter required parameter values." Exit ...
on
13 May 2013
Wiki Page:
PowerShell Communities
Richard Mueller
Links to active communities for PowerShell, ISE and related technologies. Forums The Official Scripting Guys Forum Windows Server PowerShell Forum Data Protection Manager PowerShell Forum Stack Overflow Reddit User Groups PowerShell Community Groups Site Atlanta...
on
13 May 2013
Wiki Page:
SharePoint 2010:Powershell Script to Check Which SharePoint List has Event Receivers
Lijo George
PowerShell Script for Event Receivers You are inheriting a SharePoint site. Some of the lists do odd things. Are there event receivers on the list? If you have access to PowerShell and the SharePoint servers, then you can run this little PowerShell script to find out. $GC = Start-SPAssignment...
on
11 May 2013
Wiki Page:
How to Talk to MDT WebService Using PowerShell
Richard Mueller
Hi All, As I am not that at ease with writing custom scripts for Microsoft Deployment Toolkit in WSF or VBS, but I am using PowerShell a lot, so I decided to try and use PowerShell (got to love it ;-) to connect to - and get a responce from the MDT WebService ( http://mdtcustomizations.codeplex...
on
10 May 2013
Wiki Page:
Get customer's technical notification e-mail and list of all Company Admins
CValve
Before you start... This article is a part of a collection of articles. Please read Office 365 Reporting via PowerShell for Syndication Partners to understand the audience this article is intended for, the background, what's in scope and out of scope, assumptions and limitations. Scenario...
on
10 May 2013
Wiki Page:
Working with Active Directory using PowerShell ADSI adapter
Richard Mueller
Introduction PowerShell is very useful for automating Active Directory. It allows to quickly and relatively easy automate mundane actions or perform same operations with many objects. PowerShell provides very broad set of methods to work with Active Directory. There is some of them: Microsoft...
on
10 May 2013
Wiki Page:
Install a Service into Windows Server AppFabric by Using PowerShell
Richard Mueller
There are a couple of different options to choose from when you want to deploy WF and WCF services into IIS and Windows Server AppFabric. Both IIS and Windows Server AppFabric ship with comprehensive PowerShell APIs which can be used to fully automate the deployment, configuration and management of...
on
10 May 2013
Wiki Page:
How to Use PowerShell to Determine a List of the Last DCs Used by Your ADDS Management Agents
Richard Mueller
FIM ScriptBox Item Summary The script code below uses Svrexport to determine a list of the last DCs used by your ADDS management agents. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020...
on
10 May 2013
Wiki Page:
List of SharePoint 2010 Features "ID, DisplayName and Scopes"
Richard Mueller
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
10 May 2013
Page 1 of 19 (464 items)
1
2
3
4
5
»
Can't find it? Write it!
Post an Article