John McCarthy

Results 44 comments of John McCarthy

I would be interested in this functionality as well. It has been something I haven't delved too much into yet, but I know when I do it would be nice...

I agree. I've thought about this since this has been brought up and I haven't been able to come up with a good solution. What you have stated is correct.

I think the mentality for using PowerShell at a live console and using aliases is one thing. This repo is about it more towards writing functions and modules, which is...

Agreed. So far that is the only option I've seen. Other than that, I thought of making PSScriptAnalyzer rules. Something native to VS Code might be better. But as you...

I'd rather it auto format my code to meet community standards. Like Chris said, it's limited in VS Code, that's why I brought up tools like gofmt or terraform format...

Maybe I am not aware of all the settings you are pointing out? user settings -> powershell.codeformatting.* I still don't think it is enforcing all the rules outlined in this...

Is the Azure AD Graph API what is blocking enterprise applications?

I think it is a good idea to allow for custom filtering. I personally like the `Get-VM | Where-Object {"server1","server2" -notcontains $_.Name}` (Because not many people use tags where I...

This seems similar to #130 Would [this](https://gist.github.com/Midacts/3f6f3304dcfad54765f8faa11ecb05d8) be a potential fix?

I see the differentiation now. So if you remove entire lines in the config, when you run `Invoke-Vester` it shows as unknown (that is what it seems to me after...