| Jonny 的个人资料Live@edu日志列表 | 帮助 |
|
|
8月30日 Microsoft's Great Techxploration Campus TourWhat better way to bring the latest Live technology...and more... to the masses than to do a tour! Visit the link above, and see if someone from Microsoft will be arriving on your campus soon! Even better, check out the recording of the tour destination on Virtual Earth.
Jonny 8月25日 can't find the New-EthicalWall.ps1 and New-ClosedCampus.ps1 scriptsA customer asked me today about where you can get the 'New-ClosedCampus.ps1' and 'New-EthicalWall.ps1' scripts. They wanted to experiment with blocking mail to and from certain mail domains and mailboxes. I had to admit, I didn't know where these files could be obtained from. I tried the technet site, I tried the Connect site...eventually I had to ask someone
Turns out these scripts are available for use directly on our service... What this means is that you either need to create a runspace on Remote PowerShell and execute the script by using the Invoke-Command cmdlet, or by jumping directly onto the remote console by using push-runspace, and then just accessing the scripts directly.
I will blog on the use of both of these scripts by the end of the week...need to dust off the microphone again...in the meantime, you can read the Technet articles related to these scripts here:
and here:
Jonny Shortly going to start blogging on the other Live@edu servicesIn the run-up to the start of the new term, the past few weeks have been nuts...back-to-back conf calls...some of them were even with customers ;-) The Exchange Labs service is really taking off in a big way now, and the excitement in getting the service ready for back to school/college is tangible...my thanks to each and every customer that has put their trust in Microsoft at the start of this incredible journey!
I am also seeing customers use a whole load of definitions to describe what they are working on with us...software+services, cloud-computing, off-siting (is 'siting' a real word?), grid-computing, hosting, near-shoring, infra-xtending...you name it. Some of these terms have been around for a while, some of them are new. What is your favorite definition? Answers on a postcard, please (or comment)...best suggestion wins a podcast rendition of 'Danny Boy' by me dedicated to your school and posted on my blog...or something equally astounding.
I have some more posts I want to do on Exchange Labs...these are coming soon...but I thought that I should turn my attention to demoing some of the other Live Services we offer that have applicability in the classroom...I am going to start with Office Live Workspaces. Work on this starts tomorrow with a basic run through of some features and functions.
Looking forward to it!
Jonny 8月10日 Introduction to Exchange LabsI am often asked to give an end-to-end presentation on what Exchange Labs is, so I thought I would record what I typically say to customers. Here it is for your viewing and listening pleasure. Double click to view in full screen
Enjoy! Jonny Technorati Tags: Live@Edu,Exchange Labs 8月8日 Modifying Exchange Labs Custom Attributes using PowerShellSince I first posted on the potential for using Exchange Custom attributes for things like supporting the creation of Distribution Groups, profiling of your user population and so on, I have had queries from customers about how these attributes can be manipulated in bulk. We do provide a CSV import tool as readers of this blog will know, but in its current version, it does not support the modification of these attributes. The way to do it is through PowerShell. What I have done is to modify the CSV_Parser.psi script to include support for these attributes for both mailbox users and mail users by first of all declaring the Custom Attribute variables at the start of the script, and then adding the set-mailbox line the the Action sections for Adds and Updates. Declared new variables: Added set-mailbox line: %{Invoke-Command -Runspace $rs1 {param ($this_name,$this_CustomAttribute1,..,$this_CustomAttribute15) set-mailbox -Identity $this_name -CustomAttribute1 $this_CustomAttribute1 ... -CustomAttribute15 $this_CustomAttribute15}-arg $this_name,$this_CustomAttribute1,...,$this_CustomAttribute15} set-mailbox is the cmdlet that supports the Custom Attributes. Double click to view in full screen As usual, the script I used is available here (use at your own risk), along with the sample csv file and steps I took in the screencast. When you run the script, you will see that as it cycles through each mailbox, it will first of all modify the regular attributes (such as Department) and then the custom attributes. If you do not modify any of the regular attributes, the script will first of all echo that no attributes have been updated, and then that the custom attributes have been updated. This may not be as elegant as some of your would like...in fact some people may prefer to create a stand-alone script that just deals with the Custom Attributes in isolation. I will leave that up to you to decide...again, I recommend that you take the time to understand what the script does so that you can start making your own modifications. Enjoy! Jonny
8月5日 So what about the other Live@Edu services?In this journey towards a software + services world in education, email is often seen as one of the primary services that institutions will move offsite; and of course this demand has been reflected in this blog where it is quite apparent that this is where I am spending most of my time currently :) There is much more to it of course, and over the course of time, I will start to drill into some of the other services we at Microsoft believe are equally as relevant to our education customers. I wanted to use this post to provide a high-level view of what each of the other services are, and plant some ideas as to where they may fit into a teaching and learning environment. We are interested to hear what you might be doing with these services, and in fact on our new Microsoft Higher Education site, we invite any colleges that are interested to submit papers on the topic. Consider this diagram...something you may have seen before in one of our presentations...lets look at how this all stacks up. First of all, while Live@Edu may have started out life a couple of years ago as primarily an email offering, based on Hotmail, for schools and colleges, it has now very much evolved into an umbrella program brand with a growing set of component parts. What the team in Microsoft that own the program is responsible for is developing out scenarios, solutions and partnerships for how our other consumer services you see listed in the diagram can be pulled together to best meet the needs of our customers. When we think about Live@Edu today and its integrated component parts, they essentially break down into 2 primary areas, communication (Messenger, Mobile, Spaces) and Collaboration (Alerts, Office Live Workspace, SkyDrive, SharedView) and then with a large footprint in both these areas: email. This all ties together through the use of a LiveID, and the possibilities here are almost endless. The Live ID service, which is Microsoft’s Single Sign On service, enables access to all of these things using an a simple username and password. This username can be YOUR school’s or college’s email address which has simply been associated with our service; think of it as a visa stamp on your passport (hold on, didn't the service used to be called that? :)). One of the benefits of the Live@Edu service today is that Microsoft can help you light all of this up in an automated, managed fashion, and put control into your hands through our provisioning tools...which in the case of Exchange Labs (for example) creates not only a mailbox for a user, but the associated LiveID as well. Lets have a look at some of the other services: Messenger: Spaces: Mobile: Alerts: Office Live Workspace: SkyDrive: Shared View: Then there are always a range of new services in the pipeline from the Live Stable that educational institutions will be able to use in the teaching and learning environment upon release. Other services I am starting to see schools and colleges make use of are things like Silverlight for the hosting and streaming of videos, Tafiti search for research, amongst others. …and finally there is Exchange Labs…our flagship Live@Edu hosted email solution. So there you go...I hope that sets the scene. More content to come from me...demos, etc! Jonny Technorati Tags: Live@Edu |
|
|