Browse by Tags

Tagged Content List
  • Wiki Page: How to Configure FIM Portal Tracing

    In the FIM 2010 architecture, the FIM Portal represents the user interface you use to configure your FIM environment. The FIM Portal is implemented as Windows SharePoint Services application and is accessible by using a web browser such as Internet Explorer. Table of Contents Configuring FIM...
  • Wiki Page: Telemetry Reporting

    Written by Ewan Fairweather and Silvano Coriani from the AzureCAT team. Table of Contents Introduction Telemetry Database in CSF Defining Our Reporting Scenario and Requirements Telemetry OpsStatsDB Database Walkthrough CSF Reporting Solution Understanding Resource Usage and Capacity Planning...
  • Wiki Page: Management Pack Composition Exercise #3 - Creating a monitor and rule that share a script supporting cookdown

    This document is part of the Operations Manager Management Pack Authoring Guide . Table of Contents Overview Product Versions Prerequisites Revisions Sample Code Details Authoring Console Procedure Create data source module to run script on schedule Create Data Source Module to Filter on...
  • Wiki Page: Connecting Remote PowerShell Office 365

    If you are managing Office 365 Exchange hosted mail systems and wish to connect to PS from your PC here are simple steps to get the work done. The remote PowerShell will provide you real easy way to manage your SMTP organization. In this Example: Office 365 SMTP domain we will connect too is...
  • Wiki Page: Create Random Passwords with Characters and Integers Using VBScript

    This VBScript can be used for creation of passwords for new users during account creation. Dim intMax, iLoop, k, intValue, strChar, strName, intNum ' Specify the alphabet of characters to use. Const Chars = "abcdefghijklmnopqrstuvwxyz" ' Specify length of names. ...
  • Wiki Page: About Exports in ILM

    “ I’ve tried to export data to a connected data source, didn’t get an error but nothing happened – no data was exported ”. If you have been in a situation like this, you might want to read this article. In this article, I’m addressing some of the most popular questions I found in conjunction with...
  • Wiki Page: C# Estendere le tipologie di colonna e cella in DataGridView (it-IT)

    Nell’utilizzo del controllo DataGridView per la visualizzazione e inserimento dati, vi sono occasioni in cui esiste la necessità di estendere le primitive relative alle celle, dotando la propria griglia di funzionalità avanzate rispetto a quelle basilari. Proprio a partire dai tipi originari del controllo...
  • Wiki Page: Recriando Índices (pt-BR)

    Script simples para recriar todos os índices de todas as tabelas: Foi utilizado o comando ALTER INDEX pois o comando DBCC DBREINDEX será retirado nas versões futuras. DECLARE @Tabela varchar (100) DECLARE CTable CURSOR FOR SELECT name FROM sysobjects WHERE xtype...
  • Wiki Page: How to Create an Action Add-in

    This page is now retired and kept for archival purposes. This programming guide has been published on MSDN at http://msdn.microsoft.com/library/jj860311.aspx The information in this topic applies only to System Center 2012 SP1. Table of Contents To create a new action add-in Example Compiling...
  • Wiki Page: VB.NET Estrarre Immagini da un File RTF (it-IT)

    Nell’esempio seguente, viene mostrato un modo per eseguire il parsing di un file RTF, andando ad estrarne le immagini contenute, e creando uno stream visualizzabile all’interno di un controllo di tipo PictureBox. I dettagli del funzionamento vengono riportati nei commenti a corredo. Imports System...
  • Wiki Page: PowerShell'i konuşturun (tr-TR)

    PowerShell içerisinde SAPI.SpVoice nesnesini oluşturarak rahatlıkla istediğiniz metni sesli olarak işitebilirsiniz. Örneğin sabahları RSS feedlerinizi powershell ile dinleyebilir ya da indirdiğiniz bir dokumanı PowerShell’e okutabilirsiniz. Aşağıda hazırladığım örnekte powershell, makine üzerindeki...
  • Wiki Page: PIRATED: what microsoft promises to offer in .NET 5.0

    NOTE: This content appears to have been plagiarized. Please leave a comment or email tnwiki at Microsoft (with a link to this article) if we are mistaken. The content was pulled from the following source: http://blogs.msdn.com/b/mvpawardprogram/archive/2012/03/26/introduction-of-new-features-in...
  • Wiki Page: Using BEEP sound in PowerShell Scripts

    After watching the Valentine post of “Jeffery Hicks” I started playing with $( [char] ) characters. And while working with these characters I found a great character that is character 7. So what is interesting in character number 7? It is a Beep Sound. For example, if in your script you are rebooting...
  • Wiki Page: Sync Framework: SQL Server to Windows Azure SQL Database Synchronization

    In this article I will show how to use the 2.1 version of the Sync Framework to write a console application to synchronize Windows Azure SQL Database with on-premises SQL Servers. The Sync Framework takes care of all the messy details for you, leaving you just tying the pieces together in very few lines...
  • Wiki Page: Pushing the Performance Monitor Data into a Database

    Pushing the Performance counters of the Database As we know the Monitoring the Performance counters is an important task of the SQL DBA, and even these performance counters are an integral part of the troubleshooting of the performance issues. And there is interesting way to push the performance...
  • Wiki Page: Use SQL Azure Database as a Hive Metastore

    When requesting a Hadoop cluster on http://www.hadooponazure.com/ , select the option: Use SQL Azure for Hive Metastore to use a SQL Azure database as a Hive metastore. When you select this option, you will need to specify the following parameters: SQL Azure Server . You do not need to...
  • Wiki Page: Versões do SQL Server (pt-BR)

    Esse artigo foi originalmente escrito em: http://social.technet.microsoft.com/wiki/contents/articles/783.sql-server-versions.aspx Nome Número da Versão Data de Publicação SQL Server 2012 11.0.2100.60 1 de Abril de 2012 SQL Server 2008 R2 ...
  • Wiki Page: HDInsight Scenario: Query a Web Log via HiveQL

    The purpose of this wiki post is to provide an example scenario on how to work with Hadoop on Azure, upload a web log sample file via secure FTP, and run some simple HiveQL queries. Important! This wiki topic may be obsolete. The wiki topics on Windows Azure HDInsight Service are no...
  • Wiki Page: Windows Server 8 – Manage Hyper-V 3.0 with PowerShell

    One of the major features of Windows Server 8 is Hyper-V 3.0 This new version of Microsoft virtualization platform brings great improvements and features. In this article we’ll cover a couple of Windows Server 8 Hyper-V PowerShell command lets. Using PowerShell cmdlet will reduce most of day-to-day...
  • Wiki Page: How to Resolve SharePoint Server Dependencies Problems

    I - Context ​After upgrade or operations on SharePoint Databases or Contents Databases, you can get problems reported by SharePoint Analyzer. The Analyzer can report integrity problem between installation files and data in SQL databases. For example, you uninstall a SharePoint farm solution...
  • Wiki Page: Dynamics CRM 2011 Load Balance Email Router

    Dynamics CRM Load Balance Email Router We can load balance emails in dynamics CRM with a few customization steps using multiple email routers. The concept is simple, I use a workflow to generate emails and assigned those emails to specific users (service accounts). I link those users to...
  • Wiki Page: Dynamics CRM 2011 Portal Development – CrmSiteMap Expression

    This document was originally published as Dynamics CRM 2011 Portal Development – CrmSiteMap Expression and has been reproduced here to allow the community to correct any inaccuracies or provide other enhancements before updating the original version of this topic. Dynamics CRM 2011 Portal...
  • Wiki Page: Integrating Service Management Portal and API with System Center 2012 SP1

    Table of Contents Scenario description Solution description System Center 2012 components and other requirements How does this solution fit into your IT strategy? How do you prepare System Center for this solution? How to accomplish this scenario Integration experience Overview Demonstration Usage metering...
  • Wiki Page: Smartlist Builder Example – Sub Query Restriction Prototype

    This post explains how to create custom smartlists with subquery restrictions using Smartlist Builder, without using SQL queries (i.e.) using Dynamics GP Tables and Joins inside Smartlist Builder Smartlist Builder is a great tool to create custom smartlists. We can create smartlists using Dynamics...
  • Wiki Page: Dynamics CRM 2011 Multiple organizations Asychronous Service Optimization

    On a multi tenant environment where organisations are used as a way of isolating data e.g. sales team vs IT staff; the Asynchronous services will not balance workload across organizations evenly; if you have one organisation generating more workflows than others, it's likely to have an impact on...
Page 195 of 209 (5,220 items) «193194195196197»
Can't find it? Write it!