DSorlov / Sorlov.PowerShell

This is the public version of Sorlov.PowerShell Self-Hosted Executable Extensions for Powershell
http://the.powershell.zone/software/sorlov-powershell/
GNU General Public License v3.0
26 stars 8 forks source link

minikube startup error #3

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi! This printout during startup actually creates issues with minikube on Windows with hyper-v " Windows PowerShell (with Sorlov.PowerShell v4.5.0.1) Enhancements copyright (C) 2013 Daniel Sörlöv. All rights reserved. " Probably a issue with the minikube checks.. but I just wanted to let you know.

Thanks

DSorlov commented 4 years ago

This is because the module announces itself; if I remember correctly it could be supressed. I will look into this when I can find time. I will gladly accept any code contributions however.

DSorlov commented 4 years ago

@kogant Yepp, just had to check, but if you change the PrintBanner=$true; to PrintBanner=$false; in the psd the shell will not output the banner for silent operations.