Types/OpenPackage/get_LastModifiedBy.ps1
|
<# .SYNOPSIS Gets OpenPackage LastModifiedBy time .DESCRIPTION Gets the OpenPackage `LastModifiedBy` property. .LINK https://learn.microsoft.com/en-us/dotnet/api/system.io.packaging.packageproperties.lastmodifiedby?wt.mc_id=MVP_321542 #> param() $this.PackageProperties.LastModifiedBy |