Browse by Tags

Tagged Content List
  • Wiki Page: Access to UAG Portal Is Denied with 403.6 Forbidden Error

    This one is once again from one of the cases I worked on recently. Users were trying to access UAG portal and while trying to do that they were getting error "http error 403.6 -forbidden the ip address from which you are browsing is not permitted to access the requested web site" Troubleshooting...
  • Wiki Page: Install an SDK for Application Development (Windows Embedded Compact 7)

    You can develop applications for a custom-designed OS using Microsoft Visual Studio 2008 without installing Platform Builder. To do that, you first obtain an SDK from the developer of the custom-designed OS and install it on your computer. Important: To install an SDK, you must...
  • Wiki Page: Troubleshooting ERROR_NOT_ENOUGH_MEMORY (0x80070008) on ISA Server

    Table of Contents Introduction Scenarios Additional Resources Introduction The error message 0x80070008 ERROR_NOT_ENOUGH_MEMORY on ISA Server for many reasons, the usual steps to troubleshoot this problem is by gathering: Performance Monitor data before and while the issue is happening ...
  • Wiki Page: Hyper-V: Detailed Step-by-Step Installation of RedHat 6.1 VM in Expert Mode with the New Linux Integration Services 3.1

    Microsoft released the new Linux Integration Services, fully tested against RHEL 6.0, RHEL 6.1, and CentOS 6.0: http://www.microsoft.com/download/en/details.aspx?id=26837 To Create a RedHat 6 VM 1. Open Hyper-V Manager: Click Start, point to Administrative Tools, and then click Hyper...
  • Wiki Page: Exchange 2010: IP Block List Providers and the Variables

    In Exchange 2003 we could set custom error message with below variables: %0: IP address of the sending mail server %1: Rule name of the connection filter %2: The RBL provider BUT in Exchange 2007 or Exchange 2010 the variables above are not longer available. To set custom rejection response...
  • Wiki Page: WSUS Failover for Network Load Balancing (NLB)

    This article assumes that you are familiar with the general guidelines for implementing WSUS with NLB. For more information on that review Configure WSUS for Network Load Balancing . Scenario Consider a scenario with two WSUS Servers in NLB mode. The first server installed has been declared automatically...
  • Wiki Page: Many-to-Many Mapping in Master Data Services

    In SQL Server 2012 RC0, Master Data Services (MDS) introduced functionality to help you navigate between related entities. Many-to-many relationships are described briefly at the end of this post. ( http://social.technet.microsoft.com/wiki/contents/articles/mapping-multiple-systems-with-master-data...
  • Wiki Page: Create a Linux-Based Virtual Machine Template Scenario

    Table of Contents Create a Linux-Based Virtual Machine Template Technical scenarios Scenario description System Center 2012 components and other requirements How to accomplish this scenario Links to TechNet Library topics, Tech Center pages, blogs, forums, etc. Create a Linux-Based Virtual Machine...
  • Wiki Page: Using the Hot Add of VHDs in Hyper-V R2

    Table of Contents Overview Procedure Overview With the increased use of virtual environments comes the need to add VHDs (HD file extension used by virtual) in a virtual servers, the same procedure called Hot swap in physical environments. Hyper-V with Windows Server 2008 R2 is possible do this...
  • Wiki Page: Built-In Remoting in PowerShell

    Windows PowerShell v2 includes built-in remoting for many commands, using the -computername parameter. ( for a quick list of commands that support this parameter, but don't require full session support try this: PS> get-command | where { $_.parameters.keys -contains "ComputerName"...
  • Wiki Page: Windows 7 Enable WMI Trace Logging via Registry File

    I'm currently working on a problem where I have had to enable WMI trace logging on a series of machines, rather than enable the WMI trace logging functionality on each machine seperately - I used Mark Russinoviches Process Monitor tool to determine exactly what registry keys to include in the following...
  • Wiki Page: Windows Workflow (WF) Books

    Introduction In this article you will find the list of all the books published on Windows Workflow (WF) 4. Windows Workflow 4 Pro WF: Windows Workflow in .NET 4 Beginning WF: Windows Workflow in .NET 4.0 Microsoft Windows Workflow Foundation 4.0 Cookbook Windows Workflow...
  • Wiki Page: Creating a full user mode spooler dump with the hang or crash switch

    First we have to install “Debugging Tools for Windows” on the affected server or pc. The appropriate version can be downloaded from the link below. Debugging Tools for Windows – Overview After the installation we will use adplus.vbs to generate a spooler dump. Adplus Adplus...
  • Wiki Page: How to Create a Windows Azure SQL Database Server

    Table of Contents Introduction To create a SQL Database Server See Also Introduction This article walks you the steps for creating a Windows Azure SQL Database Server using Windows Azure Platform Management Portal. Before you can create a SQL Database server, you must create and activate your Windows...
  • Wiki Page: Hyper-V: Configure VLANs and VLAN Tagging

    This is a basic how to about configuring VLAN tags / ids with Hyper-V and for Hyper-V virtual machines. This is a work in progress. Thank you to: Artem Pronichkin, William Bressette, Hans Vredevoort For greater understanding of Hyper-V Networking in General: On page 11 begins the VLAN part...
  • Wiki Page: How to Change Windows Firewall Exceptions for System Center Essentials 2007

    If a firewall is enabled in the deployment environment of System Center Essentials 2007, exceptions must be created so that the Essentials 2007 management server can successfully install agents on managed computers and so that managed computers can communicate with Essentials 2007. The following are...
  • Wiki Page: Data Mining and Predictive Analytics

    This page is in progress. Please hold off on making edits till I can add more content and clean it up a bit! Table of Contents Overview Examples of Articles for this DM Wiki Predictive Modeling 101 I am new to data mining; what should I read to get started? (books) Where can I find videos...
  • Wiki Page: Exchange 2010 DAG Using Server 2008 R2 – Part 2

    Welcome to Part 2 of this article series. In Part 1, we started off by discussing the goal of this lab. That goal is how to deploy a two-node Exchange 2010 RTM Database Availability Group (DAG) on Windows Server 2008 R2. We then prepared our Operating System with the Exchange 2010 Prerequisites which...
  • Wiki Page: A Closer Look at Common Scenarios Causing SQL Database Corruption

    Database , a repository of data, grows larger and larger each day. User stores precious data in database, however, database corruption is one of the most unfavorable and intimidating situations one can come across. Particularly in organizations, database corruption does not only bring risks to data...
  • Wiki Page: Claims Enabling and Claims Relying Technologies

    This topic provides quick view on claims enabling and claims relying technologies. Claims enabling technologies provide means to support claims mechanisms such as protocols implementation, tokens parsing, storage, validation, transformation, and object models. Claims relying technologies make use of...
  • Wiki Page: T SQL query script to create minimum permission backup and restore user for selected database in SQL Sever 2008

    Many SQL developers and database administrators have asked me a question about creating a backup related user who has minimum possible permissions and is able to perform job of database backup and restore.To create minimum permission backup restore role user database for SQL Sever 2008. Using the...
  • Wiki Page: AppFabric Web Farm Guide Intro

    Windows Server AppFabric Web Farm Guide To download this guide, go to http://download.microsoft.com/download/3/1/C/31CED722-2E5F-48D6-96B1-E73AAFD9873F/AppFabricWebFarm.docx . Windows Server AppFabric is an extension to Internet Information Services (IIS) 7.0 using the Windows Process...
  • Wiki Page: Fixing WMI issues Using Batch Script

    While Ago I have posted a solution on how to fix WMI(Windows Management Instrumentation) issues using simple batch script that stops WMI service and recompile all MOF files etc. http://eskonr.com/2009/03/how-to-troubleshoot-the-systems-which-has-wmi-issues-rebuild-wmi-repository/ While working with...
  • Wiki Page: Hands-on Lab: Introduction to Windows Workflow Foundation in .NET Framework 4

    Hands-On Lab Introduction To Windows Workflow Introduction to Windows Workflow Foundation in .NET Framework 4 Contents Table of Contents Overview Exercise 1: Hello Workflow Task 1 – Creating a Simple Hello Workflow Application . Exercise 1 Verification ...
  • Wiki Page: Install the Windows Identity Foundation (WIF) SDK

    To install the WIF SDK you must first install the WIF runtime which requires the .NET 3.5 framework to be installed. If the .NET framework is not installed before performing the WIF runtime, the KB974405 setup shows error "The update is not applicable to your computer." Follow these steps...
Page 728 of 739 (18,451 items) «726727728729730»
Can't find it? Write it!