Skip to content

Commit e36e932

Browse files
EmilienCourtEmilienCourt
authored andcommitted
Remove useless verbose. Bump version
1 parent c007e3e commit e36e932

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DFIR-O365RC/DFIR-O365RC.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
RootModule = '.\DFIR-O365RC.psm1'
88

99
# Version number of this module.
10-
ModuleVersion = '2.1.0'
10+
ModuleVersion = '2.2.0'
1111

1212
# Supported PSEditions
1313
CompatiblePSEditions = 'Core', 'Desktop'
@@ -108,6 +108,7 @@
108108
1.2.0 - Added Get-AzDevOpsActivityLogs function and added mailobx audit logs retrieval to the Search-O365 function
109109
2.0.0 - Rework of the project: use of an application to do the log collection, instead of an authenticated user. Add Purview
110110
2.1.0 - Add Get-AADUsers
111+
2.2.0 - Get Purview results using Graph instead of PowerShell. Use ToJsonString() to fix case. Recover deleted items
111112
'
112113
} # End of PSData hashtable
113114
} # End of PrivateData hashtable

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN pwsh -command Install-Module -Name Microsoft.Graph.Users -RequiredVersion 2.
1515
RUN pwsh -command mkdir /tmp/posh
1616
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'
1717
RUN pwsh -command Register-PSRepository -Name local -SourceLocation /tmp/posh -InstallationPolicy Trusted
18-
RUN pwsh -command Install-Module PoshRSJob -Verbose -Scope AllUsers -Repository local
18+
RUN pwsh -command Install-Module PoshRSJob -Scope AllUsers -Repository local
1919
RUN mkdir -p /root/.config/powershell
2020
RUN echo 'Write-Host -ForegroundColor Yellow "DFIR-O365RC: PowerShell module for Microsoft 365 and Entra ID log collection"' > /root/.config/powershell/Microsoft.PowerShell_profile.ps1
2121
RUN echo 'Write-Host -ForegroundColor Yellow "https://github.com/ANSSI-FR/DFIR-O365RC"' >> /root/.config/powershell/Microsoft.PowerShell_profile.ps1

0 commit comments

Comments
 (0)