Vlad Drumea
Vlad Drumea
Potential input parameter `-MonitorTime` value provided in minutes, behavior example: - Option 1: If PSBlitz is executed with `-MonitorTime 100`, PSBlitz will continue running the BlitzWho background process even if...
With the October release, Brent introduced `@sortorder = 'duplicate' ` for sp_BlitzCache. Adding this to PSBlitz would require: - PSBlitz.ps1 - adding it in the main sp_BlitzCache block - Excel...
Got a bit more specific with the id parameter in order to filter out false positives caused by fbclid
Added myself to the [mastodon-import.csv](https://github.com/dataplat/mastodon/blob/main/dataplat/mastodon-import.csv) file.
Hello, First off: thank you for taking the time to open an issue! When filing an issue please provide as much information as possible. ## Bare minimum At a minimum...
From this ```powershell $ResourcesPath = $ScriptPath + "\Resources" ``` To this ```powershell $ResourcesPath = Join-Path -Path $ScriptPath -ChildPath "Resources" ``` This may or may not be related to possible work...
Add a new parameter to skip checks based on a comma-delimited list of check names. Will think about granularity when I start working on it