Monday 23 March 2015

Migrate SCCM 2007 SSRS Reports to SCCM 2012 Reports

This blog post discuss about how to migrate reports ,download,upload your custom reports to Configmgr SSRS folder

Download the tool from https://code.google.com/p/reportsync/




If you want to download the Reports (.RDL) files from your SSRS server (Configmgr 2007 or  2012),enter the sourceURL ,User hat has permissions to connect to SSRS,Password in Source URL Web Service and click on Load.

Select the report that you want ,provide the local path to store these reports (.RDL files) and click on Download.

Each category what you see in this tool will be created as Folder in yours local Path.
You can also try to upload your customized reports to Destination server ,sync and do other functions with this tool



SCCM SQL Query to get Bit-locker Recovery Key

  SELECT cm.Name, ck.RecoveryKeyId, cv.VolumeGuid, cvt.TypeName AS 'Volume Type', RecoveryAndHardwareCore.DecryptString(ck...