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:
Active Directory: Characters to Escape
Richard Mueller
Almost any characters can be used in distinguished names in Active Directory. However, some characters must be escaped with the backslash "\" escape character. Table of Contents Active Directory ADSI Non-Keyboard Characters VBScript PowerShell PowerShell New-AD* Cmdlets ADsPath LDAP Filters...
on
20 Sep 2013
Wiki Page:
Sharepoint 2010 Presence Indicator
Naomi N
Following is the code snippet to display the presence indicator for users in SharePoint. We can get the sipAddres used in the code for the users from the below three locations 1) Userprofile property SipAddress or 2) Userprofile property WorkEmail or 3) SiteUserInfoList list if...
on
20 Sep 2013
Wiki Page:
SharePoint 2010: Find Page Views
Girish Goudar
Following is the code to fetch the number of Page views from a SharePoint site using the RequestUsage Table We must enable Usage and Health Reporting from Central Administration with the important event being Page Requests. Enabling this will create a new database, named WSS_Logging.This Database...
on
20 Sep 2013
Wiki Page:
Keyword Query Search in SharePoint 2010
Naomi N
The following code sample shows how to retrieve the user profile property, ex Accountname using the KeywordQuery Search We are passing a custom property (CustomID) as an input to the KeywordQuery Search API, which in turn will fetch the Account name for the user. string strAccountName...
on
20 Sep 2013
Wiki Page:
Sync List with User Group Using jquery
Naomi N
Requirement: To get all the user names from the SharePoint group "Deliverable Owners" and sync with a custom list called "Team Members" in a button click. Solution: This is done using jquery and SharePoint web services. <script type="text/javascript"...
on
20 Sep 2013
Wiki Page:
Get User Profile Properties by Using SharePoint UserProfileService.asmx Web Services
Naomi N
The following code snippets will get the user profiles properties both OOB and Custom: Profiles.UserProfileService UPS = new Profiles.UserProfileService(); UPS.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials; UPS.PreAuthenticate = true; PropertyData custom = UPS.GetUserPropertyByAccountName...
on
20 Sep 2013
Wiki Page:
SharePoint 2010 : Script PowerShell pour lister les documents extraits dans une collection de sites avec le détail des versions (fr-FR)
Benoit Jester
J'ai reçu récemment une demande pour créer un rapport qui détaille les éléments extraits d'une une collection de sites. Ce rapport doit également contenir les données de la personne pour qui le document est extrait. Il devrait également fournir la version, et même si aucune version n'existe...
on
20 Sep 2013
Wiki Page:
SharePoint 2010: PowerShell Script to List the Documents Checked Out with Version Details in a Site Collection
Benoit Jester
Hi, I received a recent requirement to create a report that provides the details of checked out items in an entire site collection. This report should also contain data for the person whom the document is checked out to. It should also provide the version and if no version exists it should mention...
on
20 Sep 2013
Wiki Page:
CustomizeSharepointCalendarEvents using Javascript
Rahul A Shinde
Table of Contents Description Code Snippet Code Explanation Usage Scenarios Description This article provides detail about overriding out of box SharePoint calendar events. This is helpful where you need to override behavior of out of box calendar event such as show only particular event or display...
on
19 Sep 2013
Wiki Page:
How To Copy Users Between SharePoint Groups using C# for SharePoint 2010
Richard Mueller
Hi, One of the pain areas in sharepoint is to copy the users between the groups. Sharepoint does not support nesting of groups. The problem get worsen when you have huge number of users. To resolve this I wrote this code. This works in both versions of sharepoint MOSS 2007 and SPS 2010. This tool...
on
19 Sep 2013
Wiki Page:
How to Upload Documents to Sharepoint Sites Using Web Services
Richard Mueller
Hi , Recently someone requested me to prepare something that will allow uploading of files to sharepoint document libraries from their machine using web services. Hence I have created the following application. It works in both versions of sharepoint MOSS 2007 and SPS 2010. This takes following...
on
19 Sep 2013
Wiki Page:
How to Check Effective Permissions of a User in Each Site in a Site Collection in SharePoint 2007 and SharePoint 2010
Richard Mueller
Hi, I have observed that one of a tedious task for a SharePoint site administrator to check permissions of a user in each site in a site collection. Microsoft Admin Toolkit has provided a functionality that can be used to check effective permissions. This can be downloaded at http://www.microsoft...
on
19 Sep 2013
Wiki Page:
How to Show the ID Field in EditForm.aspx and DispForm.aspx in SharePoint
Richard Mueller
We do not get ID field in DispForm.aspx and EditForm.aspx pages out of the box. However many times business needs this field to show up in this form because of their uniqueness. To accomplish it a javascript is most easy option and it can be applied via content editor webpart. To do this follow these...
on
19 Sep 2013
Wiki Page:
How to Check Effective Permissions of a User in Each Site in a Site Collection in SharePoint 2007|2010
Richard Mueller
Hi, I have observed that one of a tedious task for a SharePoint site administrator to check permissions of a user in each site in a site collection. Microsoft Admin Toolkit has provided a functionality that can be used to check effective permissions. This can be downloaded at http://www.microsoft...
on
19 Sep 2013
Wiki Page:
SharePoint 2010: How to Apply Unique value Constraint in Person and Group column
Richard Mueller
Hi, Recently an issue was reported to me where one of the site admin was unable to apply uniqueness in a column of type Person or Group in a list. When he was trying to create a column of that kind he was getting a screen like this: In the above screenshot there is no possibility to enforce...
on
19 Sep 2013
Wiki Page:
How to Hide Columns in List Forms in SharePoint without using SharePoint Designer
Richard Mueller
Recently a requirement was posted to me where the end users wanted to hide columns in list forms without using SharePoint designer. Our site admins can do this easily using SharePoint designer but since there were many lists and requests so it was not possible to go to each and every one and carry...
on
19 Sep 2013
Wiki Page:
SharePoint 2010: One or More Field Types are not Installed Properly. Go to the List Settings Page to Delete These Fields in Executing CAML Queries
Richard Mueller
Hi, An issue was reported to me where a developer was trying to use a CAML query and was getting this error: "One or more field types are not installed properly. Go to the list settings page to delete these fields". I checked the fields and they were fine. I executed a few other queries...
on
19 Sep 2013
Wiki Page:
Configure and use the Documentum connector
Maheshkumar S Tiwari
Official resources Download the connector - Microsoft SharePoint 2010 Indexing Connector for Documentum Configure and use the Documentum connector (FAST Search Server 2010 for SharePoint) (TechNet) Troubleshooting steps Problem: How do I configure the connector to use HTTPS? Resolution...
on
19 Sep 2013
Wiki Page:
Storage Spaces Frequently Asked Questions (FAQ)
Maheshkumar S Tiwari
This topic discusses common questions about Storage Spaces on Windows Server 2012 R2, Windows Server 2012, Windows 8.1, and Windows 8. For basic information about Storage Spaces, see Storage Spaces Overview . For performance information, see Storage Spaces - Designing for Performance . Table...
on
19 Sep 2013
Wiki Page:
Dropping a Clustered Index Will Not Reorganize the Heap
Maheshkumar S Tiwari
If a clustered index will be turned into a HEAP, no reorganization of the data will occur. This "myth" is sometimes popping up in forums or blogs. A view "behind the scenes" will describe how Microsoft SQL Server is handling this operation. Before the deep dive into the internals...
on
19 Sep 2013
Wiki Page:
Retrieve column values from a list using JQuery and Web Services
TNJMAN
Table of Contents Requirement Solution Script Code See Also Requirement How to write a Javascript web service / function to retrieve column values from a field, with a date filter condition. Solution Following is the Javascript code (function) to retrieve the column values from...
on
19 Sep 2013
Wiki Page:
Validating Data in WPF 4.5 Using the INotifyErrorDataError Interface
Peter Geelen - MSFT
Table of Contents Introduction Multiple errors per property Asynchronous validation Visual feedback Custom error objects Cross-property errors Introduction This post is about how you can validate data in a WPF application using the System.ComponentModel.INotifyDataErrorInfo interface that was...
on
19 Sep 2013
Wiki Page:
Asynchronous Operations in WCF
Maheshkumar S Tiwari
In WCF, asynchronous operations can be implemented by using one of the three following methods: The event-based asynchronous pattern The IAsyncResult asynchronous pattern The task-based asynchronous pattern Today I am going to explain how to implement asynchronous operations in WCF using each...
on
19 Sep 2013
Wiki Page:
How to use SharePoint Emulator to test SharePoint list creation,Update
Maheshkumar S Tiwari
Open the visual studio 2012 and add empty SharePoint project. Then create the project as farm solution by giving the testing SharePoint server URL (you can give sandbox solution as per your requirement) Then I'm going to add a feature ; which is going to create a SharePoint...
on
19 Sep 2013
Wiki Page:
Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online - Script (JScript) Web Resources
Maheshkumar S Tiwari
Microsoft Dynamics CRM 2011 has revolutionised the way we write JScripts in the framework. In this blog I will create a JScript web resource. This web resource will validate the "Cost of Production (millions)" and "Revenue (millions)". The JScript will calculate whether...
on
19 Sep 2013
Page 2 of 45 (1,105 items)
1
2
3
4
5
»
Can't find it? Write it!
Post an Article