Can I implement the following T-SQL code using a PowerShell DSC resource from the SqlServerDsc module?
USE master GRANT ALTER trace TO [myUser]
I