Thank you! #60
-
|
Hey team, This is a great set of modules, I am looking at using them across multiple VCF deployments to set and maintain password policies. I am currently testing this in UAT on both Windows, using Windows PowerShell and PowerShell Core, and also on Linux using PowerShell Core. One thing I noticed was the use of both |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi Aaron! 👋 Thanks for your comment on these open-source modules - it's much appreciated! You'll find that the All other cmdlets use That said, I do see some technical debt that we will address in other modules to ensure consistency. Ryan cc @sowjuec |
Beta Was this translation helpful? Give feedback.
Hi Aaron! 👋
Thanks for your comment on these open-source modules - it's much appreciated!
You'll find that the
Debug-CatchWriterfromPowerVCFis used in thePublish-,Invoke-, andStart-functions as those write to a log file usingWrite-LogMessagefromPowerVCF.All other cmdlets use
Debug-ExceptionWriterto output to the console.That said, I do see some technical debt that we will address in other modules to ensure consistency.
Ryan
cc @sowjuec