Windows PowerShell - How to view commands history date/time

Solution 1:

get-history |fl 

gets you the command line and the start/end times of execution. But this is only shows you the history of commands which were entered in this specific powershell session, history does not seem to be retained. So if you restarted your computer I don't expect a lot of usefull output from get-history

I am not sure what method you're using to access those URLs but unless there is some additional logging in that method I don't think you're going to find the history.