Chance Carroll

Results 10 comments of Chance Carroll

I don't have time to dig into it but if anyone does it might be worth investigating if the unix sockets can work on windows, supposedly back in 2017 they...

So it appears that you can't use a credential with an empty password anywhere in DSC, the Community resource gets around this by passing the username as a string and...

Thanks for looking into it, I reached the same conclusion. I'm actually working on modifying several of the **MSFT_x...** resources to pass the user names separately (_Notably xService and xSqlServer_...

Done - [DSC: Should allow Credentials with Blank Passwords, so you can use GMSA accounts](https://windowsserver.uservoice.com/forums/301869-powershell/suggestions/13447689-dsc-should-allow-credentials-with-blank-passwords)

I believe DSC stops the credential from ever being delivered, preventing you from being able to check the username - but I could be mistaken

Same here, is there a functioning work around or a path forward?

@HansOMartinsen @anevjes @agowa338 I actually have this working using version `3.0.12` but it's more complicated than expected.. I believe the root of the issue is that you have to authenticate...

Hey @dbrennand, are you using a project access token or a deploy token? It turns out that their nuget implementation only works with **Personal** access tokens, or **deploy tokens**. It's...

@dbrennand make sure you try running `nuget add source` before you run `Register-PSResourceRepository`.

I really think at least the `cVMNetworkAdapterVLAN` functionality needs to be included.