Archive Post

Connect-MsolService fails with MFA authentication

I was getting a legacy password prompt with the command…

Differences and Similarities between PHP and C#

Differences and Similarities between PHP and C# Differences • C#…

PHP Array Important Functions

Here is the example code to practice some important PHP…

PHP fundamentals

What is PHP PHP stands for PHP: Hypertext Preprocessor PHP…

Message Tracking by Subject

Message Tracking by Subject Message tracking by subject is more…

Useful Powershell commands for Windows

To Restart a remote PC Restart-Computer -ComputerName name -Force

Install Windows Updates on Windows 10 PC through Powershell

These three commands are needed to install Windows updates through Powershell, This is a quick method compared to going through the graphical interface. > Install-Module PSWindowsUpdate > Get-WindowsUpdate > Install-WindowsUpdate

Powershell how to read a csv file

Here is how we can get information in a csv…