This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
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
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
has code
Tagged Content List
Wiki Page:
SharePoint: Provide Autologin Feature or Creating Custom Claim and Form Based Token
Gokan Ozcifci
In order to support autologin feature in Sharepoint, you need to create FBA token explicity for that user id. You just need userid to create the claim, no password. SecurityToken tk = null ; string url = HttpContext.Current.Request.Url.Scheme + "://" + HttpContext...
on
6 Oct 2013
Wiki Page:
SharePoint 2010: Comment activer le Developer Dashboard (fr-FR)
Gokan Ozcifci
Cette rubrique est un how to. Merci de la garder aussi claire et simple que possible. Évitez les débats spéculatifs, mais aussi de donner trop de détails sur les mécanismes sous-jacents ou les technologies connexes. Il s'agit d'un script powershell qui active le "Developer...
on
6 Oct 2013
Wiki Page:
Uninstall KBUninstall folders
Maheshkumar S Tiwari
Uninstall KBUninstall folders on your computers in a domain Glenn Turner gracious posted up this script to delete KBUninstall folders that end up taking a great deal of room on computers. If you have applied a service pack that replaces the need for a hotfix you do not need these folders. Keep in...
on
6 Oct 2013
Wiki Page:
System Stored Procedures for Neural Network and Logistic Regression Models (Data Mining)
Maheshkumar S Tiwari
This article is a continuation of the following article that introduces the system stored procedures for SQL Server Data Mining. http://social.technet.microsoft.com/wiki/contents/articles/7566.a-guide-to-the-undocumented-system-stored-procedures-for-data-mining.aspx Neural Network and Logistic...
on
6 Oct 2013
Wiki Page:
How to Use PowerShell to Initiate the Internal Synchronization of the Synchronization Configuration Data
Maheshkumar S Tiwari
FIM ScriptBox Item Summary The script initiates the internal synchronization of the synchronization configuration data. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 #---------------------------...
on
6 Oct 2013
Wiki Page:
Advanced SSO with UAG
Maheshkumar S Tiwari
Recently I was called to assist with an interesting SSO customization for UAG. The requirments are as follows: Add a new input field named "Code" to the default login page. Add a second new input field named "Suffix", of type drop box to be used as username suffix. Collect...
on
6 Oct 2013
Wiki Page:
How to: Change the tempdb file size
Maheshkumar S Tiwari
You could have been accidentally increased your tempdb data file to more than it actually needs and you have difficultly to reduce the size. Probably you have tried to resize it from the database properties or shrink the file, unfortunately it doesn't make any changes to the file. The files size...
on
6 Oct 2013
Wiki Page:
HDFS Operations on the Interactive Javascript Console
Maheshkumar S Tiwari
Shell Commands The web console supports execution of HDFS commands via the Javascript function “fs”. For example, you can run: fs( "ls" ) This function exposes the same set of file system commands that is available from running “hadoop fs” on the command prompt. Because file...
on
6 Oct 2013
Wiki Page:
SharePoint 2010: Keyword Query Search
Gokan Ozcifci
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
5 Oct 2013
Wiki Page:
SharePoint 2010: How To Enable the Developer Console
Gokan Ozcifci
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. This is a powershell script that will enable the developer console on a SharePoint Farm: $consoleSettings...
on
5 Oct 2013
Wiki Page:
SharePoint 2010 : Importer des données d'un fichier Excel dans une liste en utilisant PowerShell (fr-FR)
Gokan Ozcifci
Il y a différentes manières d'importer des données d'une feuille de calcul dans une liste SharePoint. Selon vos besoins, vous pouvez copier des données dans des listes SharePoint en utilisant le mode feuille de données, par exemple. Cependant, il existe certaines circonstances où cela ne fonctionnera...
on
5 Oct 2013
Wiki Page:
SharePoint 2010: How to Create Calendar Recurring Event from SharePoint Designer 2010 Workflow
Gokan Ozcifci
Do you want to create new calendar recurring event from SharePoint workflow? You can easily create simple calendar event (which doesn’t have recurring properties/values), some days before I was trying to create new recurring event from SPD workflow using “Create Item” action, and found that we can...
on
5 Oct 2013
Wiki Page:
Rotate SSRS Reports in an HTML Web Resource
Ed Price - MSFT
In CRM 4.0 you could host an ASPX or HTML file in the ISV folder. You could then easily use this web page to display SSRS reports, and the code below could be used to rotate through a number of reports. Of course in Microsoft Dynamics CRM 2011, there is no ISV folder, however you can add the HTML...
on
4 Oct 2013
Page 398 of 416 (10,400 items)
«
396
397
398
399
400
»