Felix Leven
Felix Leven
I’m looking to implement PoshBot, but I would like to use IRC as the chat platform backend. I run IRC in "Windows OS Containers" in my Lab(s) and other disconnected...
I tested everything with SAC, 2019 Server core, Hyper-V, Proxmox and had no problem, compared to vanilla MDT, the experience wasn't good to be honest, but to finally ditch PXE...
If the installer is designed to Create or Upgrade (re-running the installer) MDT-Shares, this should never be an error.
It should be mentioned to use an English based 'OsLanguage' OS, because the security groups are not localized in the install script. For PowerShell Cmdlets the groups can be translated...
My Build was not completing anymore since I activated the Code Coverage, until I removed "[Math]::Truncate" for the $perc VAR. I am still able to set and change the threshold...
Files for the same Version from GIT and PowerShellGallery are different. Same for Stucco, this can get really confusing. [Changes $configuration.Run.PassThru to $True (](https://github.com/psake/PowerShellBuild/commit/9129ea6f430d6e83ea1c02651b521b8ae67e191d)https://github.com/psake/PowerShellBuild/pull/52[)](https://github.com/psake/PowerShellBuild/commit/9129ea6f430d6e83ea1c02651b521b8ae67e191d) for example.
I noticed that if a new version is build, the **Cleanup** task will not delete old build versions in **'Output\modulename\'** This forces me to add an additional cleanup task or...
I chose to override some properties in **pssake.ps1**: ``` properties { # Set this to $true to create a module with a monolithic PSM1 $PSBPreference.Build.CompileModule = $false $PSBPreference.Help.DefaultLocale = 'en-US'...
## Expected Behavior Build fails, if any Pester tests fails ## Current Behavior ``` [-] Changelog and manifest versions are the same 391ms (298ms|92ms) Expected 1.0.0.2, but got 1.0.0.0. at...
I need to publish the module to a private nexus repo and get an error: ## Expected Behavior save-module publish-module ## Current Behavior Publish-Module ``` The specified RequiredModules entry 'BuildHelpers'...