Browse by Tags

Tagged Content List
  • Wiki Page: Windows PowerShell

    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...
  • Wiki Page: BizTalk Server 2010: PowerShell

    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...
  • Wiki Page: Get subscription management report for Activation Project

    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...
  • Wiki Page: Office 365 Reporting via PowerShell for Syndication Partners

    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. ...
  • Wiki Page: Integrating Service Management Portal and API with System Center 2012 SP1

    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...
  • Wiki Page: Windows PowerShell (ja-JP)

    Table of Contents 紹介 バージョンと発表時期 OS ごとの利用可能バージョン コンシューマー OS サーバー OS 関連項目 他の言語 紹介 Windows PowerShell ( または、単に PowerShell) は、コマンド ラインのシェルとして、またスクリプトとして実行可能なプログラミング言語です。PowerShell は、Windows OS およびその他の Microsoft 製品の、主にシステム管理や自動化を行うために設計、利用されます。PowerShell は .NET Framework 上に構築されているため、利用するためには ...
  • Wiki Page: Active Directory: Get-ADUser Default and Extended Properties

    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...
  • Wiki Page: AD FS 2.0: Migrate Your AD FS Configuration Database to SQL Server

    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...
  • Wiki Page: Powershell - A Use-Case Example

    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,...
  • Wiki Page: SharePoint 2010: How to Install and Configure ADFS 2.0 for SharePoint 2010 on Windows Server 2008 R2

    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...
  • Wiki Page: Export All Unique Permissions from a SharePoint 2010 Site Collection using PowerShell

    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 ) ...
  • Wiki Page: Update Custom Alert Fields Using Subscriptions and Powershell

    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...
  • Wiki Page: SetPrint.ps1: A Powershell Script to Set Some Default Settings on Print Queues

    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...
  • Wiki Page: Script to Create All Foreign Keys

    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...
  • Wiki Page: SharePoint 2010: Windows PowerShell Command Builder

    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...
  • Wiki Page: How to Use Powershell to Import Schema Objects from a CSV File

    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...
  • Wiki Page: Sample Script for Creating a VHD File Share and Assigning Permissions

    To be annotated later. ===================================================== Param( [string] $HyperVClusterName, [string] $ShareName ) # Check values if(!$HyperVClusterName -or !$ShareName) { Write-Host "Error: Please enter required parameter values." Exit ...
  • Wiki Page: PowerShell Communities

    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...
  • Wiki Page: SharePoint 2010:Powershell Script to Check Which SharePoint List has Event Receivers

    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...
  • Wiki Page: How to Talk to MDT WebService Using PowerShell

    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...
  • Wiki Page: Get customer's technical notification e-mail and list of all Company Admins

    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...
  • Wiki Page: Working with Active Directory using PowerShell ADSI adapter

    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...
  • Wiki Page: Install a Service into Windows Server AppFabric by Using PowerShell

    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...
  • Wiki Page: How to Use PowerShell to Determine a List of the Last DCs Used by Your ADDS Management Agents

    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...
  • Wiki Page: List of SharePoint 2010 Features "ID, DisplayName and Scopes"

    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...
Page 1 of 19 (464 items) 12345»
Can't find it? Write it!