Browse by Tags

Tagged Content List
  • Wiki Page: Active Directory: How to List All Computers in OU using PowerShell

    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...
  • Wiki Page: WinForms communicate between forms (C#)

    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...
  • Wiki Page: VB.NET: Export from SQL-Server to Excel

    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...
  • Wiki Page: Small Basic: Coordinate

    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...
  • Wiki Page: Active Directory: Foreign Security Principals and Special Identities

    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"...
  • Wiki Page: SharePoint Online site designs: Monitoring site script run errors

    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...
  • Wiki Page: System Center Service Manager Survival Guide

    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...
  • Wiki Page: SQL Server and SSIS : Installation on Ubuntu

    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...
  • Wiki Page: TechNet Wiki Featured Article Nominees

    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...
  • Wiki Page: Wiki: Virtualization Portal

    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...
  • Wiki Page: List of forums by Languages, categories, and field of discussions

    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...
  • Wiki Page: WPF ListBox data templating/styling

    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...
  • Wiki Page: Como adicionar o destinatário no campo Cco para todos os convites para usuários externos (pt-BR)

    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...
  • Wiki Page: Windows Forms ListView: Examining Detail view with SQL-Server

    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...
  • Wiki Page: Hadoop Services for Microsoft Azure: Learning Part 1 - 10GB GraySort - Teragen (video)

    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...
  • Wiki Page: .NET: Understand Equality for Value Types and Reference Types

    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 ...
  • Wiki Page: Windows 10 v1809 Troubleshooting: Intel Audio Controller version 9.21.0.3755

    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...
  • Wiki Page: SQL-Server- C# Find duplicate record with identity

    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...
  • Wiki Page: Windows Forms ListView: Examining Detail view with SQL-Server (VB.NET)

    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...
  • Wiki Page: SCOM: Monitor a specific Windows Event

    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...
  • Wiki Page: Visual Basic 2017: Numbers Game

    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...
  • Wiki Page: VB.NET: Triangle Solver

    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...
  • Wiki Page: WinForms get all controls of a specific type VB.NET

    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...
  • Wiki Page: Database selective connection strings (VB.NET)

    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...
  • 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

    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...
Page 21 of 184 (4,582 items) «1920212223»
Can't find it? Write it!