Vlad Drumea

Results 43 issues of 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...

enhancement
Maybe

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...

enhancement

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...

help wanted

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...

enhancement

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

enhancement