Add, Get and Delete Quick Launch Navigation using c#

In this blog, we have discussed about adding, retrieving, and deleting the SharePoint online quick launch navigation menu using the c# server Object model. Follow the below coding to get the result. Add new term in quick launch:           Add the below code in your Program.cs. namespace GetNavigationNode {     class Program     {         static void Main(string[] args)         […]

How to enable and disable MFA using PowerShell

Introduction-In Office 365, multifactor authentication (MFA) is a security feature in which it authenticates whether the user who trying to access the exchange online is the same user who claims the account. MFA use the user’s phone number or mobile app to connect the Office 365. Providing the steps below to enable MFA.   Step1-To run Office 365 to remote […]