Well I found snippets of cmdlet you can use in PowerShell however knowing how a lot of schools have drive by out sourced technicians and librarians/teachers looking after the school network I thought of commenting on what is going on in the scripts; not everyone has a full time team or administrator in their school.
It looks like the future will consist of schools taking advantage of Live@EDU Outlook Live so I hope this articles can help you in some way.
Read more Live@EDU Outlook Live - How to get started
-----------------
Topics of interest
easyreadarticles easy read easy read articles technical articles internet articles funny articles microsoft articles cisco articles vmware articles sharepoint articles 8021.x articles article on articles about about article for articles articles many related articles article recent current article
Wednesday, June 17. 2009
Live@EDU Outlook Live - How to get started
Comments
Display comments as
(Linear | Threaded)
Only registered users may post comments here. Get your own account here and then log into this blog. Your browser must support cookies.
The author does not allow comments to this entry

Set-ExecutionPolicy RemoteSigned
Cheers,
Phil
Using the command:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
I’m in Gold Coast Australia so the address:
https://ps.outlook.com/powershell/ will redirect to this address https://pod51003psh.outlook.com/PowerShell-LiveID/
So you could get away with putting:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://pod51003psh.outlook.com/PowerShell-LiveID/ -Credential $LiveCred -Authentication Basic
There are different addresses such as Oceanic, United States etc.
Cheers,
Phil – EasyReadArticles.com