Browse by Tags

Tagged Content List
  • Wiki Page: Operations Manager Management Pack Authoring - Workflow Types

    This document is part of the Operations Manager Management Pack Authoring Guide . The Microsoft System Center team has validated this procedure as of the original version . We will continue to review any changes and periodically provide validations on later revisions as they are made. Please feel...
  • Wiki Page: Deep Dive into Resource Plans for Project Server 2013

    Deep Dive into Project Server 2013 Resource Plan The resource plan for forecasting is a tool for estimating the amount of a project in the very early stages project initiation. In fact, during the early phase of the proposal, the resource plan is used to layout any possible resources that may be...
  • Wiki Page: Live Tiles Toolbox - Must have tool if you have a blog or website

    Microsoft Evangelist and Blogger ITProGuru created a cool Windows 8 UI Live Tiles download link toolbox and released it for anyone to put on there blog. It uses an embed code so Microsoft can automatically update the toolbox with the latest download links as new software versions come out. You can...
  • Wiki Page: Exchange Mailbox Database Replication Issue

    Exchange Database Replication issue To verify exchange database replication issue Open Exchange Management Shell at Passive node and run the below command Get-MailboxDatabaseCopyStatus If you have replication issue then the state is other than healthy or the numbers for...
  • Wiki Page: How to Create a Public Folder Calendar in Exchange 2010

    If you are using a non admin account please refer the below link to give permissions to create Public folders using Outlook How to Give Permission to a Client to Create Top Level Public Folder (Root Public Folder Tree) in Exchange 2010 You won’t able to use GUI or Power shell to create a public...
  • Wiki Page: Exchange Server: Public Folder Email Forwarding Issue

    When you have a mail enabled public folder in your exchange server 2007/2010 environment, you might face issues with email forwarding from the public folder from your user account, where you will get an error "Operation failed". Resolution : Logon to outlook with administrator(Domain...
  • Wiki Page: Change Your Domain Password in OWA

    In the previous edition of OWA and Exchange Server 2007, there was a problem for users to change their password…because the loss of the IISADMPWD virtual directory as a supported feature in Windows Server 2008/IIS 7.0. This prevented OWA users with expired passwords from being able to change their...
  • Wiki Page: Microsoft Exchange Online – Retention policy

    This topic will cover how to create Exchange Online (Office 365) Retention Policy Exchange Online Archiving offers two types of policies: archive and delete. Both types can be applied to the same item or folder. For example, a user can tag an email message so that it is automatically moved to the...
  • Wiki Page: Exchange 2010: Distribution Group Email ID – Not Able to Receive Email from External Source

    On Exchange server 2010, if you create a distribution group with scope as Universal and type as Distribution, in your domain Active Directory... And then you enable the mail from creating the mailbox server, then do the testing of email flow from internal and external, especially if you see the...
  • Wiki Page: Exchange Server 2010 CAS Array to MAPI Load Balance – Detailed

    Most of you guys must have experienced the scenario when “Outlook connection lost….” even if you have Exchange server 2010 (with Edge, 2 clustered H&C and 2 DAG configured MB) and Outlook 2010 in place. The reason is that, when you are doing a maintenance on one of the H&C, and if the client...
  • Wiki Page: Sky Drive – All you need to know!!!

    If you have a Windows Live account (or an old Hotmail account), then you have 25GB of free storage on SkyDrive. If you don't have one, go and grap it. SkyDrive is a great way to store lots of files in the cloud for easy access remotely. Windows 7 and now definitely on windows 8 will let you map...
  • Wiki Page: How to Create Query Shortcuts in SQL Server Management Studio

    You can create shortcuts for frequently used queries in Management Studio, some of the shortcuts are predefined, like pressing "Ctrl + 1" will execute "sp_who". You can create shortcuts for your own queries or change the existing shortcuts. To create a new shortcut, go...
  • Wiki Page: Operations Manager Management Pack Authoring - Module and Workflow Basics

    This document is part of the Operations Manager Management Pack Authoring Guide . The Microsoft System Center team has validated this procedure as of the original version . We will continue to review any changes and periodically provide validations on later revisions as they are made. Please feel...
  • Wiki Page: Operations Manager Management Pack Authoring - Defining a Health Model

    This document is part of the Operations Manager Management Pack Authoring Guide . The Microsoft System Center team has validated this procedure as of the original version . We will continue to review any changes and periodically provide validations on later revisions as they are made. Please feel...
  • Wiki Page: Create a Simple CRM Online Report in 30 Minutes or Less

    CRM Technet Wiki Home Original Article This post assumes you have already installed Business Intelligence Studio (BIDS), which can be installed from the SQL media disc, CRM Report Authoring Extensions , and you have a Report project created in BIDS. The first step you will take is to...
  • Wiki Page: Enable Tracing in the CRM 2011 Outlook Client

    In the Microsoft Dynamics CRM 2011 folder under All Programs, look for Diagnostics On the Advanced Troubleshooting tab – check the box to enable Tracing Log files are located at: Windows XP - Drive:\Documents and Settings\User\Application Data\Microsoft\MSCRM\Traces Windows...
  • Wiki Page: Outlook 2010 error - Outlook must be online or connected...

    After you setup Exchange Server 2013 and try to connect to it using Outlook 2010, you may receive this error: “The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action.” This error can be addressed (assuming your environment is configured...
  • Wiki Page: Message Dialog in Metro Style App

    After the release of Windows 8 i.e. 26th October developers have gone crazy about developing Metro style applications. I have been developing for Windows previously also and MessageBox was the most used control, but in Metro style apps I didn't find it, so this is simply an article to guide you...
  • Wiki Page: Add a Settings Panel in Charm Bar in Windows 8 - Privacy Policy

    This article is also published in http://www.c-sharpcorner.com/UploadFile/shubham0987/add-a-settings-panel-in-charm-bar-in-windows-8-privacy-pol/ The Charm Bar is a brand new feature of Windows and is seen for the first time, it can be referred to as a universal toolbar and thus you can access...
  • Wiki Page: Upgrade de MCSA/MCSE 2003 a MCSA: Server 2012 (es-ES)

    Hay muchas preguntas en el foro de TechNet para la formación y certificación sobre la actualización de Server 2003 MCSA o MCSE en Server 2003 así que decidí escribir un wiki sobre este tema. Puede actualizar a la nueva MCSA: Server 2012 certificación MCSA o MCSE 2003 pero el tiempo que tienes...
  • Wiki Page: ISA /TMG server returned a response code of 400 (BAD REQUEST)

    SCENARIO: The scenario was a simple website publishing through ISA server 2006. While accessing the HTTPS website from a client, we were seeing a Failed Connection attempt in the ISA logs. More specifically, the error message was pointing to Error code 13, “the data is invalid” . After making sure...
  • Wiki Page: Microsoft Lync 2010 MAPI COM Server Authentication Prompt Explained

    One of my customers informed me that some users received the Microsoft Lync MAPI COM server authentication prompt and it was confusing them. We could narrow the behavior down to the following: it only appeared when Outlook was closed it most of the time happened only for remote users. Outlook...
  • Wiki Page: Coded UI Testing Extensibility Points. Writing to Text Files, Visual Studio & the Event Log.

    Synopsis: Writing textual information throughout the progression of an automated test library off to a file, perhaps with the variables that were being used or timestamp information etc. is of use and demanded by most testing type people at one time or another. Here’s how you do a lot of it. ...
  • Wiki Page: Executing Unit tests from Test Explorer in Visual Studio 2012

    This document was originally published as http://www.mytechfinds.com/articles/software-testing/6-test-automation/70-executing-unit-tests-from-test-explorer-in-visual-studio-2012 by myself and has been reproduced here. Visual Studio 2012 has deprecated the Test List Editor but has introduced a...
  • Wiki Page: Enable the complete Memory Dump in Windows server 2008

    Operating systems Windows server 2008, Windows 7, Windows Vista, Windows Server 2003 Scenario By default the complete memory dump option is disabled in windows. We have to enable the complete memory dump for diagnosing purpose. Solution There is no GUI method for...
Page 490 of 505 (12,601 items) «488489490491492»
Can't find it? Write it!