PSSystemProperties
1.0.0.2
Get/Set Extended File Attributes (eg. Author, Title, Album)
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2023 PSPS. All rights reserved.
Package Details
Author(s)
- PSPS
Tags
FileProperties FileAttributes ExtendedProperties ExtendedAttributes Properties Attributes NTFS
Functions
Find-SystemPropertyName Get-SystemPropertyValue Set-SystemProperty
PSEditions
Dependencies
This module has no dependencies.
Release Notes
2023-04-09 - Initial Release - # 1.0.0.2
* Required DLLs are extracted upon initial import/install
* Find-SystemPropertyName
* [ParameterSet #1: -Name <[string]Property name>] to filter through all available properties
* [ParameterSet #2: [switch]-All] return full list of available properties (600+)
* Get-SystemPropertyValue
* [ParameterSet #1: -Path <[System.IO.FileInfo[]]Full FileName> -Name <[string[]]Property name>] returns the current value of the property on the specified file/object (if set)
* Set-SystemProperty
* [ParameterSet #1: -Path <[System.IO.FileInfo]Full FileName> -Name <[string]Property name>] -Value <[object]Value To Set>
* [ParameterSet #2: -Path <[System.IO.FileInfo]Full FileName> -Name <[string]Property name>] -Remove <[switch]Set Property to null>
FileList
- PSSystemProperties.nuspec
- PropertyList.txt
- PSSystemProperties.ps1
- PSSystemProperties.psd1
- PSSystemProperties.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0.2 (current version) | 135 | 4/8/2023 |
1.0.0.1 | 6 | 4/8/2023 |