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
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
Mehmet Parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into French
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
Windows 8
Windows Phone
Windows Phone Migration Content
Windows Server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Browse by Tags
>
TechNet Articles
>
All Tags
>
has code
Tagged Content List
Wiki Page:
VB NET Eseguire una ricerca su foglio Excel da Vb Net.(it-IT)
Benoit Jester [MVP]
A volte vi e la necessità di interagire attraverso la nostra applicazione con dei File Excel , lo scopo di questo esempio e dimostrare in che modo questo e possibile. Utilizzeremo AdoNet e precisamente il namespace OleDb utilizzato anche per la gestione di File MicrosoftAccess. Questo namespace...
on
10 Nov 2013
Wiki Page:
Using Two Persistence Databases in AppFabric
Richard Mueller
Yesterday someone contacted me in regards to adding a secondary persistence store to their AppFabric installation – they were trying to configure the environment so that workflow service A persists its instances to Store A, while workflow service B persists to Store B. Simple enough, right? Well, I...
on
9 Nov 2013
Wiki Page:
How to Configure Detailed Error Pages for the FIM Portal
Richard Mueller
The goal of this article is to explain the steps to enable detailed error pages on the FIM Portal. These are more descriptive from an administrator point of view. Table of Contents Without Custom Error Pages Enable Detailed Error Pages Disable Detailed Error Pages Related FIM Forum Posts See also...
on
9 Nov 2013
Wiki Page:
Estrutura de repetição - foreach (pt-BR)
Richard Mueller
A instrução foreach repete um grupo de comandos incorporados para cada elemento em uma matriz ou uma coleção de objetos que implementa a interface de System.Collections.IEnumerable ou System.Collections.Generic.IEnumerable <T> . A instrução foreach é usado para percorrer a coleção para obter...
on
9 Nov 2013
Wiki Page:
How to Use PowerShell to Display the Export State of a Management Agent
Carsten Siemens
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
9 Nov 2013
Wiki Page:
TFS API: How to get latest test result for a test case
Benoit Jester [MVP]
We can retrieve test results for particular test case using TFS API. That's straight forward and there are in build methods. I find people asking for how they can retrieve latest test result for particular test case and I got it solved so thought of sharing here. below code snippet will illustrate...
on
9 Nov 2013
Wiki Page:
Hands-On-Lab: Introduction to Workflow Services using .NET Framework 4
Richard Mueller
Hands-On Labs I ntroduction to Workflow Services using .NET Framework 4 Contents Overview .. Setup Task 1 – Installing the Web Platform, Visual Studio and Windows Server AppFabric Task 2 – Creating the Databases Task 3 – Installing and Configuring...
on
8 Nov 2013
Wiki Page:
SharePoint 2010 : Use PowerShell to Provision a Central Admin Site
Benoit Jester [MVP]
Recently I was working on a SharePoint 2010 farm where I accidentally removed the last server that hosted Central Admin. Whoops! Now I had a farm with no Central Admin UI. Now the Central Admin SharePoint Service is installed on every WFE by default, but is only enabled on the machines that you identify...
on
8 Nov 2013
Wiki Page:
Write a Custom Web Service for SharePoint in Supported Mode
Benoit Jester [MVP]
Table of Contents Introduction How SharePoint process web services Create Custom Web Service for SharePoint More Information Source code Demo Introduction If you have read my comments on the Writing Custom Web Service for SharePoint, Is it supported? ( http://blog.libinuko.com/2011/02/16/sharepoint...
on
8 Nov 2013
Wiki Page:
Using SharePoint Picture Library Data and Showing it on Simple HTML Site
Benoit Jester [MVP]
If you want to fetch data from SharePoint Picture library through Rest Service and show it in good manner, then follow this article. By using rest service you can fetch SharePoint Picture library data and show it on simple HTML site Sometime back my client wanted to show project photos from...
on
8 Nov 2013
Wiki Page:
FAST ESP Crawler Plugin - Dealing with office content types
Benoit Jester [MVP]
This article applies to the use of the FAST Enterprise Crawler in a large scale web crawl setting. When crawling documents on the web, the mime-type returned is often not reliable for many document formats. If you use the FAST Enterprise Crawler's document type detection, you may experience...
on
8 Nov 2013
Wiki Page:
PowerPivot Installation Error: Could Not Load File or Assembly
Benoit Jester [MVP]
PowerPivot Installation error-"Could not load file or assembly 'Microsoft.AnalysisServices'" Cause of the Error: In SQL Server 2008 R2, the msmdsrv.exe process (which is the SSAS engine) includes a reference to the PowerPivot SharePoint integration dll (as do other components...
on
8 Nov 2013
Wiki Page:
How to Generate Customized FIM 2010 CM Reports Automatically
Carsten Siemens
Though FIM CM has rich built capabilities I missed two features related to Certificate Lifecycle Management reporting in my recent ILM2007 and FIM2010 deployments: Generate FIM CM reports automatically without requiring any Certificate Manager or Administrator actions. The capability to specify...
on
7 Nov 2013
Wiki Page:
AD FS 2.0: How to Utilize a Single Relying Party Trust for Multiple Web Applications that Share the Same Identifier
Ed Price - MSFT
A common request we receive from customers is: "I have multiple environments for the same web application. For example, development (DEV), staging (STAGE), and production (PROD). I want to create one Relying Party (RP) Trust in AD FS 2.0 which utilizes a single set of issuance claim rules,...
on
7 Nov 2013
Wiki Page:
How to Create a Localized Control in C#
Benoit Jester [MVP]
Table of Contents Introduction The Basics Resources Sample Code Introduction Increasingly more and more applications require localization and globalization. In order to accommodate these requirements a programmer will often have to customize a control in order to meet those requirements. The...
on
7 Nov 2013
Wiki Page:
How to audit computer users from login on and login off of the computer
Benoit Jester [MVP]
I believe most of the Geeks who are working in either SBS or MNC does have certain concerns in auditing users. With the below scripts it will assist you to do. Such ideas can be implement via Group policy. Kindly follow below steps: 1) Enable auditing on the Domain controller. 2...
on
7 Nov 2013
Wiki Page:
CEWSPT_DateStamp
Benoit Jester [MVP]
<Name of docproc> afadfa Usage adfadf Configuration adfadf 1. < documentProcessor dllFile = "StandardDocumentProcessors.dll" className = "StandardDocumentProcessors.AlignWithPipelineExtensibilityXML" > 2. < parameter name...
on
7 Nov 2013
Wiki Page:
Delete VM from VMware cause “Invalid datastore path”
Benoit Jester [MVP]
System Center 2012 – Virtual Machine Manager (VMM) enables you to deploy and manage virtual machines and services across multiple hypervisor platforms, including VMware ESX and ESXi hosts. In VMM, support for ESX is optimized for virtual machine and service management. VMM enables you to manage and...
on
7 Nov 2013
Wiki Page:
Serializing WCF Contract with Object Property
Benoit Jester [MVP]
Table of Contents Introduction WCF Service The issue stems with how to handle contracts with object type properties: WCF Client Initial observations Adding a new class Introduction This sample project is posted in reply to the forum post: http://social.msdn.microsoft.com/Forums/en-US/554a7c1c...
on
7 Nov 2013
Wiki Page:
PowerShell script to download the Belgian eID root and intermediate certificates
Benoit Jester [MVP]
When you want to allow your AD users to logon with their (Belgian) eID card, you must prep your PKI to recognize the root and intermediate CA of the Belgian Government. So you need to download the certs and add them to the trusted root and intermediate certificate authorities of your PKI. Of course...
on
7 Nov 2013
Wiki Page:
SharePoint 2010: Update a Permission Level using PowerShell
Matthew Yarlett
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...
on
7 Nov 2013
Wiki Page:
How to Implement Joins and Data Matching in FIM
Benoit Jester [MVP]
The tedious truth is that most IdM projects must begin with a phase of data matching and cleaning. Before you can start to automate management of identities, you need a predictable data set around which to base your rules. Table of Contents Joins Your eventual aim is a simple Join Rule Breadcrumbing...
on
6 Nov 2013
Wiki Page:
Using Scaffolding on an Amoeba
Benoit Jester [MVP]
Have you ever tried to create scaffolding around a building? Or better yet, how about putting some scaffolding up around a hungry Amoeba? This code is a link to a closed solution on codeplex so you don't have to use Areas. But the scaffolding is broken and needs to be fixed. First off...
on
6 Nov 2013
Wiki Page:
Regex Notes
Benoit Jester [MVP]
PWORD Post October 2006. I created a program for tracking passwords which is still open source. Its at www.sourceforge.net/projects/pword . This project is perfect for keeping track of passwords b/c you can drag and drop the username and password from a treeview control. Last I updated it was...
on
6 Nov 2013
Wiki Page:
The famous System.ServiceModel.FaultException`1 was unhandled by user code
Baris Aydogmusoglu
Table of Contents Introduction The FaultContract Server side code: Client side code: Disabling the error Introduction Years ago, I personally met the famous error "System.ServiceModel.FaultException'1 was not handle by user code" in one of my WCF project. Since that tile I get a...
on
6 Nov 2013
Page 194 of 209 (5,220 items)
«
192
193
194
195
196
»
Can't find it? Write it!
Post an Article