code projected over woman Tech News 

The Purpose of Cloud Technology: What It Is, What It Does, and How to Make the Most of it

The term ‘cloud’ is becoming more popular with every passing day. People are growing more comfortable with the idea of storing their data in remote, online storage facilities instead of their own homes or offices. The rise in e-commerce has made it possible for people to purchase just about anything from just about anyone else. And the advent of smartphones has made it easier than ever for people to access information and services remotely. In a nutshell, the increasing availability of cloud technology has led to a rapid increase in…

Read More
Azure Windows 

Powershell: How to connect to Microsoft Cloud Services like Az, AzureAD, Exchange, Teams

When I was working with Microsoft Azure Services, I started listing important commands which can be handy using PowerShell, so here I am publishing in my blog article below. Prerequisites before starting: Tools needed: Run the below commands in PowerShell to install the tool. Az: Install-Module Az -Force -AllowClobber AzureAD: Install-Module AzureAD -Force -AllowClobber ExchangeOnlineManagement: Install-Module ExchangeOnlineManagement -Force -AllowClobber Microsoft Teams: Install-Module MSTeams -Force -AllowClobber step #1: Before proceeding further Check weather required modules are installed using below command: Step #2: Store account credentials in a variable Below are the…

Read More