Browse by Tags

Tagged Content List
  • Wiki Page: How to Use a Windows PowerShell Script to Recover an Item in Data Protection Manager

    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...
  • Wiki Page: How to Use PowerShell to Display the Value of the ERL Attribute of a User

    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...
  • Wiki Page: How to Use PowerShell to Document Your Provisioning Policy Configuration

    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...
  • Wiki Page: How to Use PowerShell to Determine the ERL Flow Configuration

    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...
  • Wiki Page: Unseal durumdaki Management Packlerin PowerShell ile export edilmesi

    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...
  • Wiki Page: SharePoint 2010: SharePoint Server’ın PowerShell İle Yönetimi Nasıl Yapılır – Detaylı Örnekler

    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...
  • Wiki Page: get-aduser ile bir export-csv uygulaması

    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...
  • Wiki Page: PowerShell'i konuşturun (tr-TR)

    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...
  • Wiki Page: Using Powershell to fix RGB codes to RGB names in your HTML code

    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...
  • Wiki Page: Windows PowerShell: Use Proxy Cmdlets in Combination with Object Events

    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...
  • Wiki Page: Renew OCSP signing certificate

    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...
  • Wiki Page: How to Use PowerShell to Enable Provisioning

    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...
  • Wiki Page: How to Use PowerShell to Display the Export State of a Management Agent

    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 ...
  • Wiki Page: ADFS 2.0 High Availability and High Resiliency Walkthrough

    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...
  • Wiki Page: OCSP powershell script

    [ 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...
  • Wiki Page: SharePoint 2010: Amend Permissions within a Permission Level in SharePoint using PowerShell

    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...
  • Wiki Page: SharePoint 2010: Orphan Search Scopes

    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...
  • Wiki Page: PowerShell 3 Cmdlets

    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...
  • Wiki Page: How to Use Powershell to Create Manager-Based Distribution Lists from a CSV File (FIM 2010)

    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 ...
  • Wiki Page: Determining status of kernel driver with PowerShell

    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...
  • Wiki Page: Restore Default Permissions on Active Directory Organizational Units (OU)

    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...
  • Wiki Page: Customizing the RDS title “Work Resources” using PowerShell on Windows Server 2012

    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...
  • Wiki Page: How to Use PowerShell to Disable Provisioning

    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...
  • Wiki Page: Exchange 2007 PowerShell Scripts

    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...
  • Wiki Page: How to Use PowerShell to Display Denied Requests

    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 ...
Page 8 of 23 (556 items) «678910»
Can't find it? Write it!