• PowerShell Question: Export-ERReportDefinition...is there an Import cmdlet?

    I can export a report definition successfully with the following PS command...

    $rpt = Get-ERReport "My Reports\Account Operators"
    Export-ERReportDefinition $rpt -Destination c:\

    ...and can import (the exported definition) via the Enterprise Reporter…

  • Possiblity to run a report and E-mail it with alternate parameters then the default from within Powershell

    CR ID: VSTS016266

     

    Using PowerShell, run a report and be able to change the value of parameters in that report. Also, adding the ability to have that report sent via E-mail when providing an E-mail address.

    This would allow integration with other programs…

  • RE: A/D report with expiration dates - not reporting all user objects

    I'm learning PS and would need to find a script to model. If you have one I could use, that would be great.

    For notifications about future employee separations, we put an expiration date on the user object in A/D. I personally have more than are listed…