Stéphane
Stéphane
I got this: ```powershell > Get-HFMHostsfile | Save-HFMHostFile -BackupFolder C:\admin\backup\ Get-ChildItem : Cannot find path 'C:\admin\backup\' because it does not exist. At C:\Users\taavast3\OneDrive\Repo\Projects\OpenSource\Class.HostsManagement\HostsFileManagement\Classes\public\HostsFile.ps1:131 char:22 + ... ckupItems = Get-ChildItem -Path...
This module is classes based. With experience, I noticed that end users don't really embrace using classes that much, and are more willing to work with functions / cmdlets, thing...
there are 4 failing tests (out of 63):  
Originally, this repository was built to work with Classes only. once #4 is resolved, we will need to update the help files. this will result in changing the following things:...
Issue is part of: #6 Generate documentation based on comment based help using PlattyPS. The documents will then be made available through Github Wiki. Technical details: 1) Every cmdlet **must**...
I have noticed that this module lives without pester tests. This makes refactoring pretty difficult. I would like to start with this issue, the process add pester tests to this...
Hi, I wasn't sure if PSgraph is 'supported' on Linux. I am on ubuntu 1804, and I have the following error message when I try to create a graph: ...
I scqnned quickly through the main readme.md, and couldn't find the information on which platforms PSgraph is officially supported.
Hi @KevinMarquette This would be a feature request (I guess) I am using your module to generate records: For example, this code: ```graph $Properties1 = @("one", "two", "three") $Properties2 =...