Powershell Commands to remember for the Microsoft 70-346 Exam

Powershell Commands to remember for the Microsoft 70-346 Exam

Powershell Cmdlets to remember for the Microsoft 70-346: Managing Office 365 Identities and Requirements Exam I have recently completed the Microsoft 70-346 ‘Managing Office 365 Identities and Requirements’ Exam. The Exam focuses quite a bit around PowerShell. Below is a list of PowerShell cmdlets which may appear in the exam. Also, I’ve created a bunch …

Read More Read More

Powershell Commands to remember for the Microsoft 70-347 Exam

Powershell Commands to remember for the Microsoft 70-347 Exam

Powershell Cmdlets to remember for the Microsoft 70-347: Enabling Office 365 Services Exam I am currently studying for the Microsoft 70-347: Enabling Office 365 Services exam. Below is a list of PowerShell commands and their purpose for reference. More commands will be added to the below as I learn them. Also, some useful flashcards for …

Read More Read More

Collection of useful Powershell commands for Server Administration

Collection of useful Powershell commands for Server Administration

Below is a list of useful Powershell commands that I use day to day – This list will be built upon over time: Windows Server: Get a list of running services: Get-Service | Where-Object {$_.Status -eq “Running”} Microsoft Exchange Server Connect to Office 365 Exchange Online: $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri …

Read More Read More

How to connect to the WSUS Database

How to connect to the WSUS Database

To connect to the WSUS Database in SBS2011 (Server 2008) follow the below steps: 1) Open the Microsoft SQL Server Management Studio (As Administrator) 2) In the Database field Enter the below: \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query 3) Click Connect Done Want to read more of my articles on WSUS: –Resolve the CLR20r3 MoveData.exe Crash –Property Owner is not …

Read More Read More

Microsoft Office Professional 2016 encountered an error during setup

Microsoft Office Professional 2016 encountered an error during setup

Problem: I recently has an issue when trying to install Microsoft Office Professional 2016 (Volume Licence) onto a new Windows 10 machine. The setup.exe would fail with the below error: Microsoft Office Professional 2016 encountered an error during setup Troubleshooting: I checked the Office Setup logs located in the following directory C:\Users\USER\AppData\Local\Temp and found the …

Read More Read More

Sage Payroll trying to upgrade previous installation

Sage Payroll trying to upgrade previous installation

Situation: I came across an error recently whereby I was trying to Install Sage Payroll onto a Windows 7 machine which previously had Payroll on it.  The Payroll had been removed some time ago but they now wanted Sage Payroll re-installed on the machine. When trying to run the Sage50PayrollV22 installer it was trying to do …

Read More Read More

How To Add a New Domain into a Sonicwall Email Security Appliance (Inbound)

How To Add a New Domain into a Sonicwall Email Security Appliance (Inbound)

Situation: You have purchased a new Email domain which you would like to receive mail on. You have an existing Sonicwall Email Security Appliance (ESA) in place and you need to configure it to accept the new email domain. Resolution: Log into your Sonicwall ESA via the web interface and log in as the ‘admin’ …

Read More Read More

Password Managers – Be Safer Online.

Password Managers – Be Safer Online.

I created this Article about Password Managers back in 2015 and published it to a well known Tech Forum called Experts Exchange. The Article is still relevant so I’ve decided to publish it on my blog as well. Happy Reading. A brief insight into online Password Managers – Be Safer Online. A few customers have …

Read More Read More

SBS2011 – MoveData.exe – CLR20r3 Crash (Moving WSUS Database)

SBS2011 – MoveData.exe – CLR20r3 Crash (Moving WSUS Database)

I’ve come across a few issues over the years with the Move Data wizard in the SBS Console. I decided to write about this one specifically because its a common issue I have when taking over Server Support from another provider. Situation: Space on the Servers C:\ partition is running out. SBS2008/SBS2011 have a few …

Read More Read More

Avoid getting infected by threats like ‘WannaCry/WCry’ – Ransomware

Avoid getting infected by threats like ‘WannaCry/WCry’ – Ransomware

I’ve been asked about the WannaCry Ransomware a few times over the last few days. My top tips on how to avoid becoming a victim to these kinds of threats are below: Keep your Systems up-to-date. Windows updates can be irritating. We’ve all been there when we’re ready to go home and we’re waiting for …

Read More Read More