Rants, Raves, and Rhetoric v4

Tag: iconv

  • Convert Little-endian UTF-16 to ASCII

    I generated some text files working with Get-Acl Powershell, but I did not know how to get Powershell to do some advanced features. (Basically, I wanted to the Select-String to include the next 2 lines and see whether a specific group was in that list. And maybe some exclusions.) So, I copied the files over…