I'm trying to do some automating with Veeam and PowerShell. I'm looking at some code and modifying it for my own script. The snipped I am looking at is this:
Now, I know what this does (lists the jobs and their end time), but what I want to know is how can I see what options there are for the method FindLastSession(). ie I know of three (.EndTime , .CreationTime and .Result) but how do I find them all and what they do.
I realise this is more a general PowerShell query but any help would be appreciated.
To find out the set of methods that is available for some object, you can do the following:
1. Create some variable containing object of interest. In your case it will be: