Stéphane

Results 105 issues of 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...

enhancement
good-first-issue
hacktoberfest

there are 4 failing tests (out of 63): ![image](https://user-images.githubusercontent.com/6302961/46834549-fd71de80-cdab-11e8-81fc-e38acab32f37.png) ![image](https://user-images.githubusercontent.com/6302961/46835873-b1c13400-cdaf-11e8-9a2a-06f5a7c84926.png)

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:...

enhancement
hacktoberfest

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**...

good-first-issue
hacktoberfest
open for grabs

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...

help wanted
hacktoberfest

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: ![image](https://user-images.githubusercontent.com/6302961/49907507-b3be7680-fe76-11e8-9e70-1f3140138488.png)...

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 =...