FlattusBlastus
FlattusBlastus
@benhillis I am willing to do a live troubleshooting session whenever you are available
echo "vgem" | sudo tee -a /etc/modules Did not work for me. Still getting: (HTTP code 500) server error - error gathering device information while adding custom device "/dev/dri": no...
GUESS WHAT PEEPS!!!! https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling WORKS with just the kernel added. My .wslconfig ``` [boot] systemd=true [wsl2] kernel=C:\\WSLKERNEL\\bzImage-x86_64 ```
Not sure how to share more config. M365DSC is loaded on my work laptop running the PROD latest updates EXCEPT EOM 3.71 because 3.7.2 and above is busted. When a...
Can you guys do a Premier support ticket?
I'll see if I can meet with my TAM (cant remember the current name for that) and maybe they can reach out.
I think I found the problem: The export function for SetHeader produces @{ and not @("
Output of M365TenantConfig.ps1 Broken - Stops creation of Excel report: SetHeader = @{X-EXC = "Excl"; }; I fixed the entries manually and the report completes: SetHeader = @("X-EXC = Excl");
Yes it is in the SCDLPComplianceRule. The error output is: Error parsing configuration: At line:2349 char:54 + SetHeader = @{X-EXC = "Excl ... + ~ Missing '=' operator after key...
In the UI with SetHeader it uses a colon for separation instead of = if that helps any. Whatever is formatting the output is doing it incorrectly.