NicolasB

Results 13 comments of NicolasB

The system.directoryservices class is in preview version : https://dotnet.myget.org/feed/dotnet-core/package/nuget/System.DirectoryServices (The feed : https://dotnet.myget.org/gallery/dotnet-core) To install it in Linux (Debian 8) with PackageManagement : - Add Feed in sources : `PS...

I work to this issue. But when I get the ACL of AD object, I don't have value in Path property : ![image](https://user-images.githubusercontent.com/25097989/66387574-870abb00-e9c4-11e9-9db7-fea803b3d6a2.png) The Path property is ReadOnly.

You can override the output of function. But you need to custom the type of object that it returns. ```PowerShell $Object = [PSCustomObject]@{} $Object.PStypeNames.Clear() $Object.PStypeNames.Add(MyType) ``` You can see the...

When this policy is enabled, the key's value is 1. When this policy is disabled, the key's is absent. When this policy is not configured, the key's is absent.

It's a good idea :)

The way : Create a custom format file, like than help format.

@gaelcolas Indeed. To cover issue #61, I need to update `UpdateServicesApprovalRule` resource.

@TheBlackMini I don't have any time before next week. If you don't want to wait, you can submit your PR :)

I worked on a solution here : [Get-UpdateServicesDscProduct](https://github.com/NicolasBn/UpdateServicesDsc/blob/issue71/source/Modules/UpdateServicesDsc.Common/UpdateServicesDsc.Common.psm1) I created a function to find all products based on value passed on `Products` property. I 'just' need to use it in...

Hello @jortencio thanks for your contribution. Can you complete the CHANGELOG.md file ?