Browse by Tags

Tagged Content List
  • Wiki Page: Dynamics CRM 2011 Server Role Placement

    CRM 2011 has introduced a new system architecture that changes the way Outlook clients communicate with CRM back-end. CRM is less chatty and requires less services but is important to understand the impact on your old CRM 4 infrastructure when upgrading. If you have a large number of users using...
  • Wiki Page: BizTalk Server: Transform Text Files (Flat Files) into XML

    Table of Contents Introduction Map or Schema Annotation? How does the text files (Flat Files) are processed by BizTalk? Where the Syntax Transformations can occur? Necessary tools and artifacts Flat File Schema Wizard BizTalk Pipeline Designer Constructing a Flat Files Schema – Practical example Creating...
  • Wiki Page: Finding what are the Assemblies are loaded currently in Current AppDomain

    Today I am going to show you a problem solving issue, generally we use to create an separate assemblies (i.e, dll’s) and reference them to the main application in this process most common issue is we have coded a logic in our dll but its not applied/running through main application… as many people...
  • Wiki Page: Create a Certificate Request using Microsoft Management Console (MMC)

    Table of Contents Overview Connection Manager Certificate Request Certificate Generate the Certificate Import Certificate Overview In this article I show how to produce a Certificate Request using the management console with the Certificates snap-in. After importing the certificate...
  • Wiki Page: Deploy Lync Client Using Group Policy

    Table of Contents Overview Installation via Script Installation of MSI File Using WMI Filters Testing Filters Applying Updates Reference Overview In this post I discuss the methods Client installation Lync. I will demonstrate the installation script by using the exe client...
  • Wiki Page: Microsoft Dynamics CRM 2011 - Form Sub-Grids

    Microsoft Dynamics CRM 2011 has many new features which made it easier to customize and enhance the product. I reckon this new version, Dynamics CRM 2011, catapulted the product into another league. I am sure Microsoft Dynamics CRM 2011 will steal the limelight from all its competitors to prove itself...
  • Wiki Page: Update Lync Server Pool with Cumulative Update 4

    Table of Contents Download Package Update Front End Update Lync Client Group Policy to Update Client Lync Download Package Download all the update packages for the Lync Server. http://www.microsoft.com/download/en/details.aspx?id=11551 Download the updates for Lync...
  • Wiki Page: Microsoft Dynamics CRM 2011 - SSRS Multi-Series Chart and Display in Dashboard

    One of the helpful additions to new CRM 2011 features is Dashboards. In dashboards, charts can give us concise view and an accurate idea of the information we are looking for. If we can always get access to the information easily and whenever needed, then getting to a calculated decision becomes easy...
  • Wiki Page: Office 365 FOPE administration

    The Microsoft Forefront Online Protection for Exchange (FOPE) provides a portal for configuring and administering FOPE using the Administration Center. In this blog you will find information about how to use the features found on the various tabs of the FOPE Administration Center, including the Advanced...
  • Wiki Page: SMTP server and O365 – On Premises solution

    Once you de-commission your own mail server and moved to cloud based server (Office 365), few of the server/service required SMTP relay server to achieve the task, which is your network printer to send scan documents, fax server to send fax etc. In order to do that, you need to deploy SMTP relay server...
  • Wiki Page: PowerShell 3.0 - Simplified Syntaxes

    PowerShell 3.0 is shipped with Windows 8. We are still experiencing some of the great features of Windows Server 8, but PowerShell 3.0 also brings many new features. Thanks to PowerShell Product Team for such a great innovation. In this blog post, I will discuss about some of simplified syntaxes....
  • Wiki Page: Microsoft Outlook Configuration Analyzer Tool – OCAT

    Microsoft Outlook Configuration Analyzer Tool – OCAT The Outlook Configuration Analyzer Tool (OCAT ) provides a quick and easy method to analyze your Microsoft Office Outlook profile for common configurations that may cause problems in Outlook. This can be very useful for busy Help Desk personnel...
  • Wiki Page: Microsoft Surface 1.0 SP1: UX Guidelines - Content Titles & Context Messages

    Table of Contents Content Titles Context Messages Content Titles In some situations you might want to add a title to content to help organize or label information. For example, you can place a title at the top of an album that lists songs, or you can place a title at the top of a card...
  • Wiki Page: Microsoft Surface 1.0 SP1: UX Guidelines - Depth

    Table of Contents Overview 1. Creating Depth Using 2.5-D Using Depth Techniques 2. Creating Depth Using 3-D Using Depth Techniques 3. Foreground and Background Elements Using Depth Techniques 4. Microsoft Surface Lighting Paradigm Using Depth Techniques 5. Depth as Affordance Using Depth Techniques ...
  • Wiki Page: Using Goals to Enable Cumulative Notifications in Microsoft Dynamics CRM

    Many people use workflows in Microsoft Dynamics CRM to trigger and send record-based notifications—for example, notifying sale representatives when a new account is assigned to them, or notifying a customer when a case is closed. But sometimes you don’t want a single-record notification—you want a...
  • Wiki Page: Microsoft Surface 1.0 SP1: UX Guidelines - Introduction

    Table of Contents Overview Touch and Multitouch Gesture, Manipulation, and Movements Three Manipulation Gestures Movements Movement Description Tap Press and then release Slide or push Move the object under your finger with a sliding or pushing...
  • Wiki Page: Microsoft Surface 1.0 SP1: Getting Started Guide - Gestures

    Microsoft Surface is a software platform that is ideal for any scenario in which multiple users want to interact with a single large form-factor device, similar to a wide-screen TV. The focus of Surface is on creating real connections—whether it's connecting customers with information and each...
  • Wiki Page: Microsoft Surface 1.0 SP1: Getting Started Guide - Interacting with a Surface Unit

    Microsoft Surface is a software platform that is ideal for any scenario in which multiple users want to interact with a single large form-factor device, similar to a wide-screen TV. The focus of Surface is on creating real connections—whether it's connecting customers with information and each...
  • Wiki Page: Send Email Using your default Outlook Account

    Sometimes we can face smtp problems when we want to send an email via .NET code.Proxy Problem Or not using the right SMTP port.A more easy way is to use the interoperability between outlook and visual studio framework. With adding the Microsoft.Office.Interop reference to our project we can send...
  • Wiki Page: Using the -F format Operator in PowerShell

    Hi, Yesterday I was using –F format Operator in PowerShell. In the first view it seems like puzzle me to but after spending few hours working on it start seems simple. -F format operator is basically a .NET based. Why we need to use the –F format operator? Yes we have few cmdlets by using...
  • Wiki Page: Cookdown in a Management Pack

    Cookdown Cookdown refers to a feature of Operations Manager 2007 and 2012 where a single copy of a data source module is shared among multiple workflows to reduce overhead. Understanding how cookdown works and how to design workflows to take advantage of cookdown can be important to making sure...
  • Wiki Page: Unable to get Transport Agent Status on HUB Transport Server 2007 & 2010 and prompted to run ReinstallDefaultTransportAgents.ps1

    Problem Description: Unable to get Transport Agent Status on HUB Transport Server 2007 & 2010 and prompted to run ReinstallDefaultTransportAgents.ps1 and getting below error :- “No valid agents.config file was found in 'C:\Program Files\Microsoft\Exchange Server\TransportRoles\Shared...
  • Wiki Page: SharePoint 2013: Get Top Contributors amongst the communities in Social application

    Table of Contents Consolidated Top Contributors . Description about script Script Conclusion Consolidated Top Contributors . Now this is interesting, not only administrators but also every community member wants to know who the top contributor on the social application is. And SharePoint understands...
  • Wiki Page: BizTalk Server 2013: Consuming a RESTFul Endpoint using WCF-WebHttp

    Table of Contents Introduction REST API Consume a RESTFul endpoint Scenario Configure the Send-Port using the WCF-WebHttp HTTP Method and URL Mapping Variable Mapping WCF-WebHttp Transport Properties Wrap up Call for action See Also Introduction BizTalk Server 2013 offers few new adapters out-of...
  • Wiki Page: BizTalk Server 2013: IAAS Provisioning a Virtual Machine

    Table of Contents Introduction Provisioning a BizTalk Virtual Machine Windows Azure Management Portal Quick Create From Gallery Connect to Virtual Machine PowerShell (Scripting) Uploading an existing VHD Deleting the Virtual Machine Wrap up Call to action See Also Introduction BizTalk Server 2013...
Page 4 of 28 (693 items) «23456»
Can't find it? Write it!