-
Hi,
I'm using this DSC to deploy an Azure VM from an ARM template:
Import-DscResource -ModuleName StorageDsc, xComputerManagement, xNetworking
Node localhost
{
LocalConf…
-
Hi, it seems very nice if there are xWSManConfig resource to manage winrm/config.
There are some circumstance that exceed max envelope size with DSC, Test-DscConfiguration or others. One possible sol…
-
Would it be helpful to create some acceptance tests using Test-Kitchen to verify certain features are working as intended? FailOverClustering is not the easiest thing to setup and not every scenarios…
-
I'm using xComputerManagement 3.2.0.0, attempting to disable the default task **ScheduledDefrag**
I've tried populating all of the current values for the task, only changing **Enable** to $false an…
-
### URL
https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/install
### Operating system
windows
### More information about your system
windows 10 home
x86
### Description
App…
-
We should start to create integration tests. xSQLServerSetup would be the ideal resource to start with since all other integration tests are dependent on that working (?). We need a SQL instance to te…
-
There is currently no example of how braces in a switch block should look.
Options:
1.
```powershell
switch ($condition)
{
'a' { Statement }
'b' { Statement }
}
```
2.
```powershe…
-
### Brief description of your issue
The original issue filed on this is over at dotnet/website-feedback:
* https://github.com/dotnet/website-feedback/issues/253
### Steps to reproduce
Steps at the…
-
Hi, thank again for this great script! I really appreciate the work.
But since i'm french, i had to modify it a little.
Since it's looking for ($_.Extensions.EnhancedKeyUsages.FriendlyName -contai…
-
I recently updated my packages to use PackageManagement version 1.2.3 and PowerShellGet 2.0.3 but it fails on properly finding any PowerShell modules privately hosted on Azure DevOps Artifact Service …