Rosberg Linhares

Results 7 comments of Rosberg Linhares

I built a initial version of this resource here: 13c4edeb37a514e4f94fbcc88781095f1768c326. Any suggestions? Once I have time I will submit a PR with tests, examples, read-me, etc.

In my case, the error occurs with the following configuration: ```powershell Configuration ConfigurationTest { Import-DscResource -Module xWebAdministration xWebsite DefaultWebSite { Ensure = 'Present' Name = 'Default Web Site' State =...

Waiting for PR https://github.com/PowerShell/xWebAdministration/pull/202.

The PR #202 was closed. Shouldn't we close this issue too?

The license in [this](https://msdn.microsoft.com/en-us/cc300389) link says: > **11. Definitions.** > “Services” means the Developer Services, Documentation Portals, the http://connect.microsoft.com site, and Microsoft Software we make available to you under this...

Passing `ServiceAutoStartProvider = $null` will result in `$PSBoundParameters.ContainsKey('ServiceAutoStartProvider')` evaluating to `$false`. Adding the `AllowNull()` attribute doesn't work too, so I think we have to use another approach. May be empty...

Hi @donat , I created the project using `gradle init` and selecting Kotlin as the build script DSL. After, I imported the project in Eclipse selecting _Existing Gradle Project_. The...