#rsHostsFile will add or remove all instances of a hostname from system Hosts file. Useful for setting custom resolvers on host.
rsHostsFile AddDemo
{
Ensure = "Present"
IPAddress = "127.0.0.1"
HostName = "test1.local"
}
rsHostsFile RemoveDemo
{
Ensure = "Absent"
IPAddress = "127.0.0.1"
HostName = "test2.local"
}
-
Notifications
You must be signed in to change notification settings - Fork 2
rsWinAutomationSupport/rsWindows
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published