I approved the "Update1" to Group1 @ 05,Feb'17 and I approved the same update to Group2 @ 07, Sep'17
I am able to find the Creation date by using the command GetUpdateApprovals
.
If I run this command "GetUpdateApprovals" for
the Group1, the output is like below: But actual approval date is 05,Feb'17
Current Output:
Group name: group 1
Update name Creation Date
--------------------------------------------------------------
Update 1 07,Sep'17
Please guide me to get (output like below) the exact approved date by using Powershell.
Expected Output:
Group name: group 1
Update name Approved Date
--------------------------------------------------------------
Update 1 05,Feb'17
Update 2 09,Feb'17
Or is it possible to get this details from "SUSDB" using SQL query.