TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
has code
Tagged Content List
Wiki Page:
Wiki: HTML オブジェクトテンプレート (ja-JP)
Tomoaki Yoshizawa
Table of Contents ノートボックス 注意ボックス 重要ボックス プレーンコードボックス 関連項目 他の言語 ノートボックス 例 ノート < ここにテキストを入力してください > HTML コード < table cellpadding = "0" cellspacing = "0" style = "width: 100%; border-collapse: collapse;" > < tr...
on
24 Sep 2012
Wiki Page:
Taking Script of Sql Server Jobs for Migration
Ed Price - MSFT
while migrating a sql server database to another sql server instance, sometimes we want to move sql server jobs also. i am using the following powershell script to produce script of the sql server jobs and using it on the new sql server instance 1. [reflection.assembly]::LoadWithPartialName...
on
16 Sep 2012
Wiki Page:
Export SQL Server Event Viewer Error Messages As HTML
Ed Price - MSFT
i use the following powershell script to retrieve all sql server error logs from event viewer and export as a html file to read easily from our web server. that is the simple version of the script that i published on the Microsoft Script Repository Site. http://gallery.technet.microsoft.com/scriptcenter...
on
16 Sep 2012
Wiki Page:
Entity Framework FAQ: Error Messages
Ed Price - MSFT
Table of Contents MetadataException: Unable to load the specified metadata resource Unable to create a constant value of type 'SomeType'. Only primitive types ('such as Int32, String, and Guid') are supported in this context. LINQ to Entities queries are converted to SQL, so there is...
on
13 Sep 2012
Wiki Page:
Hyper-V: Script for Reverting Snapshots VMRevert
Ed Price - MSFT
A tester with 2 different VM environments (but on the same VMM Admin server) needs to revert back to baseline every day. He shares the following script. Script Text: # ============================================================================================== # NAME: VMRevert.ps1 #...
on
13 Sep 2012
Wiki Page:
How to use PowerShell to Add a User
dplotnikov - mvp
FIM ScriptBox Item FIM ScriptBox Item Summary A PowerShell module is available on CodePlex to simplify FIM management ( http://fimpowershellmodule.codeplex.com/ ). This article shows how to use that module to add a user to the FIM Service. Note : This snippet was copied from the...
on
29 Aug 2012
Wiki Page:
ILM : How to Get Attribute Data from a Referenced Object
Ed Price - MSFT
Some background information: When ILM directly imports a reference attribute (CS>MV), it tries to maintain the reference, using the technique of referential integrity. ILM automatically translates the link between the 2 objects (user > manager) from CS to Metaverse. The MV object does...
on
28 Aug 2012
Wiki Page:
Faster Print Inventory
dplotnikov - mvp
#Faster PrintInventory $Printserver = "PrintServer" $cred = Get-Credential # Create new Excel workbook $Excel = new-Object -comobject Excel.Application $Excel.visible = $True $Excel = $Excel.Workbooks.Add() $Sheet = $Excel.Worksheets.Item(1) $Sheet.Cells.Item(1,1) = "Printer...
on
28 Aug 2012
Wiki Page:
what microsoft promises to offer in .NET 5.0
dplotnikov - mvp
Introduction of New Features in C# 5.0 1. C# Evolution Matrix Microsoft just published a new version of C# : 5.0 beta with CLR version 4.5 (Visual Studio 11 beta). In order to get a big picture of the whole evolution of C# language, I summarized all the key features into a C# Evolution Matrix...
on
26 Aug 2012
Wiki Page:
Useful TSQL Scripts for your DBA Toolbox
dplotnikov - mvp
The following set of useful TSQL scripts are the result of great discussions on the MSDN forums. The initial set of scripts were supplied by Harry SQL DBA with additional scripts resulting from other forum discussions. The intent of using the wiki for this content is to allow all users to add new scripts...
on
26 Aug 2012
Wiki Page:
Wiki: Create Quick and Basic Tables Using the Wiki HTML Editor
Ed Price - MSFT
Quick and Dirty tables using the Wiki HTML Editor: Table of Contents See Also Other Languages Brazilian Portuguese (pt-BR) Français France (fr-FR) This will create a simple table with a specific table width , specific column widths , a header row and borders around all the cells...
on
23 Aug 2012
Wiki Page:
How MS SQL Compiler Does Internal Data Type Casting
Ed Price - MSFT
Now lets take few test to get to the conclusion; See how the MS SQL compiler works, MS SQL compiler is smart enough to do the conversion (implicit type casting) for columns. For 'Test 1' MS SQL compiler converts all values of 'ID' column to 'INT', how it decides to...
on
11 Aug 2012
Wiki Page:
Jak wstawić sformatowany kod Windows PowerShell na TechNet Wiki (pl-PL)
MichalGajda
Jest to artykuł z serii wiedzieć jak . Proszę pozostawić ten artykuł przejrzystym i prostym, jak tylko to możliwe. Unikać spekulacyjnych dyskusji, a także nadmiernie technicznego rozwijania zasadniczych mechanizmów czy powiązanych technologii. Table of Contents Wykorzystanie PowerShell...
on
10 Jul 2012
Wiki Page:
Installing and Configuring an nCipher Hardware Security Module (HSM) with FIM CM 2010
Ed Price - MSFT
This document covers information to install nShield PCI module, configure it and configure FIM CM to use nCipher CSP and KSPs. Review the vendor Quick Start guide (nShield_Quick_Start_Guide.pdf) before attempting to use these instructions. Thales and Brian Komar have produced an E-Book that discusses...
on
4 Jul 2012
Wiki Page:
Handling Transactions in Windows Azure SQL Database
patmas57
In this article I am going to touch on some of the aspects of transaction handling in Windows Azure SQL Database. Note If you wish to contribute to this page, use the Edit tab at the top (sign-in required). If you wish to provide feedback for this documentation please either send...
on
28 Jun 2012
Wiki Page:
Fluent Queries on the Interactive JavaScript Console
Ed Price - MSFT
By Alejandro Trigo. Table of Contents Querying Data Applying Schemas Input Data Format Executing Queries Storing and Reusing Queries JavaScript Predicates Data Projection Filtering Sorting Aggregation Limiting the Result Set Map Reduce Jobs as Queries The interactive JavaScript console that...
on
17 Jun 2012
Wiki Page:
VBScript: Determine Script Execution Time
Fernando Lugão Veltem
To output a script's execution time, include this at the beginning: dtmStartTime = Timer And include this at the end: Wscript.Echo "Script execution time: " & Round(Timer - dtmStartTime, 2) & " seconds" The Timer function returns the number of seconds...
on
11 Jun 2012
Wiki Page:
Entity Framework FAQ: Relationships
ulcer
Back to EF FAQs Table of Contents Table of Contents Does the Entity Framework support lazy loading and deep loading, and how is the performance for these features? Is it possible to make the EF implicitly load related entities? Is lazy loading enabled by default? Is there a topic that compares...
on
8 Jun 2012
Wiki Page:
Troubleshoot Master Data Services Database Restore
Ed Price - MSFT
Users of Master Data Services: If you have recently restored your MDS database, and MDS is no longer working as it should, this article should help get you back up and running. Run each of these scripts on your MDS database. In these examples, our database is called "MDS_Sample." 1. Change...
on
7 Jun 2012
Wiki Page:
Best Practices for Using the HPC Macros to Run Excel Workbooks on a Cluster
Ed Price - MSFT
The HPC Services for Excel provide a framework of Visual Basic for Applications (VBA) macros that you can implement for a Microsoft Excel workbook to enable the workbook calculations to run in parallel on a Windows HPC cluster. The HPC macros integrate with the SOA client (ExcelClient) and SOA service...
on
5 Jun 2012
Wiki Page:
Como hacer Server Controls Compatible con navegadores usando ASP.NET (es-ES)
Ed Price - MSFT
Introducción En el desarrollo web moderno, tenemos que comprobar la compatibilidad del navegador para nuestras páginas web. Esto puede incluir el cambio de los estilos CSS para los problemas de diseño. Mediante ASP.NET se puede comprobar la compatibilidad del navegador sin...
on
5 Jun 2012
Wiki Page:
How to Forcibly Install the LDR Branch from a Particular Hotfix Package
Ed Price - MSFT
Let's say we want to install the very latest version of Hyper-V Hypervisor package. Practically speaking, there's not much sense in this since Component-Based Servicing (CBS) stack does a very good job choosing the right package to install in every particular situation. But it's a useful...
on
5 Jun 2012
Wiki Page:
Simple Way to Get Images from SharePoint and Process OCR
Ed Price - MSFT
Table of Contents Overview / Survival Guide Media Type/Task References Overview / Survival Guide In this article I will address a simple way to get images from SharePoint and process OCR using the Tessnet2 OCR. NET 2.0 assembly OCR . OCR is an English acronym for Optical Character Recognition...
on
4 Jun 2012
Wiki Page:
SharePoint List Redirect to Login Page When Clicking Some Document Types
Ed Price - MSFT
Table of Contents Troubleshooting Actions Required Resolve the "How-To" Troubleshooting In a FBA (Forms Based Authentication) scenario, for some document types like XLS, XLSX, DOC, DOCX, … instead of open or download it simply redirect to the login page Actions Required Resolve...
on
4 Jun 2012
Wiki Page:
Entity Framework FAQ: Customizing Objects
Ed Price - MSFT
Back to EF FAQs Table of Contents Table of Contents How do I write custom logic behind a "getter" or "setter"? Is it possible to write logic that distinguishes between user code calls to the data class and framework materialization of the class? How do I execute custom code...
on
24 May 2012
Page 43 of 45 (1,105 items)
«
41
42
43
44
45
Can't find it? Write it!
Post an Article