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:
Create random passwords with Characters and integers, using VB script
Maheshkumar S Tiwari
This VB script 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....
on
19 Sep 2013
Wiki Page:
Keep session alive in asp.net application
Maheshkumar S Tiwari
Friends, many times we get requirements to increase the session timeout expiry time on the application server, so what we do basically we go in web.config file and set session time out to some time period, by default its 20 mins, but remember sometime you increase time period in web.config file and...
on
19 Sep 2013
Wiki Page:
Count/sum rows grouped by in XSLT Dataview WebPart
Maheshkumar S Tiwari
Scenario : Converted a list view to XSLT View using SharePoint Designer and grouped the list by 2 columns "Created By"(built in people and column group) and "WeekEnding" (date field). Requirement : To display the count of each item that is grouped by "Week Ending"...
on
19 Sep 2013
Wiki Page:
Display current site name in Content Editor Web Part using Javascript
Maheshkumar S Tiwari
Add the following script in a Content Editor Web Part <script language="javascript" type="text/javascript"> _spBodyOnLoadFunctionNames.push("GetSiteName"); function GetSiteName(){ var SiteName = document.getElementById('ctl00_PlaceHolderSiteName_onetidProjectPropertyTitle'...
on
19 Sep 2013
Wiki Page:
How to consume WCF Service using Channel Factory
Maheshkumar S Tiwari
A Channel Factory is implemented by the IChannelFactory Interface and their associated channels are used by the initiators of a communication pattern. The Channel Factory class is useful when you want to share a common service contract DLL between the client and the server. When to use Channel Factory...
on
19 Sep 2013
Wiki Page:
Management Pack Health Model Exercise #13 - Creating a Script Based Event Collection Rule
Maheshkumar S Tiwari
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 Visual Studio Authoring Extensions Procedure See Also Overview The following...
on
19 Sep 2013
Wiki Page:
Management Pack Health Model Exercise #10 - Creating a Delimited Text Log Alerting Rule
Maheshkumar S Tiwari
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 Visual Studio Authoring Extensions Procedure See Also Overview The following...
on
19 Sep 2013
Wiki Page:
PowerPivot troubleshooting: "SQL statement is not valid. There are no columns detected in the statement"
Maheshkumar S Tiwari
From Kate Baroni, Senior Database Administrator at Microsoft: "I recently added one column to an existing and working powerpivot model (Excel 2013) and started receiving the error ‘SQL statement is not valid. There are no columns detected in the statement’. The SQL logic already included a statement...
on
19 Sep 2013
Wiki Page:
Creating First Emgu CV Project
Maheshkumar S Tiwari
This is the first project with emgu cv, it streams the webcam and shows in a imagebox and also processes the image and shows in another imagebox Introduction In the last post we read about Starting with Emgu CV , now here we will start our first Emgu CV project. Emgu CV is...
on
19 Sep 2013
Wiki Page:
Operations Manager Management Pack Authoring - Linked Reports
Maheshkumar S Tiwari
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...
on
19 Sep 2013
Wiki Page:
Step by Step guide to create a Client App Part in SharePoint Hosted Development Environment.
Maheshkumar S Tiwari
I think you are already knew, hosted approaches in SharePoint 2013. There are three types of hosted approaches ( SharePoint-Hosted, Provider-Hosted, Auto-Hosted ). Though there are similarities as well as differences. Thus there are slightly differences in developing client app part in SharePoint Hosted...
on
19 Sep 2013
Wiki Page:
How to add a custom visual studio workflow to SharePoint designer
Maheshkumar S Tiwari
This article explains step by step guide line to add a custom visual studio work flow to the SharePoint designer. In here I'm using VS 2010 and SharePoint 2010. Create a Empty Sequence Work Flow project. then select .Net Framework 3.5 and select the Sequential Workflow Project...
on
19 Sep 2013
Wiki Page:
Troubleshoot VMM: Analyzing the Trace
Maheshkumar S Tiwari
If there is a trace available, the first thing to do is identify the task failure in the ‘Job’ view of the VMM console. This represents the actual job failure and is your starting point. Begin at the bottom of the trace and search up for the hex error code (0x80041005 for example). It will be there...
on
19 Sep 2013
Wiki Page:
Troubleshoot VMM: DebugView for Windows
Maheshkumar S Tiwari
Introduction DebugView for Windows is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output, so you don't need a debugger to catch the debug...
on
19 Sep 2013
Wiki Page:
Troubleshoot VMM: BITS Troubleshooting
Maheshkumar S Tiwari
Table of Contents Verify BITS outside of VMM BITS Compact Server BITS Traces Useful KB Articles and Blogs Background Intelligent Transfer Service (BITS) transfers files (downloads or uploads) between a client and server and provides progress information related to the transfers. You can also download...
on
19 Sep 2013
Wiki Page:
Installation Logs for System Center 2012 - Virtual Machine Manager
Maheshkumar S Tiwari
This topic includes VMM feature installation-related troubleshooting. VMM Server Setup Logging VMM Agent Installation Logging Windows Installer (MSI) Logging Viewing VMM Installation Logs Known Issues – Setup and Upgrade VMM Server Setup Logging Separate reports exist for the installation...
on
19 Sep 2013
Wiki Page:
SharePoint 2013: SharePoint Community Site as Real Time Social Communities or Groups
Nilesh Jain
Table of Contents Introduction Approaches 1.With One community site : 2.With One web application, Site collection and multiple communities (sub sites) : 3.With One web application, multiple communities(site collections) : Example Approach 2 Consolidated Top Contributors of Communities Conclusion See...
on
19 Sep 2013
Wiki Page:
WMI Troubleshooting for VMM
Maheshkumar S Tiwari
When troubleshooting VMM issues that appear to be related to WMI, it is important to note that WMI errors may simply indicate the inability to communicate with the WMI service on a remote machine, not necessarily a problem with the service. This could be due to permissions or network-related issues...
on
19 Sep 2013
Wiki Page:
How to Use SQLite with a Windows Phone 8 Application
Richard Mueller
Table of Contents Introduction Building the Sample Before you compile you will need to add some conditional compilation constants in the application Introduction How to use SQLite with a Windows Phone 8 application Building the Sample To build this sample you will need Visual Studio 2012...
on
18 Sep 2013
Wiki Page:
SharePoint 2010: SQL Script to Backup Project Server Databases
Richard Mueller
Backing up a Project Server database can be easier by using a procedure that includes all the database that you want to include. I drop that backup files on a share drive that is isolated from the server. Be sure the Share has write permissions for the SQL Process: USE MASTER BACKUP...
on
18 Sep 2013
Wiki Page:
SharePoint 2010 Modal Dialog
Richard Mueller
Modal dialog play very important role to improve the user experience by reducing the number of postbacks. So, SharePoint 2010 comes up with in-build API to show modal dialog to improve the user experience. Here, I will explain you How to integrate SharePoint 2010 modal dialog with the application and...
on
18 Sep 2013
Wiki Page:
Getting Information about a Variable in VBScript
Maheshkumar S Tiwari
Since VBScript uses variants , it can be useful to find out what type of information ended up in a variable. Here is a simple subroutine to call all the built-in functions that return information about a variable. Sub GetVarInfo(varname) Wscript.Echo "" Wscript.Echo "VarType...
on
18 Sep 2013
Wiki Page:
BizTalk: Generating Flat File Schema for File with Tag Identifiers not at the Beginning, Grouping Data by Element and Debatching
Steef-Jan Wiggers
Table of Contents Introduction Scenario/Question Flat File Schema for a file with tag identifiers not at the beginning of the record Group By Date Debatching Output Source Code References See Also Introduction Recently there was a question posted in BizTalk forum , where an user wanted to:...
on
18 Sep 2013
Wiki Page:
SharePoint 2010 - Comment ajouter un utilisateur dans un site SharePoint en utilisant PowerShell (fr-FR)
Richard Mueller
This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. Note : Cet article est une traduction de l'article How To: Add a User in a SharePoint Site Using PowerShell...
on
18 Sep 2013
Wiki Page:
Migrating SharePoint Database Instance to Another Server
Richard Mueller
The first line in this article must be written to thank to Todd Klindt , Nauplius Trevor and Sean McDonough – world renowned SharePoint MVPs – for quickly helping me on Twitter in migrating a SharePoint database instance to another server. Migration is surely a nightmare to those who are responsible...
on
18 Sep 2013
Page 3 of 45 (1,105 items)
1
2
3
4
5
»
Can't find it? Write it!
Post an Article