software_update_history: Retrieve Software Update history

Description Usage Arguments

View source: R/su-hist-file.R

Description

Modern macOS "Software Update" history is preserved in the /Library/Receipts/InstallHistory.plist proeprty list file. The default behaviour is to use this file as a source and parse the property list into a data frame (tibble). The caller can also provide a path to a valid property list "Software Update" history file (i.e. a systems administrator may want to analyze a collected inventory of "Software Update" history files from all the macOS systems on her network).

Usage

1
2
3
software_update_history(
  su_hist_file = "/Library/Receipts/InstallHistory.plist"
)

Arguments

su_hist_file

path to "Software Update" history file


hrbrmstr/mactheknife documentation built on Feb. 17, 2020, 7:09 p.m.