Microsoft Power Platform: Fill the App Gap and Supercharge Organizational Agility
Is there an app for everything? Well, you wish ?, I'd say there is an app for every task as perceived by the developer(s), I'd say that the same business…
The Future of Work
When, where, and how we work is fundamentally changing. Microsoft is in a unique position to understand the secular trends that are reshaping the future of work today, and for…
Welcome to MS Ignite 2020 ?
This year 2020, I had a list of pre-booked conferences, one of which was MS Ignite, Due to the latest COVID 19 outbreak, the organizers of the long-expected event decided…
Seriously, Let’s get the TOGAF Certification done !
One of my old goals is to get the TOGAF Certified Entreprise Architect, I am getting started with this certification today, and will compile and share with you the training…
Get all SharePoint Groups using SP.JS
In this post, I will show you how you can retrieve all the SharePoint groups in a Site using SP.JS. I needed to implement this JavaScript code to populate a…
Accelerating Developers with the Microsoft Power Platform | Microsoft Build 2020 #MSBuild
Power Platform, PowerApps + Power Automate (I prefer the previous name, i.e. Flow ?) and Power BI, everything you need to empower your users and deliver awesome business applications quickly…
Azure: Invent with Purpose | Microsoft Build 2020 #MSBuild
Nothing interesting happens on-prem anymore ?, if you want awesome, you need to be in the cloud, period ?. Lovely to hear all the new amazing stuffs happening in Azure…
Recap of the Developer Key Segment ‘Every Developer is Welcome​’ | Microsoft Build 2020 #MSBuild @shanselman
An awesome Recap of the day. Very interesting sessions especially the demo involving CodeConversations Bot @shanselman Sit down with Scott Hanselman, Kayla Cinnamon, Maddy Leger and Allison Buccholtz-Au and ask…
Every developer is welcome, with Scott Hanselman and guests | Microsoft Build 2020 #MSBuild
A great introduction from Scott, a man full of energy and humour, love his presentation style ?. Scott Hanselman calls on a number of his friends to explore the modern…
Empowering every developer, with Satya Nadella | Microsoft Build 2020 #MSBuild
A message from Satya Nadella In this time of uncertainty, developers will play a central role in reimagining the world we live in and accelerating our path to recovery.
Welcome to Build 2020 ? #MSBuild
Join Seth Juarez and Dona Sarkar as they kick off Microsoft Build 2020. View this session on the MyBuild home page. Source : https://mybuild.microsoft.com/ #MSBuild
MS Build 2020 – Thank You ??? #MSBuild
MS Build 2020 Live Even is over now ! All the good things have to end, and this is the Thank you message you as a Developer got from Microsoft…
The basics of User Experience Design
If you're looking to gain an introduction into the world of user experience (UX) design—or maybe even freshen up your knowledge of the field—then this UX design book is the…
PowerShell (Part 6) – Users and licensing
In this article, we will look at how to create users in your Office365 tenant using PowerShell. The scenario we will be looking at is the following: A request from…
Create a Windows Service in C# or Convert your Console App to a Service
Today, I will explain how we can easily create a Windows Service in C#. Context : I had a C# Console App, which connects to NAV Sql Serve DB and…
PowerShell (Part 5) – Security Groups
Now we can create start looking at the more serious stuffs, such as creating security groups and assigning users 1- Create a Security Group In order to create a security…
PowerShell (Part 4) – Commands
Now that we know how to set up our PowerShell environment for Office 365, we will look at the available commands. It is impossible to cover all the commands in…
PowerShell (Part 3) – Setting up your environment for Office365
In order to start using PowerShell for Office365 Admin tasks, you need to following : Microsoft Online Services Sign-In Assistant for IT Professionals RTW, which can be downloaded from -->…
PowerShell (Part 2) – Feeding files
In Today's article we will have a look at how you can read data from the two main filetypes you can feed your PowerShell Script. 1- From a TXT file…
PowerShell (Part 1) – Getting Started
In this post we will get started with PowerShell for Office 365, before digging into more complex details related to the administration fo SharePoint, Exchange Online, Office365 Users...etc, let's first…