HostsFileManagement
HostsFileManagement copied to clipboard
Hosts file management on Windows systems using PowerShell classes
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**...