This PowerShell function lets you easily access Microsoft Office File Properties like DateLastSaved or Author or Rivision count!
- Load the function
- Call the function
- Love the function
C:\temp\Preferences> Get-OfficeFileInfo C:\temp\UsersOfabc.comDomain.xlsx
Name Exp
---- ---
Title
Subject
Author
Keywords
Comments
Template
Last author Stephen Owen
Revision number
Application name Microsoft Excel
Creation date 7/21/2021 11:30:51 AM
Last save time 7/21/2021 11:30:51 AM
Security 0
Category
Format
Manager
Company
Hyperlink base
Content type
Content status
Language
Document version
Get-OfficeFileInfo C:\temp\SomeDoct.docx
#Also works!
But is this work with the file server ? is it necessary to have office application installed on the file server & how to run if there is a multiple office files is there.