Has anyone had any luck using Invoke-CMReport in the Powershell module for SCCM 2012 SP1? I can't get it working.
import-module 'C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\ConfigurationManager.psd1'
cd <SITE CODE>:
invoke-CMReport -sitecode <SITE CODE> -ReportPath '/Reports/Data' gives an error:
Invoke-CMReport : Could not find a Reporting Services Point on site <SITE CODE> and server
But get-cmreportingserviepoint does find my Reporting Services Point...
Any ideas?