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
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
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
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 French
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
Browse by Tags
>
TechNet Articles
>
All Tags
>
has See Also
Tagged Content List
Wiki Page:
Active Directory: How to List All Computers in OU using PowerShell
Peter Geelen
Table of Contents Introduction Steps Using command prompt: See Also Introduction Have you ever needed to find all computer accounts in a specific OU? You can try using Active Directory Users and Computers, but it is slow and inflexible. Another way to go is firing up PowerShell, loading the...
on
30 Dec 2019
Wiki Page:
WinForms communicate between forms (C#)
Kareninstructor
Table of Contents Introduction Important Passing simple strings between two forms Example 1 Example 2 Passing class instances between two forms. Custom controls See also Summary Source code Introduction Communication between multiple forms can be accomplished several ways, from exposing properties...
on
30 Dec 2019
Wiki Page:
VB.NET: Export from SQL-Server to Excel
Kareninstructor
Table of Contents Introduction Configuring SQL-Server Breaking down code How to use in your project Naming Excel sheets Requirements Summary Source code See also Introduction This article walks through setting up SQL-Server so that developers may export data in a SQL-Server table to a local...
on
29 Dec 2019
Wiki Page:
Small Basic: Coordinate
Nonki Takahashi
This article describes about coordinates in Microsoft Small Basic programming language. Table of Contents Coordinate Desktop Coordinate GraphicsWindow Coordinate Coordinate Transformation See Also Coordinate A coordinate (or co-ordinate) is a number represents a position in a line. With two...
on
29 Dec 2019
Wiki Page:
Active Directory: Foreign Security Principals and Special Identities
Richard Mueller
Introduction A foreign security principal (sometimes referred to by the acronym FSP ) is an object created by the Active Directory system to represent a security principal in a trusted external forest . FSPs can also represent special identities , such as the "Authenticated Users"...
on
27 Dec 2019
Wiki Page:
SharePoint Online site designs: Monitoring site script run errors
Arleta Wanat
Table of Contents Site designs Where to start? UI Powershell Errors in past runs Current runs Add-SPOSiteDesignTask Export to csv Practical scenario Full solution See Also Site designs Site designs are this amazing feature that allows you to apply a template to your site. Site designs can...
on
27 Dec 2019
Wiki Page:
System Center Service Manager Survival Guide
Andreas Baumgarten
Table of Contents Introduction Getting Started Planning and Deployment Upgrade HTML 5 Self-Service Portal Operations \ Features Authoring PowerShell Tools Troubleshooting Blogs Community SCSM LyncUp Facebook LinkedIn Twitter Google+ Videos TechNet Forums See also: Introduction What is a survival...
on
27 Dec 2019
Wiki Page:
SQL Server and SSIS : Installation on Ubuntu
AV111
Gold Award Winner Table of Contents System Requirements Memory File System Disk space Processor speed Processor cores Processor type Check OS Public Repository GPG Keys Installing mssql using bash command Change mssql sa password and configuration Installation command with the unixODBC developer...
on
27 Dec 2019
Wiki Page:
TechNet Wiki Featured Article Nominees
George Chrysovaladis Grammatikos
This article features the nominees for future featured articles for the TechNet Wiki home page. To nominate an article, add it to the alphabetical list in the Nominees section. This article also includes a publication schedule and a list of previously featured articles. Table of Contents Publication...
on
25 Dec 2019
Wiki Page:
Wiki: Virtualization Portal
Subhro Majumder
Virtualization is primarily a software-based simulation of the underlying hardware. The following list is a community-driven list of key products and technologies covered on the TechNet Wiki and the top associated TechNet Wiki articles ( only TechNet Wiki articles ). For a list of non-Wiki virtualization...
on
25 Dec 2019
Wiki Page:
List of forums by Languages, categories, and field of discussions
pituach
Introduction TechNet and MSDN forums are one and the same. We browse to the forums using the MSDN URL or using the TechNet URL, but the behind the scene these are one and the same, only the GUI interface is different. For the sake of this article, we will use the name TechNet instead to write...
on
22 Dec 2019
Wiki Page:
WPF ListBox data templating/styling
Kareninstructor
Table of Contents Introduction Project overview Data classes representing a Task XAML Code Polishing up Summary See also Source code Introduction Each control, TextBlock, TextBox, ListBox etc. have their own default template associated with it. Using styles, controls can be modify from their default...
on
20 Dec 2019
Wiki Page:
Como adicionar o destinatário no campo Cco para todos os convites para usuários externos (pt-BR)
Garry Trinder
Table of Contents Introdução CSOM Um exemplo do script Shell de Gerenciamento do SharePoint Online Downloads Veja Também Outros Idiomas Os usuários do Microsoft 365 podem compartilhar o conteúdo do OneDrive for Business, compartilhar arquivos e colaborar em documentos com qualquer pessoa na empresa...
on
20 Dec 2019
Wiki Page:
Windows Forms ListView: Examining Detail view with SQL-Server
Kareninstructor
Table of Contents Introduction Intended audience Basic setting: ListView control at design time Basic detail view: Contacts Example Basic Detail view with grouping: Products/Category example Step 1: Obtain items which represent groups Step 2: Populate ListView Checked rows Iterate checked rows Other...
on
19 Dec 2019
Wiki Page:
Hadoop Services for Microsoft Azure: Learning Part 1 - 10GB GraySort - Teragen (video)
Peter Geelen
Hadoop-based Services for Microsoft Azure includes several samples you can use for learning and testing. One sample is the 10GB GraySort which is a scaled-down version of the Hadoop Terasort benchmark. There are three jobs to run and in this video, Developer Brad Sarsfield walks you through Teragen...
on
18 Dec 2019
Wiki Page:
.NET: Understand Equality for Value Types and Reference Types
Peter Geelen
Table of Contents Introduction Virtual Object.Equals() Method == Operator and Equals Method Equals Method Implementation for String Equals Method and Value Types Performance Overhead for Value Types Recommended Approach for Value Types Static Equals Method ReferenceEquals Method Summary See Also ...
on
18 Dec 2019
Wiki Page:
Windows 10 v1809 Troubleshooting: Intel Audio Controller version 9.21.0.3755
Peter Geelen
Table of Contents Introduction: How to Fix Uninstall the Intel Audio Controller version 9.21.0.3755 KB4468550: See Also: Introduction: It has been found that in Windows 10 version 1809 audio may stop working after getting incorrect Intel Audio driver via Windows Update. Those PCs which are equipped...
on
18 Dec 2019
Wiki Page:
SQL-Server- C# Find duplicate record with identity
Kareninstructor
Table of Contents Introduction Breaking down the code Testing Builder Pattern Core Concepts Important notes Alternates See also Summary Other resources Source code Introduction New Solutions (application) with a database setup for the solution involving data are commonly read and written...
on
18 Dec 2019
Wiki Page:
Windows Forms ListView: Examining Detail view with SQL-Server (VB.NET)
Kareninstructor
Table of Contents Introduction Intended audience Basic setting: ListView control at design time Basic detail view: Contacts Example Basic Detail view with grouping: Products/Category example Step 1: Obtain items which represent groups Step 2: Populate ListView Checked rows Iterate checked rows Other...
on
16 Dec 2019
Wiki Page:
SCOM: Monitor a specific Windows Event
George Chrysovaladis Grammatikos
Table of Contents Applies to Introduction Problem description Solution Create a Monitor Create a Subscription See Also Applies to This guide applies to System Center Operations Manager 2016, 1801, 1807, 2019 Introduction SCOM is a vaguely used monitoring software in both smaller...
on
16 Dec 2019
Wiki Page:
Visual Basic 2017: Numbers Game
.paul. _
Table of Contents Overview The Numbers Class Conclusion Downloads Articles related to game programming Overview This is the Numbers Game as played on the UK Channel Four tv game show CountDown. The game is simple, you select 6 random numbers, and attempt to reach a random target by adding...
on
14 Dec 2019
Wiki Page:
VB.NET: Triangle Solver
.paul. _
Table of Contents Overview The HTML Template The Triangle Class Other Resources See Also Overview This is a wizard style app. that through a series of questions determines which type of Triangle Solver you need. The solution is given to your chosen number of Decimal Places or Significant...
on
14 Dec 2019
Wiki Page:
WinForms get all controls of a specific type VB.NET
Kareninstructor
Table of Contents Introduction Requires Primitive control iterator Usages for extension methods Dynamically created controls example Get controls on any container Adapting to non list items Serialize/deserialization Working with C# Summary See also Source code Introduction Every need to get all...
on
13 Dec 2019
Wiki Page:
Database selective connection strings (VB.NET)
Kareninstructor
Table of Contents Introduction Benefits Changing database connection environments Custom ComboBox for connections Source code Using the ComboBox Help documentation Summary See also Requires Source code Introduction This article will provide methods to selectively change named connection strings...
on
13 Dec 2019
Wiki Page:
All you need to know on Blazor app and create ASP.NET Core Blazor CRUD App using VS 2019, .NET Core 3 , Web API
SYEDSHANU - MVP
Table of Contents Introduction Blazor: Blazor Client App: Blazor Server App: Prerequisites Code Part Step 1 - Create a database and a table Step 2 - Create ASP.NET Core Blazor Server Application Debug in component Step 3 - Using Entity Framework Install the Packages Add DB Connection string Create Model...
on
13 Dec 2019
Page 21 of 184 (4,582 items)
«
19
20
21
22
23
»
Can't find it? Write it!
Post an Article