We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27d9fe9 + fc1c5dc commit 7ddc79eCopy full SHA for 7ddc79e
sp_Blitz.sql
@@ -8816,7 +8816,8 @@ IF @ProductVersionMajor >= 10 AND NOT EXISTS ( SELECT 1
8816
EXEC master.sys.xp_regread @rootkey = 'HKEY_LOCAL_MACHINE',
8817
@key = 'SOFTWARE\Policies\Microsoft\Power\PowerSettings',
8818
@value_name = 'ActivePowerScheme',
8819
- @value = @outval OUTPUT;
+ @value = @outval OUTPUT,
8820
+ @no_output = 'no_output';
8821
8822
IF @outval IS NULL /* If power plan was not set by group policy, get local value [Git Hub Issue #1620]*/
8823
0 commit comments