Forum Discussion

tolinrome's avatar
tolinrome
Level 4
11 years ago

Powershell and command

My goal is to run a script in Powershell that will return the jobtype of backup of the datasize, and I only want the results for th elast 1 day. If I run this command below I get the results from e...
  • pkh's avatar
    11 years ago

    You got to use the select-object cmdlet to select the object that you want.  See this

    http://technet.microsoft.com/en-us/library/ff730948.aspx

    Note the part about getting kilobytes.  You can do the same thing, but use 1GB, instead of 1KB, to get your gigabytes.