Browse by Tags

Tagged Content List
  • Wiki Page: BizTalk Developer Interview Questions and Answers - Map

    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...
  • Wiki Page: BizTalk Developer Interview Questions and Answers - Functoid

    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...
  • Wiki Page: BizTalk Developer Interview Questions and Answers - Business Activity Monitoring

    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...
  • Wiki Page: Small Basic: How to Use MSDN Forum

    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...
  • Wiki Page: Lync Client Troubleshooting: Audio Device not configured

    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...
  • Wiki Page: Blend 2015: Create "Sign Up Page" with Toolbar and Navigation feature

    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 ...
  • Wiki Page: BizTalk: Securing endpoints leveraging Sentinet API Management (Part 3)

    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...
  • Wiki Page: BizTalk: Securing endpoints leveraging Sentinet API Management (Part 2)

    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...
  • Wiki Page: BizTalk Server and Sentinet: Protocol Mediation REST to SOAP

    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...
  • Wiki Page: Azure API Management REST API using .NET

    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...
  • Wiki Page: BizTalk: Securing endpoints leveraging Sentinet API Management (Part 4)

    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...
  • Wiki Page: Certificate Management Resource Wiki

    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...
  • Wiki Page: Windows Server 2008 R2: Enable Powershell ISE

    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...
  • Wiki Page: SCCM 2012 R2: Enabling TPM for BitLocker Protection on HP Laptops during OSD

    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...
  • Wiki Page: VB.NET SID Binding to Convert SID to Account Name or Another Desired Object's Properties

    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...
  • Wiki Page: Entity Framework Core shadow properties (C#)

    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...
  • Wiki Page: Identity Manager Troubleshooting: Event ID 6309 - Connection is busy with results for another command

    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...
  • Wiki Page: SSCM: Computer Serial Number Reports with T-SQL

    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
  • Wiki Page: BizTalk Server 2020: Hardware and Software

    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...
  • Wiki Page: Exchange Server 2010 Quick Tip: Check Status of Exchange Services with Powershell

    To check the status of the Exchange Server service, go to EMS…and type get-service *exchange*
  • Wiki Page: SharePoint 2010: Check if a Folder Exists in a SharePoint List

    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...
  • Wiki Page: Lync Troubleshooting: Outlook Integration error

    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...
  • Wiki Page: Lync Front End

    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...
  • Wiki Page: Lync Troubleshooting: There was a Program Verifying the Certificate from the Server

    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...
  • Wiki Page: Lync 2013: Backing up and Restoring Contacts

    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...
Page 15 of 739 (18,451 items) «1314151617»
Can't find it? Write it!