File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
RootModule = ' .\DFIR-O365RC.psm1'
8
8
9
9
# Version number of this module.
10
- ModuleVersion = ' 2.0.5 '
10
+ ModuleVersion = ' 2.0.6 '
11
11
12
12
# Supported PSEditions
13
13
CompatiblePSEditions = ' Core' , ' Desktop'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN pwsh -command Install-Module -Name Microsoft.Graph.Applications -RequiredVer
9
9
RUN pwsh -command Install-Module -Name Microsoft.Graph.Beta.Reports -RequiredVersion 2.20.0
10
10
RUN pwsh -command Install-Module -Name Microsoft.Graph.Beta.Security -RequiredVersion 2.20.0
11
11
RUN pwsh -command Install-Module -Name Microsoft.Graph.Identity.DirectoryManagement -RequiredVersion 2.20.0
12
- RUN pwsh -command Install-Module -Name PoshRSJob -RequiredVersion 1.7.4.4
12
+ # RUN pwsh -command Install-Module -Name PoshRSJob -RequiredVersion 1.7.4.4
13
13
RUN pwsh -command mkdir /tmp/posh
14
14
RUN pwsh -command Invoke-WebRequest -UseBasicParsing -Uri 'https://www.powershellgallery.com/api/v2/package/PoshRSJob/1.7.4.4' -OutFile '/tmp/posh/PoshRSJob.1.7.4.4.nupkg'
15
15
RUN pwsh -command Register-PSRepository -Name local -SourceLocation /tmp/posh -InstallationPolicy Trusted
You can’t perform that action at this time.
0 commit comments