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 code
Tagged Content List
Wiki Page:
Small Basic: Control Statements
karimSP
In the Microsoft Small Basic programming language, there are five types of control statements - If statement, Goto statement, While loop statement, For loop statement, and subroutine call statement. These statements build-up with only fourteen keywords of Small Basic . This article is an overview...
on
8 Sep 2019
Wiki Page:
Small Basic Tutorial: Creating Your First Program
karimSP
Table of Contents Step 1: Set Up Small Basic Step 2: Familiarize yourself with Small Basic Step 3: Create your first program Other Languages Small Basic is a .NET language created by Microsoft. It allows the beginner programmer to get started creating programs right away and does not confuse the beginner...
on
8 Sep 2019
Wiki Page:
PowerShell Trick: Use AD PSProvider to enable inheritance
Arleta Wanat
When we import the ActiveDirectory PowerShell Module then a PSDrive gets mapped too. This AD PS Provider is largely untapped and can be used for some very cool automation scenarios. A recent requirement involved enabling inheritance on several AD User accounts so that they could connect their Mobile...
on
6 Sep 2019
Wiki Page:
PowerShell: Disk Space Report (CSV)
Arleta Wanat
Abstract Monitoring disk space utilization of server(s) is the critical and important job for any administrator. Keeping things organized might improve application availability and server availability. This article takes us through the in-detail steps to read each drive and report every drive details...
on
6 Sep 2019
Wiki Page:
PowerShell 3 NetTcpIP Module
Вилли
NetTcpIP is a new PowerShell module which is coming with the PowerShell 3. Currently there are 34 commands are available with this module. We can get the available commands in this module using Get-Command -Module NetTcpIP Then it will display all the available commands with this module. ...
on
6 Sep 2019
Wiki Page:
SharePoint Framework SPFx: Enabling Field Customizer on existing column in list
get2pallav
Table of Contents Introduction The Need What are we going to build? Creating an SPFx solution with only the Field Customizer Remove the unwanted features and assets Rendering the Field Customizer Test if the Field Customizer is working Package and Install on an existing column Summary Introduction...
on
6 Sep 2019
Wiki Page:
SPFx: Using Office UI-Fabric Shimmer instead of traditional Loading or Progress indicators in
get2pallav
Table of Contents Introduction What is Shimmer? Create the SPFx project Conclusion Introduction With the wide usage of client-side development, loading data asynchronously is the standard way to fetch the data from a data source. While the data is being fetched, a loading message, a spinner or...
on
5 Sep 2019
Wiki Page:
SharePoint Online Using Indexed Property Bags to create searchable site properties
Edward van Biljon
Table of Contents What is a PropertyBag What is an Indexed Property Bag How to set an Indexed Property Bag Value Using CSOM Using PnP PowerShell Enable Custom Scripts for Modern Sites Using CSOM Using PnPPowerShell How can we use an Indexed PropertyBag Summary What is a PropertyBag Property...
on
31 Aug 2019
Wiki Page:
BizTalk Server: "appTicketTimeout": How to Set SSO Application Ticket Timeout From XML file
pituach
This article shows you how to use an undocumented element in the SSO Affiliate Application Definition XML File to set the ticket timeout for the application to a desired value. Without it, you must enter the value manually using the SSO Administration Console. Table of Contents Enterprise Single Sign...
on
29 Aug 2019
Wiki Page:
ASP.NET Core 2.0: Two Factor Authentication Using Google Authenticator
George Chrysovaladis Grammatikos
Table of Contents Introduction Prerequisites Create MVC Web Application Adding QR Codes to configure two-factor authentication Configure two-factor authentication Execution Demo Conclusion Source Code See Also Introduction In this article, we are going to learn how to perform two-factor authentication...
on
29 Aug 2019
Wiki Page:
ASP.NET Core : Rest API Documentation Using Swagger & C#
Arleta Wanat
Table of Contents Introduction Model API Version Separation API Controller IControllerModelConvention Middleware ConfigureServices ( Inside the Startup.cs ) Configure ( Inside the Startup.cs ) launchSettings.json Download Output Reference Summary See Also Introduction There are many challenges...
on
27 Aug 2019
Wiki Page:
ASP.NET Core: Getting Started with gRPC
karimSP
Table of Contents Introduction gRPC Protobuf File Prerequisites Code Part gRPC project Structure We add one more method call Build and Run the application Step 2: Creating Client Console .Net Core application Add required Packages Installing the packages by Manage NuGet Packages. Adding Protobuf file...
on
27 Aug 2019
Wiki Page:
SQL Server: Understanding and Fixing Boot Page Corruption
George Chrysovaladis Grammatikos
Table of Contents 1. Introduction 2. Gotchas... 3. Importance of the Boot Page 4. Setting up the Environment 5. Corrupting the Boot Page Using HxD Editor 6. Trying the Emergency-Mode Repair 7. Trying the Hack-Attach Method 8. Recovering the Corrupt Boot Page with Data Loss 9. Recovering the Corrupt...
on
26 Aug 2019
Wiki Page:
SharePoint Online 2013: create new permission level in site, Create Group and Add to List / Library from XML
Peter Geelen
Table of Contents Requirement Steps Requirement Create new permission level in a site, Create Group & Add to a List / Library in a SharePoint Online 2013 site from an XML file. Steps Usually, people prefer writing Visual Studio code in such cases. But as a part of their process, a customer...
on
24 Aug 2019
Wiki Page:
PowerShell Demo: Prompt for Choice
Adam D. Bertram
Table of Contents Requirement Solution Hotkey See Also Requirement Our Service Desk needs a Prompt for Choice while executing PowerShell. Solution It's possible - but it matters how you modify it. Trick: In this demo, we will show a pop up with Short Keys. $Title = "Welcome"...
on
24 Aug 2019
Wiki Page:
PowerShell: String Formatting
Adam D. Bertram
Table of Contents Introduction Concatenation of strings Inserting variable values to strings Array separator .NET formatting See Also Other Languages Introduction There are many methods to format strings in PowerShell. Some are easy, some are very powerful. In this article explained some methods...
on
24 Aug 2019
Wiki Page:
SharePoint Framework: Introduction to Test driven development (TDD) using Jest & Enzyme
Arleta Wanat
Table of Contents Introduction Test driven development - The theory Topics covered in this article Getting Started Write Test Create SPFx solution using PnP Generator to include JEST Why PnP Generator ? Code Explanation Write Code Code Explanation Run the Test Testing SPFx component using JEST without...
on
20 Aug 2019
Wiki Page:
SharePoint 2016: An error occurred during the Generate Key process.
Stephan Bren
Table of Contents Problem Troubleshooting Solution References Notes Problem Observed the following health rule violation in the Health Report for a newly deployed SharePoint Server 2016 farm: The Unattended Service Account Application ID is not specified or has an invalid value. Navigated...
on
19 Aug 2019
Wiki Page:
Creating Dynamic Live Tiles from UI Controls (Windows 8.1 XAML/VB.net)
George Chrysovaladis Grammatikos
Table of Contents Introduction The Main Steps Before you Start Step 1: Create the User Controls Wide Live Tile User Control Template Medium Live Tile User Control Template Add the User Controls to MainPage.xaml Recap Step 2: Render the User Controls to Bitmaps and Save Install the Notifications Extensions...
on
18 Aug 2019
Wiki Page:
SharePoint 2010 Publishing Feature Activation
Peter Geelen
One of our clients reported an issue while editing the home page of SharePoint portal. Error: "An Unexpected Error Occurred" Impact: Unable to save the changes made. Reason Provided by the customer: Power User tried to deactivate and activate the publishing feature. Team tried reactivating...
on
15 Aug 2019
Wiki Page:
C# - OctoWords
Nonki Takahashi
Table of Contents Overview The Game Class code frmHighScores code Conclusion Other Resources See Also Articles related to game programming Overview octowards is an original word puzzle game. To play, drag letters to form words. You can drag a letter in any straight...
on
15 Aug 2019
Wiki Page:
Azure Logic Apps - An Overview
Edward van Biljon
In any enterprise, workflows and processes are important to run a business. Enterprises need a mechanism for automating different business processes and integrating multiple applications they have. With the increase in cloud adoption, there is a growing need for integrating applications, as well as...
on
13 Aug 2019
Wiki Page:
SharePoint Online Troubleshooting: We're sorry, sign-in isn't working right now. But we're on it! Please try again later
Stephan Bren
Table of Contents Problem Solution References Notes Problem A site collection administrator sends an invitation to an external user's corporate email. The user receives the invitation, and responds to the invitation, and a cloud account is created for her. The site collection administrator...
on
11 Aug 2019
Wiki Page:
SharePoint: Export your folder structure to XML using Powershell
Arleta Wanat
Table of Contents Retrieve folders Step 1: Add paths to SharePoint Online SDK Step 2a: Connect to SharePoint Online Step 2b: Connect to SharePoint Server Step 3: Load folders Create XML Step 1: Create XML Document Step 2: Create xml node Step 3: Find the parent Step 4: Append child Step 5: Add attributes...
on
11 Aug 2019
Wiki Page:
OneDrive – Next Generation Sync Client Deployment guide
Peter Geelen
Gold Award Winner Table of Contents Introduction Improvements Differences between groove.exe and onedrive.exe The scenario: Windows 7 Domain joined Step 1: Setup environment Adapt Policy settings Setup group policy definition: Quick Find: Tenant GUID Step 2: Deploy OneDriveSetup.exe Step 3: Test...
on
8 Aug 2019
Page 17 of 209 (5,220 items)
«
15
16
17
18
19
»
Can't find it? Write it!
Post an Article