From 73f9b6490ba435953f7104eab688ebfe65a5eda3 Mon Sep 17 00:00:00 2001 From: Poeloe <22234727+Poeloe@users.noreply.github.com> Date: Wed, 23 Aug 2023 07:29:46 -0700 Subject: [PATCH] Add IIS plugin to full profile (DIS-2117) --- acquire/acquire.py | 1 + 1 file changed, 1 insertion(+) diff --git a/acquire/acquire.py b/acquire/acquire.py index 7e078685..db12d893 100644 --- a/acquire/acquire.py +++ b/acquire/acquire.py @@ -1975,6 +1975,7 @@ def upload_files(paths: list[Path], upload_plugin: UploaderPlugin, no_proxy: boo RemoteAccess, WindowsNotifications, SSH, + IIS, ], "linux": [ Etc,