From 0b64ff10a877fd4a05deb5e0926bdbd773e60290 Mon Sep 17 00:00:00 2001 From: Jonathan Butler Date: Sun, 22 Dec 2024 12:12:30 -0500 Subject: [PATCH] Add Microsoft.Graph.Reports to list of required modules. --- Hawk/Hawk.psd1 | 4 +++- Resolving IP Locations | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Resolving IP Locations diff --git a/Hawk/Hawk.psd1 b/Hawk/Hawk.psd1 index 5889995..042e478 100644 --- a/Hawk/Hawk.psd1 +++ b/Hawk/Hawk.psd1 @@ -34,7 +34,9 @@ @{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '2.25.0' }, @{ModuleName = 'Microsoft.Graph.Identity.DirectoryManagement'; ModuleVersion = '2.25.0' }, @{ModuleName = 'Microsoft.Graph.Users'; ModuleVersion = '2.25.0' }, - @{ModuleName = 'Microsoft.Graph.Applications'; ModuleVersion = '2.25.0' } + @{ModuleName = 'Microsoft.Graph.Applications'; ModuleVersion = '2.25.0' }, + @{ModuleName = 'Microsoft.Graph.Identity.Signins'; ModuleVersion = '2.25.0' }, + @{ModuleName = 'Microsoft.Graph.Reports'; ModuleVersion = '2.25.0' } ) # Assemblies that must be loaded prior to importing this module diff --git a/Resolving IP Locations b/Resolving IP Locations new file mode 100644 index 0000000..46b134b --- /dev/null +++ b/Resolving IP Locations @@ -0,0 +1 @@ +ÿþ \ No newline at end of file