UtilitiesPS
0.1.2
A collection of utility functions.
Installation Options
Owners
Copyright
(c) 2018 Chris Forbes. All rights reserved.
Package Details
Author(s)
- Chris Forbes
Tags
Functions
Get-TimeSinceReboot Measure-Directory New-Credential New-Directory Read-Path Remove-Directory Remove-File Set-EnvironmentVariable Test-Administrator Test-Command Test-PendingReboot
Dependencies
This module has no dependencies.
Release Notes
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
## [v0.1.2] (2020-05-16)
- Add `Get-TimeSinceReboot` function
- Add `Read-Path` function
- Add `Set-EnvironmentVariable` function
- Add `Test-Administrator` function
- Add `Test-PendingReboot` function
## [v0.1.1] (2018-12-08)
- Add setting to disable help generation
- Disable catalog generation
## [v0.1.0] (2018-12-07)
- Add module scaffolding
- Add `Test-Command` function
- Add `New-Directory`, `Measure-Directory` and `Remove-Directory` functions
- Add `New-Credential` function
[Unreleased]: https://github.com/kitforbes/UtilitiesPS/compare/v0.1.2...HEAD
[v0.1.2]: https://github.com/kitforbes/UtilitiesPS/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/kitforbes/UtilitiesPS/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/kitforbes/UtilitiesPS/compare/1e5f30c...v0.1.0
FileList
- UtilitiesPS.nuspec
- UtilitiesPS.psd1
- UtilitiesPS.psm1
- private\Get-ObjectMember.ps1
- private\Write-LogMessage.ps1
- public\Get-TimeSinceReboot.ps1
- public\Measure-Directory.ps1
- public\New-Credential.ps1
- public\New-Directory.ps1
- public\Read-Path.ps1
- public\Remove-Directory.ps1
- public\Remove-File.ps1
- public\Set-EnvironmentVariable.ps1
- public\Test-Administrator.ps1
- public\Test-Command.ps1
- public\Test-PendingReboot.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.2 (current version) | 327 | 5/16/2020 |
0.1.1 | 132 | 12/8/2018 |
0.1.0 | 22 | 12/7/2018 |