Ryan Willis

Results 11 comments of Ryan Willis

I don't have any capacity right now to drive that work, but I'd be in full support of onboarding this to the [DSC Resource Kit](https://github.com/PowerShell/DscResources/blob/master/CONTRIBUTING.md), which would help it get...

You're correct -- it's the proof of concept that led to the JEA we know today. We're okay to pave the xJea resource and replace it with a new, PS...

I'm following up with the DSC team to see if they have any preference for how we release a new resource. I'll keep this thread posted and get some of...

Hey @pirminjanka, We pull our agent packages from the RHEL repo for these distros. In our installation script (https://aka.ms/azcmagent), lines 524, 527 and 547 show this behavior. Hope this helps!...

I don't know if it's supported to use the RHEL repo for the mdatp package, sorry. That's a question that will need to be asked to the Defender team.

Can you try adding Microsoft.PowerShell.Utility to ModulesToImport in your PSRC? JEA can get funny with dependencies because the module discovery and auto-loading doesn't work the same as it does in...

@PaulHigin Any tips for Julien? I'm not sure why the built-in commands would stop working inside custom functions.

/cc @manojampalam for the WinRM aspects Thanks for reporting these issues, Julien. I've seen this behavior a few times, but nowhere near as frequently or consistently as you are describing....

Unfortunately, there are no plans to create a REST interface for JEA. JEA is a combination of PowerShell and WinRM features, so to create a REST interface we'd first need...

I don't think we should restart the machine -- that's a lot more disruptive than just restarting WinRM. This aspect of our DSC resource is a major pain point. It's...