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:
How to Get the Microsoft CRM “Closed Activities” Nav Bar Link Back (If You Delete It)
Ed Price - MSFT
Microsoft Dynamics CRM 2011 introduces some great new form customization capabilities. One of my favorites is the ability to remove Navigation bar links from a form. Prior to 2011, the only way to remove nav bar links was to use jscript to hide them. This complicated form customization, and also made...
on
11 Nov 2013
Wiki Page:
Processing Active Directory Information in SSIS
Ed Price - MSFT
It is possible to retrieve data from Active Directory and process this data in SSIS 2005 and 2008. In this article, I will look at methods for retrieving and processing this data, and give step by step procedures for accessing this data in SSIS. At the end, I will give an example of importing data...
on
11 Nov 2013
Wiki Page:
SetPrint.ps1: A Powershell Script to Set Some Default Settings on Print Queues
Ed Price - MSFT
Here's a script that sets the following default settings for all the print queues on your Windows Server 2008 R2 and Windows Server 2008 print server. Currently, you can set the following default settings: color, mono, twosided, onesided, and staple. What would you do to improve this script...
on
11 Nov 2013
Wiki Page:
How to Use Lucene.NET with Windows Azure SQL Database
Ed Price - MSFT
Table of Contents Summary Lucene.NET The Azure Library for Lucene.NET Using the Library Using Lucene.NET to index SQL Database Searching the Lucene.NET catalog References Summary Lucene.NET is a .NET implementation of the Lucene full-text search engine. This article describes how you can use...
on
11 Nov 2013
Wiki Page:
How to Use Data-Tier Application Import and Export with a Windows Azure SQL Database
Ed Price - MSFT
This article describes the import and export features in the Microsoft SQL Server “Denali” Data-tier Application Framework 2012 RC0 to import and export data with SQL Database. The import and export features provide the ability to retrieve and restore an entire database, including schema and data,...
on
11 Nov 2013
Wiki Page:
Configuring Workflow Integration with Master Data Services
Ed Price - MSFT
Table of Contents Introduction Prerequisites Workflow Step 1: Install Master Data Services Step 2: Install Visual Studio Step 3: Optionally Install SharePoint Step 4: Create a Local User for the MDS Integration Service Create a local MDS Workflow service user account Grant stored procedure...
on
11 Nov 2013
Wiki Page:
Report to Find Last Logon Details of Each Computer Using ConfigMgr 2007
Ed Price - MSFT
I get asked about this every once in a while so I thought I would post it here in case it’s something you might find helpful as well. This report will contain the last login time on a particular computer along with the user who logged in to it as well as some additional details. To create the report...
on
11 Nov 2013
Wiki Page:
Creating a Widget for Operations Manager Dashboard - Walkthrough #2 - Creating a Data Provider
Ed Price - MSFT
Introduction This walkthrough will show you how to build a data provider and corresponding query that can be used by an Operations Manager 2012 (OM12) Widget that can be used in a dashboard created in the Operations Console. In this walk through you will learn the following: Create a [ DataProvider...
on
11 Nov 2013
Wiki Page:
SCCM 2007: Create Report of Upcoming Maintenance Windows by Client
Ed Price - MSFT
How To Calculating the next maintenance window in SCCM is a bit troublesome as you normally have to use WMI to get the data structure that makes up the schedule. What if you want to write a SCCM report? The following table-valued function will calculate the next date/time of a maintenance window...
on
11 Nov 2013
Wiki Page:
VMM 2012 SP1: Installing and Configuring Dell EqualLogic PS Series SMP provider
Ed Price - MSFT
VMM 2012 SP1 supports the same storage arrays that were supported in VMM 2012, plus the SMP provider . For more info : ( http://social.technet.microsoft.com/wiki/contents/articles/4583.scvmm-2012-storage-and-load-balancer-provider-downloads-en-us.aspx ) Below are the steps to install and connect...
on
11 Nov 2013
Wiki Page:
How-to: Exchange Web Service with API coding in native C/C++
Ed Price - MSFT
Table of Contents Before beginning Why to code in native language for EWS Why to NOT use native language for EWS The setup used What you will need What to do Reference Other Languages Before beginning English is not my native language, so feel free to correct me. I will use the acronym...
on
11 Nov 2013
Wiki Page:
Management Pack Health Model Exercise #8 - Creating a Diagnostic
Benoit Jester [MVP]
This document is part of the Operations Manager Management Pack Authoring Guide . Table of Contents Overview Product Versions Prerequisites Revisions Sample Code Details Authoring Console Procedure Visual Studio Authoring Extensions Procedure See Also Overview The following...
on
11 Nov 2013
Wiki Page:
SharePoint 2010: Create a Workflow Activity using Visual Studio 2010
Gokan Ozcifci
This article is regarding creating " SharePoint Custom Workflow Activity " through Visual Studio 2010. First, let's us have look on what is Custom Workflow Activity, what is need to create custom workflow activity? When creating workflow, SharePoint designer supports out-of-box...
on
11 Nov 2013
Wiki Page:
Sql server Installation and database Creation with visual studio setup
Benoit Jester [MVP]
Step 1: Create a Setup project right click and select Sql server 2008 as prerequisite. In VS2008 Sql Server 2005 available as prerequisite. Here are the steps to install sql server database with setup using custom action. Step 2: create a text file that contains a...
on
11 Nov 2013
Wiki Page:
AD FS 2.0 & Higher: Truncate strings in claims using RegEx
Benoit Jester [MVP]
Scenario: There is an incoming claim ( or user attribute ) that is being sent to a relying party When the claim is sent, the value must not exceed a certain character limit Data that exceeds this limit must be truncated to accommodate this requirement Example: Incoming claim http...
on
11 Nov 2013
Wiki Page:
Explorando la API de Windows en C++: La función RegOpenKeyEx para abrir claves de Registro(es-ES)
Benoit Jester [MVP]
Table of Contents Explorando resultados Extraído del post original en mi blog. Volviendo a lo que espero sea una larga serie de artículos sobre la API de Windows , hemos visto al detalle ya cómo utilizar las funciones de RegCreateKeyEx para crear una sub-clave de registro y RegSetValueEx...
on
11 Nov 2013
Wiki Page:
SharePoint PageLayout MissingMethodException and ErrorWebPart
Gokan Ozcifci
PART 1 (FIX IN PART 2) Another SharePoint boggling issue. I defined a Page Layout as illustrated below. It has two columns left and right with 80% and 20% width respectively. When deploying this page on my local system I found that creating a page resulted in an error. Entering web part maintenance...
on
11 Nov 2013
Wiki Page:
Interpreter Pattern
Benoit Jester [MVP]
The interpreter pattern is a design pattern that is useful when developing domain-specific languages or notations. The pattern allows the grammar for such a notation to be represented in an object oriented fashion that can easily be extended. The interpreter pattern is a behavioral design pattern...
on
11 Nov 2013
Wiki Page:
Command Pattern
Benoit Jester [MVP]
A command pattern is a design pattern that enables all the information for a request to be contained within a single object. The command can then be invoked as required, ofte as a part of a batch of queued commands with rollback capabilities. There are three key terms which needed to be explained...
on
11 Nov 2013
Wiki Page:
Interface Segregation Principle
Benoit Jester [MVP]
If you are following the Software Design Principles while developing an application, the first thing that comes to your mind is the Interface Segregation Principle. The idea for this principle is to use customer centric interface. When a customer wants some set of operations, we need to provide only...
on
11 Nov 2013
Wiki Page:
Single Responsibility Principle
Benoit Jester [MVP]
If you are following the Software Design Principles while developing an application, the first thing that comes to your mind is the Single Responsibility Principle. The Single Responsibility principle says that there should be never be more than one reason to change a class.. "A class should...
on
11 Nov 2013
Wiki Page:
Liskov Substitution Principle
Benoit Jester [MVP]
If you are following the Software Design Principles while developing an application, the first thing that comes to your mind is the Liskov Substitution Principle. In this principle it is stated that the base class objects can always be substituted with the derived class objects. "Derived...
on
11 Nov 2013
Wiki Page:
Dependency Inversion Principle
Benoit Jester [MVP]
If you are following the Software Design Principles while developing an application, the first thing that comes to your mind is the Dependency Inversion Principle. "High level modules should not depend upon low level modules, rather both should depend upon abstractions" The line...
on
11 Nov 2013
Wiki Page:
SharePoint 2013: Distributed Cache (AppFabrikCache) part 2/2
Benoit Jester [MVP]
Table of Contents Debug of Cache $serviceInstance.Unprovision() Allocate Memory on Distributed Cache Service Change the Memory allocation Add or Delete a server on a Distributed Cache Cluster Graceful shutdown of the Distributed Cache Service Change the Managed Account Repair a Cache host What you need...
on
11 Nov 2013
Wiki Page:
Copying ACEs in the .NET Framework (PowerShell)
Benoit Jester [MVP]
A PowerShell script to copy access entries from one user to another user might look something like this: $oldUser = [System.Security.Principal.NTAccount] 'DOMAIN\User01' $newUser = [System.Security.Principal.NTAccount] 'DOMAIN\User02' $acl = Get-Acl -Path 'C:\Program...
on
11 Nov 2013
Page 193 of 209 (5,220 items)
«
191
192
193
194
195
»
Can't find it? Write it!
Post an Article