Skip to content

Commit 36eb281

Browse files
EmilienCourtEmilienCourt
authored andcommitted
Add update to README. bump version
1 parent bee4329 commit 36eb281

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.4.0'
10+
ModuleVersion = '2.4.1'
1111

1212
# Supported PSEditions
1313
CompatiblePSEditions = 'Core', 'Desktop'
@@ -113,6 +113,7 @@
113113
2.2.1 - Files are now written in the function where they are collected. This will change case somehow.
114114
2.3.1 - Add Update-Application -permissions. Minor fixes. Bump dependencies. Better logging
115115
2.4.0 - Rework Get-AADApps, Get-AADDevices, Get-AADUsers: they will only dump the objects and not the associated events.
116+
2.4.1 - Bugfixes
116117
'
117118
} # End of PSData hashtable
118119
} # End of PrivateData hashtable

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ _This is the recommended way of using DFIR-O365RC_
7676
Just type :
7777

7878
```bash
79+
sudo docker pull anssi/dfir-o365rc:latest
7980
sudo docker run --rm -v .:/mnt/host -it anssi/dfir-o365rc:latest
8081
```
8182

@@ -91,6 +92,7 @@ PS /mnt/host/output>
9192
If you would like to build your Docker image manually, clone the repository and use `docker compose` (or the legacy `docker-compose`) to build the image, run the container and mount a volume (in the `output/` folder):
9293

9394
```bash
95+
sudo docker compose build dfir-o365rc
9496
sudo docker compose run dfir-o365rc
9597
# using legacy Compose V1
9698
sudo docker-compose run dfir-o365rc

0 commit comments

Comments
 (0)