From 2b6859eec5c82f6fb034d508407ab0ef8e6e6f04 Mon Sep 17 00:00:00 2001 From: ctrlbold Date: Thu, 27 Oct 2016 10:44:40 -1000 Subject: [PATCH] added Get-DbaRunningJob --- dbatools.psd1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbatools.psd1 b/dbatools.psd1 index af454fb0ec..d9f14fe1b8 100644 --- a/dbatools.psd1 +++ b/dbatools.psd1 @@ -155,7 +155,8 @@ 'Remove-DbaBackup', 'Find-DbaOrphanedFile', 'Test-DbaFullRecoveryModel', - 'Test-DbaMaxDop' + 'Test-DbaMaxDop', + 'Get-DbaRunningJob' ) # Cmdlets to export from this module