Does Update-Help actually run only once a day unless the -force switch is used?
from get-help update-help
"you can automate running of update-help adding update-help command windows powershell profile. default, update-help runs once per day on each computer. override once-per-day limit, use force parameter."
in spite of that, i'm seeing
update-help
show progress bar text on each subsequent run. i did not expect that.
so concern still updating every time in spite of said? playing around suppressing progress bar , figured best way change context. should keep having wait updates needs do:
start-job -scriptblock {update-help}
when retrieve job you'll still see progress bar. send straight remove-job , don't have worry producing output. that's pretty weird command.
hope helps! jason
Windows Server > Windows PowerShell
Comments
Post a Comment