├── Locales ├── advfirewall-add-rule.psd1 ├── advfirewall-installer.psd1 ├── advfirewall-notification-helper.psd1 ├── advfirewall-notification.psd1 ├── advfirewall-pause.psd1 ├── advfirewall-view-events.psd1 └── de-DE │ ├── advfirewall-add-rule.psd1 │ ├── advfirewall-installer.psd1 │ ├── advfirewall-notification-helper.psd1 │ ├── advfirewall-notification.psd1 │ ├── advfirewall-pause.psd1 │ └── advfirewall-view-events.psd1 ├── Modules ├── Add-ShortCut.psm1 ├── Convert-DevicePathToDriveLetter.psm1 ├── Remove-ShortCut.psm1 ├── Show-Balloon.psm1 └── Show-MessageBox.psm1 ├── advfirewall-add-rule.ps1 ├── advfirewall-installer.ps1 ├── advfirewall-log-event.ps1 ├── advfirewall-notification-helper.ps1 ├── advfirewall-notification.pid ├── advfirewall-notification.ps1 ├── advfirewall-pause.ps1 ├── advfirewall-view-events.ps1 ├── install-local.cmd ├── install-logger.cmd ├── install-notification.cmd ├── install.cmd ├── readme.md ├── remove-local.cmd ├── remove-logger.cmd ├── remove-notification.cmd └── remove.cmd /Locales/advfirewall-add-rule.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/advfirewall-add-rule.psd1 -------------------------------------------------------------------------------- /Locales/advfirewall-installer.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/advfirewall-installer.psd1 -------------------------------------------------------------------------------- /Locales/advfirewall-notification-helper.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/advfirewall-notification-helper.psd1 -------------------------------------------------------------------------------- /Locales/advfirewall-notification.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/advfirewall-notification.psd1 -------------------------------------------------------------------------------- /Locales/advfirewall-pause.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/advfirewall-pause.psd1 -------------------------------------------------------------------------------- /Locales/advfirewall-view-events.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/advfirewall-view-events.psd1 -------------------------------------------------------------------------------- /Locales/de-DE/advfirewall-add-rule.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/de-DE/advfirewall-add-rule.psd1 -------------------------------------------------------------------------------- /Locales/de-DE/advfirewall-installer.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/de-DE/advfirewall-installer.psd1 -------------------------------------------------------------------------------- /Locales/de-DE/advfirewall-notification-helper.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/de-DE/advfirewall-notification-helper.psd1 -------------------------------------------------------------------------------- /Locales/de-DE/advfirewall-notification.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/de-DE/advfirewall-notification.psd1 -------------------------------------------------------------------------------- /Locales/de-DE/advfirewall-pause.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/de-DE/advfirewall-pause.psd1 -------------------------------------------------------------------------------- /Locales/de-DE/advfirewall-view-events.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Locales/de-DE/advfirewall-view-events.psd1 -------------------------------------------------------------------------------- /Modules/Add-ShortCut.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Modules/Add-ShortCut.psm1 -------------------------------------------------------------------------------- /Modules/Convert-DevicePathToDriveLetter.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Modules/Convert-DevicePathToDriveLetter.psm1 -------------------------------------------------------------------------------- /Modules/Remove-ShortCut.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Modules/Remove-ShortCut.psm1 -------------------------------------------------------------------------------- /Modules/Show-Balloon.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Modules/Show-Balloon.psm1 -------------------------------------------------------------------------------- /Modules/Show-MessageBox.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/Modules/Show-MessageBox.psm1 -------------------------------------------------------------------------------- /advfirewall-add-rule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/advfirewall-add-rule.ps1 -------------------------------------------------------------------------------- /advfirewall-installer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/advfirewall-installer.ps1 -------------------------------------------------------------------------------- /advfirewall-log-event.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/advfirewall-log-event.ps1 -------------------------------------------------------------------------------- /advfirewall-notification-helper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/advfirewall-notification-helper.ps1 -------------------------------------------------------------------------------- /advfirewall-notification.pid: -------------------------------------------------------------------------------- 1 | 3996 2 | -------------------------------------------------------------------------------- /advfirewall-notification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/advfirewall-notification.ps1 -------------------------------------------------------------------------------- /advfirewall-pause.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/advfirewall-pause.ps1 -------------------------------------------------------------------------------- /advfirewall-view-events.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/advfirewall-view-events.ps1 -------------------------------------------------------------------------------- /install-local.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/install-local.cmd -------------------------------------------------------------------------------- /install-logger.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/install-logger.cmd -------------------------------------------------------------------------------- /install-notification.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/install-notification.cmd -------------------------------------------------------------------------------- /install.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/install.cmd -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/readme.md -------------------------------------------------------------------------------- /remove-local.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/remove-local.cmd -------------------------------------------------------------------------------- /remove-logger.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/remove-logger.cmd -------------------------------------------------------------------------------- /remove-notification.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/remove-notification.cmd -------------------------------------------------------------------------------- /remove.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdovnic/advfirewall/HEAD/remove.cmd --------------------------------------------------------------------------------