zbook said:
Find the new file on the desktop > ZIP
You do not have to zip the file on the desktop because the following PowerShell command will zip "CBS.log" and put the "CBS.zip" file on the desktop.
zbook said:
PowerShell Compress-Archive "%WinDir%\Logs\CBS\CBS.log" "%UserProfile%\Desktop\CBS"
Also, %UserProfile%\Desktop\ has to be changed accordingly if the OP has relocated the desktop folder.