f-bader / SentinelARConverter

Sentinel Analytics Rule converter PowerShell module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support new export switches for dynamic file names

f-bader opened this issue · comments

Summary of the new feature / enhancement

In addition to the current implemention of -UseOriginalFilename add
-UseDisplayNameAsFilename
-UseIdAsFilename

Proposed technical implementation details (optional)

$NewFileName = $NewFilename -Replace '[^0-9A-Z]', ' '
(Get-Culture).TextInfo.ToTitleCase($NewFileName) -Replace ' '