HostsFileManagement icon indicating copy to clipboard operation
HostsFileManagement copied to clipboard

Hosts file management on Windows systems using PowerShell classes

Results 5 HostsFileManagement issues
Sort by recently updated
recently updated
newest added

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