From 4bccfb87fd03c79b817726996c0c2e66fa5b91b5 Mon Sep 17 00:00:00 2001 From: Niko Martini Date: Thu, 25 Jul 2019 17:48:19 +0200 Subject: [PATCH] Introduce new function for astoll --- lib/plugins/Invoke-IcingaCheckUsers.psm1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/plugins/Invoke-IcingaCheckUsers.psm1 diff --git a/lib/plugins/Invoke-IcingaCheckUsers.psm1 b/lib/plugins/Invoke-IcingaCheckUsers.psm1 new file mode 100644 index 0000000..fd2a3e3 --- /dev/null +++ b/lib/plugins/Invoke-IcingaCheckUsers.psm1 @@ -0,0 +1,4 @@ +function Invoke-IcingaCheckUsers() +{ + +} \ No newline at end of file