Tag: office

13 script(s) tagged “office”

πŸ“Š VBA (Excel)

List Files in The Office document cache (VBA)

Lists every file in the Office document cache with size and last-modified date directly on the active worksheet, using …

πŸ“Š VBA (Excel)

Clean Up The Office document cache (VBA)

Deletes every file in the Office document cache after a confirmation prompt, using Scripting.FileSystemObject from Exce…

🐍 Python 3.10+

Backup The Office document cache to Zip (Python)

Zips up the current contents of the Office document cache before you run a cleanup against it.

⚑ PowerShell 5.1+

Backup The Office document cache to Zip

Zips up the current contents of the Office document cache before you run a cleanup against it.

πŸ“œ VBScript (WSH)

Get The Office document cache Size Report (VBScript)

Recursively sums the size of the Office document cache, read-only (no deletion).

⚑ PowerShell 5.1+

Get The Office document cache Size Report

Reports how much disk space the Office document cache is currently using, read-only (no deletion).

🐍 Python 3.10+

Clean Up The Office document cache (Python)

Reports the size of the Office document cache and optionally clears it out. Dry-run by default.

⚑ PowerShell 5.1+

Clean Up The Office document cache

Reports the size of the Office document cache and optionally clears it out. Dry-run by default.

πŸ–₯️ Batch (CMD)

Clean Up The Office document cache (Batch)

Clears the Office document cache after a confirmation prompt, with a /silent mode for scheduled tasks.

πŸ“Š VBA (Excel)

Report Size of The Office document cache (VBA)

Reports the total size and top-level file count of the Office document cache using Scripting.FileSystemObject, straight…

πŸ“œ VBScript (WSH)

Clean Up The Office document cache (VBScript)

Reports the size of the Office document cache and deletes its contents after a confirmation prompt.

🐍 Python 3.10+

Get The Office document cache Size Report (Python)

Recursively sums the size of the Office document cache, read-only (no deletion).