Google News
logo
SCCM - Interview Questions
Differentiate between Package Update and Package Refresh?
Package Update : 
*
The Package update is used when the user made some changes in the source file.
* It can update the package version in the SQL
* A new PCK file is used for any other new DP’s
* It is a compressed package but is corrupt

Package Refresh : 
* The Package refresh is used to refresh a file.
* It can revise the old files
* No new PCK files were sent
* It creates a compressed file when we try to update the file.
Advertisement