• 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…

  • 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…