Browse by Tags

Tagged Content List
  • Wiki Page: Small Basic: Control Statements

    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...
  • Wiki Page: Small Basic Tutorial: Creating Your First Program

    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...
  • Wiki Page: PowerShell Trick: Use AD PSProvider to enable inheritance

    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...
  • Wiki Page: PowerShell: Disk Space Report (CSV)

    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...
  • 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. ...
  • Wiki Page: SharePoint Framework SPFx: Enabling Field Customizer on existing column in list

    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...
  • Wiki Page: SPFx: Using Office UI-Fabric Shimmer instead of traditional Loading or Progress indicators in

    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...
  • Wiki Page: SharePoint Online Using Indexed Property Bags to create searchable site properties

    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...
  • Wiki Page: BizTalk Server: "appTicketTimeout": How to Set SSO Application Ticket Timeout From XML file

    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...
  • Wiki Page: ASP.NET Core 2.0: Two Factor Authentication Using Google Authenticator

    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...
  • Wiki Page: ASP.NET Core : Rest API Documentation Using Swagger & C#

    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...
  • Wiki Page: ASP.NET Core: Getting Started with gRPC

    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...
  • Wiki Page: SQL Server: Understanding and Fixing Boot Page Corruption

    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...
  • Wiki Page: SharePoint Online 2013: create new permission level in site, Create Group and Add to List / Library from XML

    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...
  • Wiki Page: PowerShell Demo: Prompt for Choice

    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"...
  • Wiki Page: PowerShell: String Formatting

    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...
  • Wiki Page: SharePoint Framework: Introduction to Test driven development (TDD) using Jest & Enzyme

    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...
  • Wiki Page: SharePoint 2016: An error occurred during the Generate Key process.

    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...
  • Wiki Page: Creating Dynamic Live Tiles from UI Controls (Windows 8.1 XAML/VB.net)

    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...
  • Wiki Page: SharePoint 2010 Publishing Feature Activation

    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...
  • Wiki Page: C# - OctoWords

    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...
  • Wiki Page: Azure Logic Apps - An Overview

    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...
  • Wiki Page: SharePoint Online Troubleshooting: We're sorry, sign-in isn't working right now. But we're on it! Please try again later

    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...
  • Wiki Page: SharePoint: Export your folder structure to XML using Powershell

    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...
  • Wiki Page: OneDrive – Next Generation Sync Client Deployment guide

    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...
Page 17 of 209 (5,220 items) «1516171819»
Can't find it? Write it!