EnvironmentVariableItems.psd1
|
# # Module manifest for module 'EnvironmentVariableItems' # # Generated by: Mike Flynn # # Generated on: 26/02/2021 # @{ RootModule = 'EnvironmentVariableItems.psm1' ModuleVersion = '2.2.2' GUID = 'f5ed8644-7f61-49cb-b4e5-fe24e5e85262' Author = 'Mike Flynn' CompanyName = 'a1publishing.com' Copyright = '(c) Mike Flynn. All rights reserved.' Description = 'Module with cmdlets to easily add or remove items from `''collection type`'' Windows environment variables. For example, adding `''C:\foo`'' to `$env:Path.' PowerShellVersion = '5.0' FunctionsToExport = @('Add-EnvironmentVariableItem','Get-EnvironmentVariableItems','Remove-EnvironmentVariableItem','Show-EnvironmentVariableItems') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @('aevi','gevis','revi','sevis') PrivateData = @{ PSData = @{ Tags = @('environment', 'variable', 'EnvironmentVariable', 'Windows', 'path', 'scope', 'item', 'split') LicenseUri = 'https://github.com/a1publishing/Powershell_Module_EnvironmentVariableItems/blob/master/LICENSE' ProjectUri = 'https://github.com/a1publishing/Powershell_Module_EnvironmentVariableItems' ReleaseNotes = '2.1.0: Multi-scope support — single command now updates Process + Machine or Process + User simultaneously (via ProcessAndMachine/pam, ProcessAndUser/pau); new default scope is ProcessAndMachine; breaking: old -Scope Machine/User/Process values replaced by MachineOnly/UserOnly/ProcessOnly 2.2.0: Reverted default Scope to ProcessOnly (safer, non-destructive default; use -Scope pam/pau to update multiple scopes)' } } } |