brajjan

Results 10 comments of brajjan

I got it to install the module using PowershellGet v3.0.0-beta10 Published the module through v2, have not tried to publish through v3 ``` ~ ❯ Find-PSResource -Name NetworkingDsc -Repository Baget...

Anyone looking in to this? It would be an awesome implementation as many companies only allows firewall rules through GPO config. If this could be implemented it would be so...

I wrote a fix for it myself - will make two PR's (hopefully) this coming week. My first PR's so please guide me if I make mistakes. Would love to...

Not sure if the PolicyStoreSourceType property needs to be there. My initial thought was to include that one to compare with the value of the PolicyStore parameter as the PolicyStore...

Yes, the [PolicyStoreSourceType ](https://learn.microsoft.com/en-us/powershell/module/netsecurity/get-netfirewallrule?view=windowsserver2022-ps#-policystoresourcetype) will return `GroupPolicy` if set to localhost and `Local` if set to PersistentStore. So that could be used to check the correct PolicyStore. The [PolicyStore](https://learn.microsoft.com/en-us/powershell/module/netsecurity/new-netfirewallrule?view=windowsserver2022-ps#-policystore) parameter...

Yeah sure, that would be great. I'll try to get some time of to look at it closer and convert it to a class based resource. Might take some time...

We are currently testing out `check_by_powershell` in an attempt to migrate from NSClient++ and we have done some tests with certificate based auth - might be useful information for you...

Any news to this? We are using Inedo ProGet as our internal package repository - using Publish-Module to publish it to our repository. Nuspec-file gets created with version 2.12.0 and...

@gaelcolas not releated to that as I am running the latest PowerShellGet and PackageManagement modules ``` S C:\> Get-Module PowerShellGet, PackageManagement -ListAvailable Directory: C:\Program Files\WindowsPowerShell\Modules ModuleType Version Name ExportedCommands ----------...

We have the same problem. Tried with versions 0.5.2.35 & 0.5.3.4. Solution is the same, only bind to either IPv4 or IPv6. Would love if you could investigate it further....