Want to check the history of your executed commands in PowerShell session.
Use get-history command let.
You will get the ID from the result. If you want to execute the command based on the ID, you can use the invoke-history id
Regards,
Chaitanya
Want to check the history of your executed commands in PowerShell session.
Use get-history command let.
You will get the ID from the result. If you want to execute the command based on the ID, you can use the invoke-history id
Regards,
Chaitanya