Thursday, July 14, 2016

Exchange 70-345

New Pluralsight Course – Designing & Deploying Exchange 2016 (70-345) Mailbox Databases.


Paul's new course is out, and I will surely be signing up to this one on Plural Sight!

The biggest question is why to do an on-premise course when Office 365 is such a rage! 

For starters not everyone is comfortable putting their corporate email in the cloud, some people do like to have control over their emails. And as Paul himself says "The Office 365 certification exams are very light on Exchange coverage, and leave out many key Exchange Online features. Fortunately, you’ll learn a lot from Exchange 2016 training that directly applies to Exchange Online. And all of the topics that are specific to on-premises are still very useful for Hybrid deployments, which are quite common right now". I am not promoting Paul or Plural Sight, I just love Paul's teachings and hope others can gain significantly.

Saturday, July 2, 2016

Sometimes we IT administrators run in to a condition called "laziness". We do not want to type the entire command for Powershell with all its parameters and arguments. Well fear not, just use show and tell.

Type the following in your Powershell command line;

show-command New-Msoluser

Article originally published at 

https://blogs.technet.microsoft.com/heyscriptingguy/2016/06/30/powertip-get-a-gui-interface-for-any-powershell-cmdlet/

Cheers!

#PowerShell HELP

PowerShell has one of the best help database built in to it, well it still has a long way to go to catch up with the Linux Man pages but yo...