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
>
has code
Tagged Content List
Wiki Page:
How to Inventory Mapped Drives in Configuration Manager 2007
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
How to Capture and Report on a Registry Setting from Configuration Manager Clients
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
How To Find the Collection Membership Information of a Specific Client Machine
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
How to Add a CheckBox to an FIM Custom Workflow UI
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
How to Add a RadioButtonList to an FIM Custom Workflow UI
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
How to Detect Connectors in FIM
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
How to Add the Approval Reporting Tab to the Group RCDC
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
Troubleshooting ILM Group Populator Language Dependencies
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
SharePoint: Provide Autologin Feature or Creating Custom Claim and Form Based Token
Naomi N
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...
on
13 Sep 2013
Wiki Page:
Wiki: Comment insérer du code Windows PowerShell formaté sur le Wiki TechNet (fr-FR)
Benoit Jester
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...
on
13 Sep 2013
Wiki Page:
Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki
Benoit Jester
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...
on
13 Sep 2013
Wiki Page:
How to Change the Owner Value for All VMs in SCVMM 2008
Danny van Dam
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...
on
13 Sep 2013
Wiki Page:
Queries with UPDLOCK hints on small tables causing blocking
Maheshkumar S Tiwari
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...
on
13 Sep 2013
Wiki Page:
SharePoint 2010: The HTML Web Part
Ed Price - MSFT
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...
on
12 Sep 2013
Wiki Page:
Getting Event Log Contents by Email on an Event Log Trigger
Naomi N
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...
on
12 Sep 2013
Wiki Page:
SQL Server PIVOT
Naomi N
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...
on
12 Sep 2013
Wiki Page:
T-SQL: Dynamic Pivot on Multiple Columns
Naomi N
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...
on
12 Sep 2013
Wiki Page:
SSIS: Flat File Source - Datetime Column Format Issue & Solution
Naomi N
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...
on
12 Sep 2013
Wiki Page:
Multiple Columns in WPF ListBox
Maheshkumar S Tiwari
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...
on
12 Sep 2013
Wiki Page:
Understanding Exports in ILM 2007
Maheshkumar S Tiwari
“ 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...
on
12 Sep 2013
Wiki Page:
Windows 2008 AD LDS Load Testing using ADTEST - Part 1
Maheshkumar S Tiwari
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...
on
12 Sep 2013
Wiki Page:
Hyper-V: How to Find Virtualization Hosts (Servers with Hyper-V Enabled)
Danny van Dam
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...
on
12 Sep 2013
Wiki Page:
How to Increase the VHD Size in Hyper-V 2008 R2
Danny van Dam
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...
on
12 Sep 2013
Wiki Page:
Using the Best Practices Analyzer for Hyper-V 2008 R2
Danny van Dam
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...
on
12 Sep 2013
Wiki Page:
How to Print Textbox Text in Windows 8 Application
Xyroid
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...
on
12 Sep 2013
Page 7 of 45 (1,105 items)
«
5
6
7
8
9
»
Can't find it? Write it!
Post an Article