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 Other Languages
Tagged Content List
Wiki Page:
Windows: Comment mesurer le temps de réponse des serveurs DNS (FR-FR)
Peter Geelen
Cet article Wiki a été créé pour partager avec vous comment c’est possible de mesurer le temps de réponse de vos serveurs DNS quand vous effectuez des résolutions DNS. Cette tâche peut simplement être faite en utilisant Windows PowerShell et en combinant l’utilisation des cmdlets Measure-Command...
on
18 Nov 2018
Wiki Page:
Uploading File to SharePoint Online Document Library Using REST API
Peter Geelen
//added validation for httpwebresponse Used provider hosted app so we need to pass token which in this case is appOnlyAccessToken as mentioned in below code. All we need to do is create HttpWebRequest and get a response by adding token.headers as below: HttpWebRequest endpointRequest;...
on
18 Nov 2018
Wiki Page:
T-SQL: Create Report for Last 10 Years of Data
Peter Geelen
Recently in the MSDN Transact-SQL forum thread Please help with dynamic pivot query/ CTE/ SSRS we provided a solution for a very common scenario of generating a report for the last n (10 in that particular case) years (months, days, hours, etc.) of data. Table of Contents Problem Definition...
on
18 Nov 2018
Wiki Page:
PowerShell : Pourcentage - Rapport sur l'Espace Disque (fr-FR)
Peter Geelen
Note : Cet article est une traduction. Voic un moyen rapide de faire un rapport sur l'espace disque à l'aide de PowerShell. Il existe de nombreux scripts disponibles dans le Script Center . Vous pouvez en télécharger un pour vos besoins. Un de mes ( Chen V ) collègues m'a...
on
17 Nov 2018
Wiki Page:
Wiki: How to Report a TechNet Wiki Page
Peter Geelen
Table of Contents Report a page Spam Pirated/Plagiarized Content Duplicate Article Test Article Inappropriate content Performance Issues See Also Other Languages This article explains how to flag or report a TechNet Wiki page that you think is one of the following: Spam Pirated Content: Contains...
on
16 Nov 2018
Wiki Page:
Small Basic: Comment Dessiner un Triangle (fr-FR)
Peter Geelen
Si vous savez dessiner un rectangle, comment pouvez-vous dessiner un triangle ? Regardez l'image suivante. Vous avez déjà dessiné un carré avec GraphicsWindow.DrawRectangle(100, 200, 200, 200). Donc, le triangle que vous devez dessiner à trois points (x1 = 100, y1 = 200), (x2 = 300, y2 = 200),...
on
15 Nov 2018
Wiki Page:
How to Measure the Response Time of DNS Servers when performing name server lookups
Dave Rendón
This Wiki article was created to share with you how it is possible to measure the response time of your DNS servers when performing name server lookups. This task can be easily achieved using Windows PowerShell by combining the use of Measure-Command and the Resolve-DnsName cmdlet. If you...
on
12 Nov 2018
Wiki Page:
PowerBI API in .Net
Peter Geelen
Table of Contents 1 - Introduction 2 - PowerBI REST API 3 - PowerBI REST API in .Net 4 - PowerBI REST API and Xamarin 5 - Usecase : T-Shirt Shop 6 - Conclusion Other Languages The French version is here . 1 - Introduction Through this article, I am going to introduce PowerBI REST API ...
on
12 Nov 2018
Wiki Page:
Transact-SQL: Convert VARBINARY to Base64 String and vice versa
Peter Geelen
Introduction Transact-SQL does not include built in function to convert binary type into base64 string and vice versa, but it does includes several built-in options we can use. This article demonstrates several options to convert VARBINARY data into Base64 string, and vice versa convert Base64 string...
on
12 Nov 2018
Wiki Page:
T-SQL: Adding Work Days
Peter Geelen
Table of Contents Introduction Defining work days Creating the Function Using the Function Conclusion References See Also Other Languages Introduction This article presents a Transact-SQL Scalar Function to determine a future date, only considering the next working days. Determine a future working...
on
12 Nov 2018
Wiki Page:
Azure: Create an IoT Hub and connect your IoT Device
Peter Geelen
Table of Contents Pre-requisites Steps: Verify you properly setup your IoT Device Connectivity Create an IoT Hub Verify the IoT Hub is successfully created: NG the Shared Access Policies Click Shared Access Policies, Go back to your desktop and open the Device Explorer Twin, Provide a name for your IoT...
on
12 Nov 2018
Wiki Page:
TechNet Wiki: How to Earn Recognition Points and Achievement Medals
mahnaz zahabi
What are Recognition Points and Achievement Medals, and how to earn them? Table of Contents What are Recognition Points and Achievement Medals, and how to earn them? Recognition Points Achievement Medals See Also Other Languages Recognition Points Recognition Points reflects the level of contribution...
on
2 Nov 2018
Wiki Page:
(FA-IR) تکنت ویکی : روش کسب امتیازهای اعتباربخشی و مدال های موفقیت
Richard Mueller
تعریف امتیازهای اعتباربخشی و مدال های موفقیت وچگونگی کسب آنها Table of Contents امتیازهای اعتباربخشی مدال های موفقیت ترجمه به زبان های دیگر امتیازهای اعتباربخشی امتیازهای اعتباربخشی سطح مشارکت شما در جامعه MSDN/TechNet را منعکس می کنند. نشان می دهد...
on
1 Nov 2018
Page 21 of 93 (2,325 items)
«
19
20
21
22
23
»