Mat Grumpy Tech

This site is run by ads, you probably have ad-blocker. Me too, but you wouldn't believe how expensive hosting is. Why not buy me a coffee?

United Kingdon

85 posts

Azure, PowerShell : Creating a VM with PowerShell

#Azure #PowerShell #Server

To really take advantage of a lot of the features of Azure you need to start getting used to doing things in PowerShell. You don'…

Mat Grumpy Tech

PowerShell: Create random password function V3.

#PowerShell #UsefulFunctions

A while ago I wrote this, which in turn was an improvement on this. This is a slight improvement on the previous version in that it…

Mat Grumpy Tech

PowerShell: Test if running as admin

#PowerShell #UsefulFunctions

If you need to run something as the local admin then you can test for that. See below: function Test-Administrator { $User = [Security.Principal.WindowsIdentity]::GetCurrent(); return…

Mat Grumpy Tech

O365: How to send emails from an alias in the Outlook web client (OWA)

#Office365

Before you continue please consider clicking on one of the horrible ads. I know they are a pain but they help me pay for the hosting…

Mat Grumpy Tech