Hide Users from Essentials Dashboard 2011 & 2012

LogoI wrote a blog post a few months back about how to use WSS PowerShell to hide Users from the Essentials 2012 R2 Dashboard. A commenter on that post asked whether or not we could do the same for 2012 R1. I know the PowerShell Support for R1 is not as rich as it is in R2, and sure enough i could not see a way to do it directly. But that just makes it more fun!

Read more of this post

Office 365 Email Password Reminder

powershell2xa4Regular readers will no doubt be aware of the script i wrote about two years ago to alert a user their password was about to expire. If not, just what exactly have you been doing with your time?

In any case, several people have asked me if it can be made to work with Office 365. Using 365 as the email relay to send the messages, was one thing, querying 365 for a users password expiry, was something else. Something which at the time i believe could not be done.

Given they constantly release new features and tweaks, i revisited it this week and found that actually it can now be done, with a few tweaks to the original script.

Read more of this post

Quick Fix: Uninstall Symantec Endpoint Protection Remotely

powershell2xa4Finally moving my last client from Symantec SEPM to Trend Micros WFBS Hosted platform. It was a small SEPM deployment, only 7 clients and a server but i was surprised to be reminded that SEPM has no ‘uninstall’ tool from their console. So much for centralised management.

I did a lot of searching around for a reliable solution, most of which came back to using MSIEXEC from a command line.

There are various ways of course to execute a command on a remote machine, you can use PSTools’, PSExec for example, but i prefer to use PowerShell where i can. Read more of this post

Windows Server Essentials–Client Backup Monitoring

powershell2xa4Just a quick post to say i have posted a script that works with GFIs RMM platform to monitor Client Backups for Windows Server Essentials.

Read more of this post

Password Change Reminder PowerShell Script Updated!

powershell2xa4Back in 2012 i wrote a script to help me remind users about their password expiry, to reduce the number of calls i got on the helpdesk. I decided to share it and published it on the TechNet Gallery,

It has been quite popular since then, with over 8,000 downloads! Read more of this post

Troubleshooting my Password Change Notification script

powershell2xa4I regularly receive questions on my PowerShell Script for Password Change Notification. Whilst i have tried to keep the Q&A limited to the Technet Gallery page, it occurred to me i might be better off putting together a basic troubleshooting guide a bit like a FAQ.

What you have to understand is i am inherently lazy, which is why i wrote the script in the first place, and being a bit short on ideas for posts.. well, here we are.

Read more of this post

Office 365 Migration–Notes from a newbie. Or Killer Mistakes I made.

EOnlineI have just completed a migration from On Premises Exchange 2007, to Exchange Online. Despite what i thought was a pretty well prepared migration, i was gotchad at least four times, the last time actually needed Microsoft Escalation Support, when in actual fact  a slight change to documentation and me reading a littler clearer would have solved the four days troubleshooting we did.

Read more of this post