Tag: PowerShell
-
How To Weed out long paths easily ahead of a OneDrive for Business migration
You know exactly what’s happened as soon as you see it. That pesky error. One of your users has managed to create a directory structure so long courtesy of a sneaky mapped drive and now you’re unable to do anything with it; least of all get it synchronising with OneDrive for Business. If only there […]
-
How To Configure Regional Settings For All Users In Live@edu
When students and teachers first log in to their Live@edu accounts they are presented with a screen asking them to select their regional settings. They’ll only see this screen once; however, many administrators do not want to give their students (and teachers!) the choice to pick the wrong locale! In fact, if they pick the wrong language it might […]
-
Creating Dynamic Distribution Groups for Live@edu via Windows PowerShell (Part 2)
<img style=”background-image: none; margin: 0px 0px 0px 10px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border-width: 0px;” title=”spam” alt=”spam” src=”http://blog.jamesbmarshall.com/wp-content/uploads/2In part 1 of this guide I covered how to create a DDG that sent mail to users that had “Parent” in their CustomAttribute1 field. I also described how to test the DDG […]
-
Creating Dynamic Distribution Groups for Live@edu via Windows PowerShell (Part 1)
Following on from my previous post detailing the options for sending mass mails, I thought it would be useful to post the PowerShell code I’ve used in the past to create, and test, DDGs. DDGs, rather than store a set list of recipients, will mail users who satisfy the criteria upon which the group is […]