$GroupName = “my group name”
Get-ADGroupMember $($GroupName) | Get-ADUser -Properties mail | Select mail | ConvertTo-Csv -NoTypeInformation | Select -Skip 1 | % {$_ -replace ‘”‘, “”} | out-file “C:\temp\$($GroupName).txt”
$GroupName = “my group name”
Get-ADGroupMember $($GroupName) | Get-ADUser -Properties mail | Select mail | ConvertTo-Csv -NoTypeInformation | Select -Skip 1 | % {$_ -replace ‘”‘, “”} | out-file “C:\temp\$($GroupName).txt”
TeachTechPlay is a monthly web-show challenge.
Educators are invited to share ideas, lessons & tools they are using.
The winner is crowned the Play King/Queen of the month.
I recently went to TeachTechPlay conference at Ivanhoe Grammar School: http://www.teachtechplayconference.com/
Alice Keeler was the opening keynote and held some inspiring sessions on using Google Apps and Google Classroom.
Follow her on twitter @alicekeeler
See below for links to infographics created by Alice Keeler that could be useful to print out for classrooms.
You can find more on http://alicekeeler.com/ Continue reading “Google Apps and Google Classroom Infographics”