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:
How to Use a Windows PowerShell Script to Recover an Item in Data Protection Manager
Richard Mueller
This article will walk you through the steps of doing a simple file restore from Windows Powershell. This is the command as listed in TechNet: Recover-RecoverableItem [-RecoverableItem] <RecoverableObject[]> [-RecoveryOption] <RecoveryOptions> [-RecoveryPointLocation <RecoverySourceLocation...
on
31 Jul 2013
Wiki Page:
How to Use PowerShell to Display the Value of the ERL Attribute of a User
Richard Mueller
FIM ScriptBox Item Summary To synchronize an object to a target data source, the object must have a populated ERL attribute. The values of this attribute are used by the synchronization engine to locate the appropriate outbound synchronization rules that need to be applied to an object during...
on
31 Jul 2013
Wiki Page:
How to Use PowerShell to Document Your Provisioning Policy Configuration
Richard Mueller
FIM ScriptBox Item Summary This script documents your provisioning policy configuration on your system. The script lists all your synchronization rules, the workflows a synchronization rule was added to and the related management policy rule: This script can help you to detect mistakes...
on
31 Jul 2013
Wiki Page:
How to Use PowerShell to Determine the ERL Flow Configuration
Richard Mueller
FIM ScriptBox Item Summary To process outbound synchronization rules, you must populate the ERL attribute of you managed objects in the metaverse. The objective of this script is to check whether import attribute flow rule mappings for the expectedRulesList attribute are configured on your...
on
31 Jul 2013
Wiki Page:
Unseal durumdaki Management Packlerin PowerShell ile export edilmesi
Gokan Ozcifci
SCOM üzerindeki unseal management packlerinizi, üzerlerinde customization gerçekleştirmek için export etmek isteyebilirsiniz. Bu durumda Operations Manager Shell yani PowerShell cmdletlerini kullanarak tüm export işlemini tek bir script ile gerçekleştirme imkanınız bulunuyor. Aşağıdakine benzer...
on
31 Jul 2013
Wiki Page:
SharePoint 2010: SharePoint Server’ın PowerShell İle Yönetimi Nasıl Yapılır – Detaylı Örnekler
Gokan Ozcifci
SharePoint 2010 ile ön plana çıkan bir başka özellik PowerShell commend-lets leri ile yönetilebilir olması. Bu makalemde sizlere nasıl SharePoint Server 2010′ü User interface olmadan kullanılacağını göstereceğim. Powershell ekranına erişmek için Windows 7 veya SharePoint ‘un özel PowerShell...
on
31 Jul 2013
Wiki Page:
get-aduser ile bir export-csv uygulaması
Gokan Ozcifci
Her hangi bir amaçla Active Directory veritabanından bir kaç kriter’de csv formatında bir output almak isterseniz aşağıdaki cmdlet’I kullanabilirsiniz. Sorguda EmailAddress attribute’u dolu olanların bir kaç bilgisini output olarak aldım. Get-ADUser -Filter { EmailAddress -like “*” } -Properties...
on
31 Jul 2013
Wiki Page:
PowerShell'i konuşturun (tr-TR)
Gokan Ozcifci
PowerShell içerisinde SAPI.SpVoice nesnesini oluşturarak çok rahatlıkla istediğiniz metni sesli olarak işitebilirsiniz. Örneğin sabahları RSS feedlerinizi powershell ile dinleyebilir ya da indirdiğiniz bir dokumanı PowerShell’e okutabilirsiniz. Aşağıda hazırladığım ufak örnekte powershell makine...
on
31 Jul 2013
Wiki Page:
Using Powershell to fix RGB codes to RGB names in your HTML code
Peter Geelen - MSFT
Table of Contents Introduction How to use Gallery Source Code Introduction Many Wiki articles use colors. Unfortunately, in some cased the colors specified in HTML using RGB values are not displayed correctly (it seems to be linked to the browser version used by the editor.) This script provides...
on
31 Jul 2013
Wiki Page:
Windows PowerShell: Use Proxy Cmdlets in Combination with Object Events
Richard Mueller
Proxy Cmdlets is a new feature introduced in Windows PowerShell v2. You can read more about this feature in this article on the Microsoft PowerShell Team blog. This article will show how we can combine this feature with another feature called object events. Using the Register-ObjectEvent...
on
30 Jul 2013
Wiki Page:
Renew OCSP signing certificate
Richard Mueller
IS4U Blog In my previous post, I described on how to automate the creation of an ocsp responder configuration. This post describes on how to renew and replace the signing certificate when it is about to expire. It also replaces the signing certificate for all ocsp responder configurations. This...
on
30 Jul 2013
Wiki Page:
How to Use PowerShell to Enable Provisioning
Richard Mueller
FIM ScriptBox Item Summary This script enables provisioning on your FIM server. It only enables declarative provisioning. If you need to enable non-declarative provisioning or both, you need to modify this script. Important To use this script, you need to add the FIM service...
on
30 Jul 2013
Wiki Page:
How to Use PowerShell to Display the Export State of a Management Agent
Richard Mueller
FIM ScriptBox Item Summary The script code below displays the pending exports for a management agent. You can use this script to troubleshoot export related issues. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 ...
on
30 Jul 2013
Wiki Page:
ADFS 2.0 High Availability and High Resiliency Walkthrough
Richard Mueller
ADFS 2.0 can be designed with high availability and resiliency to provide authentication service for the applications. Inspired by the MSIT technical case study: Enhancing Federation Services for Internal and External Partners ( http://technet.microsoft.com/en-us/library/ff803566.aspx ). This article...
on
30 Jul 2013
Wiki Page:
OCSP powershell script
Richard Mueller
[ IS4U Blog ] I read following question on http://blogs.technet.com/b/askds/ . Question Are there any available PowerShell, WMI, or command-line options for configuring an OCSP responder? I know that I can install the feature with the Add-WindowsFeature, but I'd like to script configuring...
on
30 Jul 2013
Wiki Page:
SharePoint 2010: Amend Permissions within a Permission Level in SharePoint using PowerShell
Gokan Ozcifci
Table of Contents Introduction The Problem The PowerShell Introduction I have a collaboration web application that is used within my Company, within this web application we have several hundred Site Collections. All site collections are using a customized set of Permission Levels which contain...
on
30 Jul 2013
Wiki Page:
SharePoint 2010: Orphan Search Scopes
Gokan Ozcifci
Table of Contents Definition Scopes Configuring Scopes Managing Scopes Definition Scopes A search scope defines a subset of information in the search index. Users can select a search scope when performing a search to restrict search results to the subset of information that they want. This can...
on
30 Jul 2013
Wiki Page:
PowerShell 3 Cmdlets
Raheel123
These are the cmdlets, aliases, and functions available in the Windows 8 Developer Preview. All items are subject to change or removal by Microsoft and are not considered to be final until release of Windows 8. Name Module CommandType Options % Alias ReadOnly...
on
30 Jul 2013
Wiki Page:
How to Use Powershell to Create Manager-Based Distribution Lists from a CSV File (FIM 2010)
Peter Geelen - MSFT
FIM ScriptBox Item Summary Create Manager-based Distribution Lists from a CSV file. The CSV file must include a header row, such as in the following example: DisplayName,MailNickname,Description,Manager DL-Hongs Team,HHanTeam,Hong Han's team,hhan Script Code rg ...
on
29 Jul 2013
Wiki Page:
Determining status of kernel driver with PowerShell
Patris_70
With PowerShell 2.0 on Windows Server 2008 R2 you can query a kernel-mode driver with the Get-Service cmdlet. PS C:\> get-service http | fl * Name : HTTP RequiredServices : {} CanPauseAndContinue : False CanShutdown : False CanStop : True DisplayName : http DependentServices : {WinRM...
on
27 Jul 2013
Wiki Page:
Restore Default Permissions on Active Directory Organizational Units (OU)
Patris_70
Sometime, we have problem with permissions on Actice Directory Organizational Units (OU). For example, our support user or other admin delete some permissions! Now, we have problem and we must restore default permissions on OU. Here is a real example on my TestLAB. I have a OU called MCA, right...
on
27 Jul 2013
Wiki Page:
Customizing the RDS title “Work Resources” using PowerShell on Windows Server 2012
Yagmoth555
If you have been using Windows Server 2012 to access Remote Apps / or desktops via RD WebAccess or via the new Remote Desktop App, you will have noticed that by default it will contain the title “Work Resources”. Allthough there is a config file called RDWAStrings .xml (inside C:\Windows\Web\RDWeb...
on
25 Jul 2013
Wiki Page:
How to Use PowerShell to Disable Provisioning
Patris_70
FIM ScriptBox Item Summary This script disables provisioning on your FIM server. Important To use this script, you need to add the FIM service account to the FIMSyncAdmins group! Script Code 001 002 003 004 005 006 007...
on
25 Jul 2013
Wiki Page:
Exchange 2007 PowerShell Scripts
Patris_70
Note The content on this Wiki page was migrated from the old Exchangeninjas.com Wiki. This page has links to numerous resources to help you get started with PowerShell. The following scripts are currently available, but feel free to jump in and add your own. Organization Configuration...
on
25 Jul 2013
Wiki Page:
How to Use PowerShell to Display Denied Requests
Patris_70
FIM ScriptBox Item Summary When you troubleshoot access problems, it might be helpful to review whether denied requests exits on your system. The objective of this script is to display them. Script Code 001 002 003 004 005 006 007 008 009 010 011 ...
on
23 Jul 2013
Page 8 of 23 (556 items)
«
6
7
8
9
10
»
Can't find it? Write it!
Post an Article