There's more...

You can view your approved updates using the GetUpdates method of the $WSUSServer object and filter on the IsApproved property:

$WSUSServer.GetUpdates() |  
    Where-Object -Property IsApproved -eq $true | 
        Select-Object -Property Title, CreationDate, ` UpdateClassificationTitle