You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to document several configuration profiles which contain a "/" in the configuration name. The documentation feature is unable to save the CSV files probably caused by the illegal character for a Windows filesystem.
Maybe you could add to row 3677 in Extensions/Documentation.psm1 something like this:
I just tried to document several configuration profiles which contain a "/" in the configuration name. The documentation feature is unable to save the CSV files probably caused by the illegal character for a Windows filesystem.
Maybe you could add to row 3677 in Extensions/Documentation.psm1 something like this:
$itemsToExport | Out-File ($folder + "$ ($objName.Split([IO.Path]::GetInvalidFileNameChars()) -join '_'
).csv") -Encoding UTF8 -Force
Thanks for the great tool btw!!!
The text was updated successfully, but these errors were encountered: