AutomatedLab.Common icon indicating copy to clipboard operation
AutomatedLab.Common copied to clipboard

PowerShell module for daily administrative tasks and general helper functions

Results 5 AutomatedLab.Common issues
Sort by recently updated
recently updated
newest added

I believe build 528040 corresponds to .NET Framework 4.8, not 4.7.2 as indicated by this script. See [my comment on this commit](https://github.com/AutomatedLab/AutomatedLab.Common/commit/82326d4b7e29c6c7c42d424114591c3339adf5c2#commitcomment-40788989).

Following a successful run of _Install-Lab_ with a single Windows 7 Machine I am getting the following error when trying to install an MSI file: ``` PS C:\Users\adams\Documents> Install-LabSoftwarePackage -ComputerName...

enhancement

Without NoRevocationInformation EnrollmentFlag the cmdlet runs well. Is it possible to add EnrollmentFlag NoRevocationInformation ? New-CATemplate : Cannot process argument transformation on parameter 'EnrollmentFlags'. Cannot convert value "IncludeOcspRevNoCheck,NoRevocationInformation,Autoenrollment" to type...

## Description I did not test the publishing step, but the validation seemed to work. The module works as well, but it is still a bit like open heart surgery...

I checked the psd1 - File. It says: `PowerShellVersion = '5.1'` but `CompatiblePSEditions = @('Desktop','Core')` Is it PowerShell 7 compatible?