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
>
en-us
Tagged Content List
Wiki Page:
BizTalk Developer Interview Questions and Answers - Map
Peter Geelen
Table of Contents Introduction Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to the mapping related questions, which a BizTalk developer can face during an interview. Questions and Answers What are maps? Maps are graphical representations...
on
5 May 2020
Wiki Page:
BizTalk Developer Interview Questions and Answers - Functoid
Peter Geelen
Table of Contents Introduction Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to BizTalk functoid based questions, which a BizTalk developer can face during an interview. Questions and Answers What is functoid ? The term...
on
3 May 2020
Wiki Page:
BizTalk Developer Interview Questions and Answers - Business Activity Monitoring
Peter Geelen
Table of Contents Introduction Questions and Answers See Also Introduction This article intends to cover the answers BAM related questions, which a BizTalk developer can face during an interview. Questions and Answers What is BAM and whats the benefits of using it? Business Activity...
on
3 May 2020
Wiki Page:
Small Basic: How to Use MSDN Forum
Nonki Takahashi
Table of Contents Introduction Get Started PLEASE READ BEFORE POSTING Overview This forum Asking a good question Non English questions Answering questions About off topic post Tree Structure in Thread Sticky Threads See Also Other Languages Introduction This article illustrates how to use Small...
on
3 May 2020
Wiki Page:
Lync Client Troubleshooting: Audio Device not configured
Peter Geelen
We all have used LYNC 2010 clients to share desktops while attending a conference call, where Audio/Video/Voice is shared to the attendees by the presenter. Now most of us use either a USB headset with mic or a 3.5mm jack: Just in case you forgot to bring along the USB headset or the 3.5mm...
on
2 May 2020
Wiki Page:
Blend 2015: Create "Sign Up Page" with Toolbar and Navigation feature
Peter Geelen
Table of Contents Create Project in Blend 2015 Designer Window Sign in Create Sign Up Navigation Creating Navigation Navigation States Navigation Forward Navigation Code Navigation Backward Navigation Code summary Hopefully you have set. your IDE for Windows Universal Platform and also created a ...
on
2 May 2020
Wiki Page:
BizTalk: Securing endpoints leveraging Sentinet API Management (Part 3)
Peter Geelen
Table of Contents Introduction Security Endpoint Scenario Scenario Setup Configure Sentinet Node with the Windows Azure ACS instance as a trusted issuer Configure a Security Token Service Service Identity Rule Group and adding a rule Relying Party Application Create the endpoint for the Sentinet virtual...
on
2 May 2020
Wiki Page:
BizTalk: Securing endpoints leveraging Sentinet API Management (Part 2)
Peter Geelen
Table of Contents Introduction Securing Endpoint scenario Creating the X509 Endpoint Setup the Access Rule Testing the endpoint Wrap Up See Also Introduction In this article I would like to continue where I left off in the previous one , and demonstrate how to set up another endpoint in the virtual...
on
2 May 2020
Wiki Page:
BizTalk Server and Sentinet: Protocol Mediation REST to SOAP
Peter Geelen
Table of Contents Introduction Service Virtualization Protocol Mediation Scenario Scope of the example Creation of request/response schema’s for the BizTalk hosted service Creation of binding for the send port communicating with SQL Server database Developing the mappings Creation of a virtual service...
on
2 May 2020
Wiki Page:
Azure API Management REST API using .NET
Peter Geelen
Table of Contents Introduction REST API Enable access to the REST API Default media type Authentication Base URL API Version Entities API Management Explorer Considerations Call to action See Also Introduction API Management is an Azure Service you can provision through the Azure Portal. You can...
on
2 May 2020
Wiki Page:
BizTalk: Securing endpoints leveraging Sentinet API Management (Part 4)
Peter Geelen
Table of Contents Introduction Security Endpoint Scenario Concept of relay Scenario Setup Setup a Sentinet Node Base Addresses for Microsoft Azure Service Bus Create the endpoint for the Sentinet virtual service Testing the endpoint Wrap up See Also Introduction In the previous article ( part 3...
on
2 May 2020
Wiki Page:
Certificate Management Resource Wiki
Peter Geelen
Table of Contents RSS FEEDS CLM FAQ FIM Technical Library ( link ) CLMUtil Blogs Downloads Test lab guides Virtual labs Webcasts, videos and events Podcasts Wiki See Also RSS FEEDS If you want to be kept up-to-date automatically when new articles or posts are submitted, you can subscribe to...
on
2 May 2020
Wiki Page:
Windows Server 2008 R2: Enable Powershell ISE
Peter Geelen
PowerShell ISE (Integrated Scripting Environment) gets installed by default with Windows 7 or Windows Server 2008 R2 but doesn’t show in the start menu. There are two ways to enable PowerShell ISE. Using PowerShell Open Powershell Window Execute following cmdlets. Import-Module ServerManager...
on
2 May 2020
Wiki Page:
SCCM 2012 R2: Enabling TPM for BitLocker Protection on HP Laptops during OSD
Peter Geelen
Table of Contents Scenario The Solution Step 1 - Enable the TPM Step 2 - Set BitLocker Steps in your Task Sequence Step 3 - Test Your Task Sequence! Scenario Organisation decided to enable BitLocker protection for all of our new laptops. The idea is to provision the drive encryption as the laptops...
on
2 May 2020
Wiki Page:
VB.NET SID Binding to Convert SID to Account Name or Another Desired Object's Properties
Peter Geelen
Table of Contents Introduction Scenario SID binding Sample code Introduction SID binding relieves the difficulty of using the API LookupAccountSid , in which you have to create a session for the domain controller the SID belongs to and to remove the same. Consider the scenario. Scenario...
on
2 May 2020
Wiki Page:
Entity Framework Core shadow properties (C#)
Kareninstructor
Table of Contents Introduction Configuring shadow properties Setting shadow property values Front end code samples Summary See also External resources Source code Introduction Shadow properties are properties that are not defined in your .NET entity class but are defined for that entity type in...
on
2 May 2020
Wiki Page:
Identity Manager Troubleshooting: Event ID 6309 - Connection is busy with results for another command
Peter Geelen
Table of Contents Problem statement Application Event log MMS(4744) - Connection is busy with results for another command MMS(4116): sql.cpp(5776): Connection is busy with results for another command Cause Resolution Applies to Problem statement We experienced an issue to where a Synchronization...
on
2 May 2020
Wiki Page:
SSCM: Computer Serial Number Reports with T-SQL
Peter Geelen
T-SQL Query on SCCM database SELECT SYS.Netbios_Name0, SYS.AD_Site_Name0, User_Name0, SerialNumber0, Manufacturer0 FROM v_GS_PC_BIOS BIOS JOIN v_R_System SYS on SYS.ResourceID = BIOS.ResourceID
on
2 May 2020
Wiki Page:
BizTalk Server 2020: Hardware and Software
[Kamlesh Kumar]
Table of Contents Introduction Hardware Requirements Software Requirements References See Also Introduction This article provides details of the hardware and software requirement for installing BizTalk Server 2020. Hardware Requirements Computer and processor: 1.4 GHz or higher for single...
on
2 May 2020
Wiki Page:
Exchange Server 2010 Quick Tip: Check Status of Exchange Services with Powershell
Peter Geelen
To check the status of the Exchange Server service, go to EMS…and type get-service *exchange*
on
2 May 2020
Wiki Page:
SharePoint 2010: Check if a Folder Exists in a SharePoint List
Peter Geelen
This is some example code that demonstrates checking if a folder exists in a SharePoint list. private void CreateFolderInList( string folderName, string listName, SPListCollection listCollection) { try { //Creating folder in "Sites" Lists SPList list = listCollection...
on
2 May 2020
Wiki Page:
Lync Troubleshooting: Outlook Integration error
Peter Geelen
Issue Lync facing Outlook Integration error Error Lync cannot connect to the Exchange Server. Please try signing out and signing back in. Outlook contact and calendar information will be unavailable until the connection is restored. Problem Statement: There are many reason behind...
on
1 May 2020
Wiki Page:
Lync Front End
Peter Geelen
The Lync Front End role provides the primary interface for clients to the functionality of Lync Server 2010. The Front End (FE) acts as the Lync SIP Registrar, the A/V MCU etc. The FE can be deployed as an Enterprise Edition, where the back end is on a SQL server or as a Standard Edition, where the...
on
1 May 2020
Wiki Page:
Lync Troubleshooting: There was a Program Verifying the Certificate from the Server
Peter Geelen
Table of Contents Error Issue Problem Statement Error There was a program verifying the certificate from the server. Issue User is unable to login on Lync and receives the error message listed above. Problem Statement Certificate verification error means it is not allowing for authentication...
on
1 May 2020
Wiki Page:
Lync 2013: Backing up and Restoring Contacts
Peter Geelen
Table of Contents Overview User Backup Process Examples: User Restoration Process Import-CSUserData Examples: Update-CSUserData Examples: References Overview Backing up Microsoft Lync 2013 is typically accomplished through the use of several PowerShell commands. These commands can be combined...
on
1 May 2020
Page 15 of 739 (18,451 items)
«
13
14
15
16
17
»
Can't find it? Write it!
Post an Article