-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description:
When running Show-DDDomainReport
with only the domain parameter, the output indicates a FilePath
value that includes only the file name and not the full path. The file does not appear to be present in the working directory.
Steps to Reproduce:
Show-DDDomainReport architechlabs.io
Observed Behavior:
- Output includes a
FilePath
value of:architechlabs_io_20250817_122256.html
- Since no full path is given, I assumed the file would be created in the current working directory.
- No file was found in the working directory.
Expected Behavior:
- File should be saved in the current working directory (or another clearly documented default location) when no explicit output path is provided.
- Output should include the full path of the generated file.
Notes:
- Unsure if this is a bug in path resolution or if the file is being written to another location.
- Documentation and/or behavior could be updated to clarify where the file is stored by default.
- File output works correctly when -Path is explicitly provided, so this only occurs when relying on the default.
Metadata
Metadata
Assignees
Labels
No labels