Do you remember the Powershell script posted by SCOMFAQ to download required MMS 2012 Sessions last year
Once again he come up with easy way to download all the required MMS 2013 sessions using Powershell script.
This basically contains 2 power shell scripts :
- Create-MMS2013SessionFile.ps1 –> This file creates the sessions.txt file OR You can create sessions.txe and add all the Sessions codes for Ex:DC-B309.wmv and save the file.
- MMS2013_Downloader.ps1 –> This file downloads the sessions which you have given in sessions.txt file.
Download the scripts from Sky drive,save it in one folder.I have listed out all SCCM Configmgr 2012 Sessions codes here,save it in same folder where you placed the scripts.
If you get any error like “script cannot be loaded”while running MMS2013_downloader.ps1 script to download the sessions,you may have to try setting execution policy to unrestricted.
Command line : Set-ExecutionPolicy Unrestricted
Try running the script now.During this process,it may prompt you security warning,Press Y.
Next it ask for path to download the sessions with folder creation inside it called MMS2013Sessions.
Read Complete post Via http://blog.scomfaq.ch/2013/04/10/mms-2013-download-sessions-offline-viewing/
Enojy !