Browse by Tags

Tagged Content List
  • Wiki Page: SCCM Deployment PowerBI Dashboard

    Table of Contents New Feature - High Priority Affected Departments/OUs How it works Inside the Power BI Dashboard Front Page Software Library Compliance Collection Severity Forecast Application Deployment Compliance Package Deployment Compliance Software Update Deployment Compliance Operating System...
  • Wiki Page: Azure Virtual Machines Extension For VS Code (Preview)

    Table of Contents Introduction Prerequisites Install the Extension Create a Virtual Machine Step 1. Sign in to Azure Step 2. Create the Virtual Machine See Also Introduction Recently Microsoft published a new extension for VS Code where we can deploy and manage a Linux VM on Azure. With this...
  • Wiki Page: Azure EventGrid: Submitting from Postman to Custom Topic

    Table of Contents Overview Setup Creating a Resource Group Creating a Storage Queue Creating a Custom Topic Creating a Subscription Portal Review Postman Portal Review References Overview This wiki article provides an example of using Azure Event Grid by providing an example of posting a message...
  • Wiki Page: SharePoint 2016 Central Admin: System Settings - Manage Services On Server

    This is a new series of articles, which will explain the SharePoint 2016 Central admin options. This article is also part of that series. Manage Services on Server (direct /_admin/Server.aspx ). Note - You should be logged in with Farm administrator with local admin on the server, otherwise...
  • Wiki Page: Sharepoint Troubleshooting: Users not able to Create / Edit items in the List / Library

    Table of Contents Issue Whenever user tries to create or edit items in the List / Library they get the below error message, even though they have enough permissions. Error form Logs Solution Issue Whenever user tries to create or edit items in the List / Library they get the below error message...
  • Wiki Page: SharePoint 2016: Step by Step Installation of Workflow Manager Client

    Install the Workflow Manager Client 1.0 CU 3 on all SharePoint Servers. Log into the SharePoint Server with Install account Open the Microsoft Web Platform Installer 5.0 If it is not installed on the server, then follow these steps: Go to Start and on top Right , click on Search Icon Type...
  • Wiki Page: Azure: Backing up VM with Azure Portal & PowerShell

    Table of Contents 1. Introduction 2. Requirements 2.1 Operating System versions 2.1.1 Servers 2.1.2 Clients 2.2 Microsoft Azure Recovery Services (MARS) agent 2.3 Recovery Services Vault 3. Enabling Azure Backup on an Azure VM 3.1 Enabling Azure Backup (Azure Portal) 3.2 Enabling Azure Backup (PowerShell...
  • Wiki Page: Python Azure IoT SDK: How to invoke direct methods in backend app

    Table of Contents Introduction Prerequisites Create Device using Device Explore Invoke direct methods in backend app Receive direct methods in device app Summary Resources See Also Introduction Recently, Microsoft has released the new version of Python Azure IoT SDK (V2.0) (refer to this...
  • Wiki Page: Python Azure IoT SDK: How to use device twins in IoT Hub

    Table of Contents Introduction Device twins in IoT Hub Prerequisites Reported properties of the device twins Desire properties of the device twins Summary Resources See Also Introduction Recently, Microsoft has released the new version of Python Azure IoT SDK (V2.0) (refer to this page on...
  • Wiki Page: Python Azure IoT SDK: How to receive direct methods from IoT Hub

    Table of Contents Introduction Prerequisites Create Device using Device Explore Create and Debug Python Project with Visual Studio Invoke Direct Methods from Backend App Summary Resources See Also Introduction Recently, Microsoft has released the new version of Python Azure IoT SDK (V2...
  • Wiki Page: Python Azure IoT SDK: How to send and receive C2D messages

    Table of Contents Introduction Cloud-to-device messages Prerequisites Install Azure IoTHub Service SDK for Python Send cloud-to-device messages from backend app Receive cloud-to-device messages in local app Summary Resources See Also Introduction Recently, Microsoft has released the new version...
  • Wiki Page: Visual Studio: How to use Python Azure IoT SDK

    Table of Contents Introduction Prerequisites Install Python Azure IoT SDK Create Device using Device Explore Create and Debug Python Project with Visual Studio Monitor the message with Device Explorer Summary Resources See Also Introduction Recently, Microsoft has released the new version...
  • Wiki Page: SharePoint Online: How to handle script editor webpart

    Today in this article, we will learn about how to work with script editor web part in SharePoint online. Table of Contents Introduction Verify that script editor web part is not available by default: Verify that script editor web part is available after executing the PowerShell Script: Why Microsoft...
  • Wiki Page: Azure Network: Deploy An Azure Route Table

    Table of Contents Introduction Create a route table Add A Route Associate Route Table With A Subnet VNet See Also > Introduction Azure Portal has many networking services like VNet’s, Load balancers, public IP addresses, and many others. In this post, we find out how to deploy an Azure Route...
  • Wiki Page: Azure Security : Firewall vs NSG

    Introduction One of the most important reasons to move a company their workloads to Azure is security. In this post, we will talk about the two most known Azure security services, Azure Firewall and NSG’s. With those two services, we can manage a VNet Inbound and Outbound traffic. Overview...
  • Wiki Page: Azure Resource Groups

    Azure Resource Groups, is an important factor and part of the Azure to maintain and manage your resources in Azure. It keeps your resources toghether for easy management, tagging also permissions which is inherited by child resouces in a resouce group. Resource groups There are some...
  • Wiki Page: Azure: Virtual Machine Scale Sets

    Hello Wiki, As you know and familiar with Azure Compute Services specifically Azure Virtual Machines which is one of the important services of Microsoft Azure and Microsoft implemented many High availability and redundancy services in order to keep your Virtual Machines up without any interruption...
  • Wiki Page: Typescript: Getting Started - SPFx Development (Part 4)

    We saw how to work with project files in the Part 3 of this series. Now lets see how to work with project files and compiler options. Table of Contents Variable Declaration Var Declarations Let declaration Block Scoping const declarations Variable Declaration In this chapter we will look at...
  • Wiki Page: Typescript: Getting Started - SPFx Development (Part 6)

    We saw how to use the basic types in the Part 5 of this series. Now lets see how to work with project files and compiler options. Table of Contents Type Assertions Type Annotations Type Annotations with Functions Arrow Functions Interfaces Inheritance of Interface Multiple Interface Inheritance...
  • Wiki Page: Typescript: Getting Started - SPFx Development (Part 3)

    We saw how to setup the development environment in the Part 2 of this series. Now lets see how to work with project files and compiler options. Table of Contents Typescript Project Files Compiler Options Typescript Project Files These are plain simple text files that has the name tsconfig...
  • Wiki Page: Typescript: Getting Started - SPFx Development (Part 5)

    We saw how to use variable declarations in the Part 4 of this series. Now lets see how to work with project files and compiler options. Table of Contents Basic Types Boolean : Type Annotation and Type Inference Number String Template Strings Array Tuple Enum Any Void Null and Undefined –strictNullChecks...
  • Wiki Page: Small Basic Curriculum: Lesson 6: Graduating to Microsoft Visual Basic

    Small Basic > Curriculum > Online > Lesson 6: Graduating to Microsoft Visual Basic Table of Contents Graduating to Visual Basic Introduction to Visual Basic Downloading and Installing Visual Basic Exporting programs from Small Basic The Graduate Wizard Running the program from...
  • Wiki Page: Small Basic Curriculum: Lesson 5: Sharing Code

    Small Basic > Curriculum > Online > Lesson 5: Sharing Code Table of Contents Sharing Code Uploading The Code Downloading a Program Running a Program Accessing Your Program Online Embedding your Program Online Let’s Summarize… Show What You Know PowerPoint Downloads Estimated...
  • Wiki Page: Small Basic Curriculum: Lesson 4.2: Responding to Events

    Small Basic > Curriculum > Online > Lesson 4.2: Responding to Events Table of Contents Responding to Events Fun with Shapes Make the Turtle Draw ? The Game Make the Turtle Draw ? How to Play Make the Turtle Draw - Code Bounce the Ball ? The Game Bounce the Ball ? How to Play Bounce...
  • Wiki Page: Small Basic Curriculum: Lesson 3.3: The Math Object

    Small Basic > Curriculum > Online > Lesson 3.3: The Math Object Table of Contents The Math Object Operations of the Math Object The Pi Property The Abs Operation The Floor Operation The Log Operation The GetRandomNumber Operation The Min Operation The SquareRoot Operation The Remainder...
Page 17 of 505 (12,601 items) «1516171819»
Can't find it? Write it!