Since New-StigCheckList can only generate STIG Checlists as .ckl format (unless my research is wrong) and because I was needing .cklb formatted STIG Checklists and didn't want to have to go around my automation and put them in STIG Viewer or some other app to do the conversion for me I concocted some PowerShell that converts the xml-based .ckl to the json-based .cklb formatted STIG Checklists. Its setup as a function currently and it just runs along side my scripts to make PowerSTIG do its thing and spit out the checklists I need afterwards.
If anyone would like that PowerShell let me know, Perhaps it can get integrated into a future PowerSTIG release since .ckl files have been more or less deprecated for several years now.
Since New-StigCheckList can only generate STIG Checlists as .ckl format (unless my research is wrong) and because I was needing .cklb formatted STIG Checklists and didn't want to have to go around my automation and put them in STIG Viewer or some other app to do the conversion for me I concocted some PowerShell that converts the xml-based .ckl to the json-based .cklb formatted STIG Checklists. Its setup as a function currently and it just runs along side my scripts to make PowerSTIG do its thing and spit out the checklists I need afterwards.
If anyone would like that PowerShell let me know, Perhaps it can get integrated into a future PowerSTIG release since .ckl files have been more or less deprecated for several years now.