Browse by Tags

Tagged Content List
  • Wiki Page: How to Inventory Mapped Drives in Configuration Manager 2007

    I was asked a few days ago if ConfigMgr or SMS could inventory mapped drives, and while the answer is yes we don't do it by default. In effect we report the logical disk but not mapped drives. In order to inventory mapped drives we first need to extend the sms_def.mof. Mapped drives are in the...
  • Wiki Page: How to Capture and Report on a Registry Setting from Configuration Manager Clients

    This article seeks to offer a more complete solution on not only how to capture various registry settings from a client into the System Center Configuration Manager 2007 database, but to also demo how to build a sample query to report on those settings. This sample will use a fictitious Software...
  • Wiki Page: How To Find the Collection Membership Information of a Specific Client Machine

    Many times during the course of troubleshooting you may come across a situation where you need to find out how many Collections a specific Client machine is a member of. Here is how you can find that information, along with the Collection Names and the ID's: Run the following query in SQL against...
  • Wiki Page: How to Add a CheckBox to an FIM Custom Workflow UI

    This article shows you how to add a CheckBox to the UI part of your FIM custom workflow. Table of Contents UI code functions Define a Boolean property in the Activity code Add the CheckBox to the UI Using the value in your Activity code References UI code functions Add the following functions...
  • Wiki Page: How to Add a RadioButtonList to an FIM Custom Workflow UI

    This article shows you how to add a RadioButtonList to the UI part of your FIM custom workflow. Table of Contents UI code functions Define a String property in the Activity code Add the CheckBox to the UI Using the value in your Activity code References UI code functions Add the following...
  • Wiki Page: How to Detect Connectors in FIM

    In some FIM solutions, it is necessary to implement a mechanism that updates the remaining connectors when one connector has been removed. For example, MaxMexican was working on a solution that publishes Active Directory users based on the content of a HR data source. In case of a new HR...
  • Wiki Page: How to Add the Approval Reporting Tab to the Group RCDC

    So, as it turns out it's incredibly helpful to be able to see all of the workflow approvals relative to a specific object; I call this "simple" reporting and it's quite easy to setup. While my example shows how to do this for a Group object, you can really apply this tab to any object...
  • Wiki Page: Troubleshooting ILM Group Populator Language Dependencies

    Table of Contents Introduction Regional settings dependency How to solve this? Introduction Within the scope of Provisioning and Workflow, group management makes part of the Microsoft Identity & Access Management Series solution accelerator. At the same page you’ll find a download link...
  • Wiki Page: SharePoint: Provide Autologin Feature or Creating Custom Claim and Form Based Token

    In order to support autologin feature in Sharepoint, you need to create FBA token explicity for that user id. You just need userid to create the claim, no password. SecurityToken tk = null ; string url = HttpContext.Current.Request.Url.Scheme + "://" + HttpContext...
  • Wiki Page: Wiki: Comment insérer du code Windows PowerShell formaté sur le Wiki TechNet (fr-FR)

    Note : Cet article est une traduction de l'article Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki . Cet article est un " how to". Merci de le conserver aussi clair et simple que. Evitez également les discussions inutiles de même que les précisions...
  • Wiki Page: Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki

    This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as deep dive into underlying mechanisms or related technologies. You might want to insert formatted and colored code syntax (the colorized and formatted script code is easier...
  • Wiki Page: How to Change the Owner Value for All VMs in SCVMM 2008

    Note: This article is based on VMM 2008 and might not apply to VMM 2012 (R2) Have you ever found yourself in a situation where you have a bunch of virtual machines (VMs) where the OWNER value is set to UNKNOWN and you wanted to set a value owner without having to modify them one VM at a time? If...
  • Wiki Page: Queries with UPDLOCK hints on small tables causing blocking

    While working with one our ISV customer’s in Microsoft labs recently, we discovered an unexpected blocking issue with SELECT queries using the UPDLOCK hints on a small table, in explicitly defined user transactions. I said ‘unexpected blocking issue’ because from our perspective we were processing...
  • Wiki Page: SharePoint 2010: The HTML Web Part

    This article will show you how to create and edit an HTML Web Part in SharePoint 2010. The Web Part gives you the ability to format a section of the SharePoint site in any way that you want. Table of Contents Overview Add a Web Part to a page Connect the HTML Form Web Part to another Web Part Customize...
  • Wiki Page: Getting Event Log Contents by Email on an Event Log Trigger

    I worked on the following PowerShell Script to email event log content (for example, event ID 4720 that shows the user creation on DCs) which is already triggered by event viewer with "running program" option (you must run "powershell -filter "<script path>""). Please...
  • Wiki Page: SQL Server PIVOT

    Table of Contents Problem Definition Common Problem Other Blogs See also Problem Definition Recently in this thread I helped to solve a relatively simple problem. I will quote my solution and then I will explain the main problem people often encounter with PIVOT solutions ; WITH...
  • Wiki Page: T-SQL: Dynamic Pivot on Multiple Columns

    Table of Contents How to make a dynamic PIVOT on multiple columns See also Other Languages How to make a dynamic PIVOT on multiple columns The problem of transposing rows into columns is one of the most common problems discussed in MSDN Transact-SQL forum . Many times the problem of creating...
  • Wiki Page: SSIS: Flat File Source - Datetime Column Format Issue & Solution

    Table of Contents 1.0 Introduction 2.0 Problem Definition 3.0 How does it work 4.0 Solution 1.0 Introduction Flat files as Source are widely used in SQL Server Integration Services Tool. This article will discuss about one common issue with Flat File Date time Columns. (Details can be found...
  • Wiki Page: Multiple Columns in WPF ListBox

    In this article we will discuss ways to have multiple columns in WPF ListBox control and layout the ListBox such that each row has 3 items. All WPF controls deriving from ItemsControl provide an ' ItemsPanel' property that allows us to replace the internal layout panel that arranges the items...
  • Wiki Page: Understanding Exports in ILM 2007

    “ I’ve tried to export data to a connected data source, didn’t get an error but nothing happened – no data was exported ”. If you have been in a situation like this, you might want to read this article. In this article, I’m addressing some of the most popular questions I found in conjunction with...
  • Wiki Page: Windows 2008 AD LDS Load Testing using ADTEST - Part 1

    ADTest ( http://www.microsoft.com/downloads/en/details.aspx?familyid=4814FE3F-92CE-4871-B8A4-99F98B3F4338&displaylang=en ) is the LDAP load testing tool to simulate client transaction, it was released few years back (2003). To perform the load testing for Windows 2008 AD LDS, ADTest is the recommended...
  • Wiki Page: Hyper-V: How to Find Virtualization Hosts (Servers with Hyper-V Enabled)

    Note: This article is based on Hyper-V 2.0 and might not apply to Hyper-V 3.0 (Server 2012) John Howard , Senior Program Manager in the Hyper-V team at Microsoft, shared a sample VBScript you can use how to determine which domain-joined servers are running Hyper-V by using the SCP or "Service...
  • Wiki Page: How to Increase the VHD Size in Hyper-V 2008 R2

    Table of Contents Summary Introduction Procedure Conclusion Note: This article is based on Hyper-2.0, this might not apply to Hyper-V 3.0 (Server 2012) Summary This article will show the method to increase the size of a virtual hard disk (vhd) with Hyper-V Windows Server...
  • Wiki Page: Using the Best Practices Analyzer for Hyper-V 2008 R2

    Note: This article is based on Hyper-V2.0, the BPA has changed with Hyper-V 3.0 (Server 2012) Introduction As administrators we must ensure that all servers have the right settings and correct configuration according to best practices established by other administrators and by Microsoft itself...
  • Wiki Page: How to Print Textbox Text in Windows 8 Application

    Introduction Microsoft's documentation and sample for printing is too much complex. The sample app for printing shows only how to print RichTextBlock. There is no tutorial to print the text box content in Windows Store app. Moreover to print single line of string, one has to write too much code...
Page 7 of 45 (1,105 items) «56789»
Can't find it? Write it!