PSLog.psd1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
@{ RootModule = 'PSLog.psm1' ModuleVersion = '5.5.275' GUID = 'cd303a6c-f405-4dcb-b1ce-fbc2c52264e9' Author = 'Raimund Andree, Per Pedersen' Description = 'Redirects stanard Write-* cmdlets to a log and offers some basic tracing functions' CompanyName = 'AutomatedLab Team' Copyright = '2018' PowerShellVersion = '2.0' DotNetFrameworkVersion = '3.5' ModuleList = @('PSLog') PrivateData = @{ } } |