Browse by Tags

Tagged Content List
  • Wiki Page: SharePoint 2010: Cannot Open Database dbName Requested By The Login in Powershell Scripts

    Hi Recently while executing a powershell script that creates a Form library in a Sharepoint 2010 site I faced this error "Cannot Open database dbName requested by the login in powershell". The error is shown below: I tried various troubleshooting steps all the way from google...
  • Wiki Page: SharePoint 2010: When there is no Powershell cmdlet or it is Internal

    This is one of those I usually spend hours on trying to find the correct way of doing it, then after one or two days of denial, I end up resolving to this method. I've used it when working with SharePoint 2010 Product key and as this example describes, setting a preferred search center under User...
  • Wiki Page: Wiki: Platforms Portal

    Una plataforma es un elemento crucial en el desarrollo de software. Una plataforma puede ser definida simplemente como "un lugar para lanzar el software. Se puede incluir un marco o sistema operativo. Lea más sobre las siguientes plataformas mencionadas en TechNet Wiki. Table of Contents Active...
  • Wiki Page: SharePoint: Using LogParser and PowerShell to Create Analytic Reports

    Introduction SharePoint has built-in analytic reports, but they don't always provide you with the data you need. This article demonstrates how you can combine two great Microsoft tools, LogParser and PowerShell, to create a custom report that summarizes the access to a particular PDF file...
  • Wiki Page: Active Directory: Add or Update a User Picture in AD using PowerShell

    Introduction This is a quick article to show how easy it is to update an Active Directory user account with a photo of the user. The Active Directory thumbNail attribute is used by several applications to displays a picture for a user account. Microsoft Outlook is one such application that uses...
  • Wiki Page: An Example of Using Write-Progress in a Long Running SharePoint PowerShell Script

    Ever written a really cool PowerShell script that performs lots of actions, or iterates over hundreds or thousands of items? Wouldn't it be nice to see the status of the script as it's running to get an indication of what it's doing and how long it has to go? You could use Write-Host to...
  • Wiki Page: FIM Scriptor

    FIM ScriptBox Item Summary: The FIM Scriptor is a graphical user interface around some popular FIM PowerShell scripts to simplify common operational talks. Note This script is a PowerShell script that is embedded into a HTA. For more details about the architecture...
  • Wiki Page: FIM FIMMA Schema Documenter

    FIM ScriptBox Item Summary: When developing solutions for your FIM environment, you need to know what objects and attributes you have in your FIMMA schema. The objective of the FIM FIMMA Schema Documenter is to give you a report about this. Categorized by object type, you will get a report...
  • Wiki Page: Create a Custom Root Folder in all the Mailboxes (Bulk) in Exchange 2010

    Refer the below link for the original script , and Customized it a little http://blogs.msdn.com/b/akashb/archive/2011/07/23/creating-folder-using-ews-managed-api-1-1-from-powershell.aspx And Please Test in your lab – Before proceeding into your live Environment There is a a good script...
  • Wiki Page: Windows XP WMI Classes with Methods

    Class Name __SystemSecurity Get9XUserList __SystemSecurity GetCallerAccessRights __SystemSecurity GetSD __SystemSecurity Set9XUserList __SystemSecurity SetSD CIM_Action Invoke CIM_AlarmDevice SetUrgency CIM_Check...
  • Wiki Page: Articoli italiani su TechNet Wiki - PowerShell (it-IT)

    Table of Contents Introduzione Elenco articoli Vedere anche Introduzione Questa pagina contiene un elenco diviso in categorie degli articoli in lingua italiana presenti sul TechNet Wiki e relativi a Windows Powershell , sia scritti originariamente in Italiano che tradotti da altre lingue...
  • Wiki Page: Active Directory: Querying User Accounts

    Various scripting and command-line methods for querying Active Directory for a list of users. Table of Contents Directory Services DSQuery User DSGet User DSQuery * VBScript PowerShell ADSI Active Directory module Quest ActiveRoles snapin Directory Services DSQuery User Query a...
  • Wiki Page: How to Use PowerShell to Display Whether an MPR is Enabled

    FIM ScriptBox Item Summary The objective of this script is to display whether a MPR is enabled. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028...
  • Wiki Page: Using Pre-4.6 MSI Packages with the App-V 4.6 Client

    The App-V 4.6 client has been tested extensively with pre-4.6 sequenced packages. If you have 4.5 RTM packages which use MSI for deployment, then they will have to be updated (4.5 CU1 and SP1 MSIs are not affected by this). There are three ways to update your 4.5 RTM packages: Use the MSI...
  • Wiki Page: How to Use PowerShell to Manage Multiple FIM Scenarios on a Lab Computer

    FIM ScriptBox Item When testing various lab scenarios with FIM, it is a good idea to avoid side effects by just having the data deployed that is relevant for a given scenario. The probably simplest method to have multiple scenarios deployed on a single FIM server is to operate with database backups...
  • Wiki Page: FIM MA Attribute Flow Documenter

    FIM ScriptBox Item Summary: The FIM MA Attribute Flow Documenter generates a report of the import and export attribute flow configuration of your FIM MA. Important To run the script, you need a FIM server with PowerShell installed. If you have installed...
  • Wiki Page: Troubleshooting: List Which Physical Computer Your VM is On Using PowerShell

    This information sourced from Ben Armstrong's Virtual PC Guy blog at: http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/01/07/what-physical-computer-am-i-on.aspx Applies to: Hyper-V, Virtual Server and Virtual PC. To get the name of the physical computer that you are running on, open...
  • Wiki Page: How to Use PowerShell to Export all MPRs into a Gridview (or Excel) for Documentation

    FIM ScriptBox Item Summary This powershell script was designed to query for all MPR's and place them in the Powershell GridView to easily search on things such as Workflows by name. It was designed to easily document existing MPR's and to import them into Excel for Grouping and documentation...
  • Wiki Page: SharePoint 2010: Developer Dashboard and its Three Colors

    Developer Dashboard tool is useful for measuring the behavior and performance of individual pages. Can be used to monitor page load and performance It has three states: On, Off, On demand. Activating the Developer Dashboard Developer Dashboard is a utility that is available...
  • Wiki Page: SharePoint 2013:PowerShell - Managed Metadata Service Application

    Table of Contents See Also NOTE: This is a stub article. Please add more information as it becomes available. See Also SharePoint 2013 Portal SharePoint 2013 PowerShell Reference and Resources
  • Wiki Page: Active Directory Certificate Services (AD CS) PowerShell Examples

    Examples of what you can do with Active Directory PowerShell related to certificate management in Active Directory Certificate Services (AD CS) Table of Contents Update User Certificates View User Certificates Installing AD CS with Install-AdcsCertificationAuthority Additional Resources Update...
  • Wiki Page: PowerShell Script to Copy Documents Between Sites in SharePoint 2007 or SharePoint 2010

    I have observed that now a days a very common and cumbersome task for the administrators is to copy documents between sites. I have observed that workflows are used to do the same. To provide more flexibility I have written the following script. This script is executed in two modes in the first mode...
  • Wiki Page: How to Use PowerShell to Display the Connection State for the Partitions of a Management Agent

    FIM ScriptBox Item Summary This script displays the connection state for the partitions of a management agent. For more details about the return values see GetServerStatus . Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014...
  • Wiki Page: How to Convert Text Output of a Legacy Console Application to PowerShell Objects

    Table of Contents Introduction One line for each object Each line as a property Objects and properties spanning on multiple lines Introduction Windows PowerShell is great tool when you work with cmdlets and objects, but sometimes you need to use legacy console applications. May be sometime most...
  • Wiki Page: AD FS: The AD FS Windows Service Is Not Set to Start Automatically

    This topic is intended to address a specific issue identified by a Best Practices Analyzer scan. You should apply the information in this topic only to computers that have had the Active Directory Federation Services (AD FS) Best Practices Analyzer run against them and are experiencing the issue addressed...
Page 7 of 23 (556 items) «56789»
Can't find it? Write it!