We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad05d23 commit 1926eccCopy full SHA for 1926ecc
1 file changed
Powershell/Quick Fixes/Remove-SCOMBaseManagedEntity.ps1
@@ -43,6 +43,9 @@
43
.AUTHOR
44
Blake Drumm (blakedrumm@microsoft.com)
45
46
+ Blog Post:
47
+ https://blakedrumm.com/blog/remove-data-from-scom-database/
48
+
49
Github Page:
50
https://github.com/blakedrumm/SCOM-Scripts-and-SQL/blob/master/Powershell/Remove-SCOMBaseManagedEntity.ps1
51
@@ -53,7 +56,7 @@
53
56
April 10th, 2021
54
57
55
58
.MODIFIED
- August 18th, 2022
59
+ October 2nd, 2022
60
#>
61
[OutputType([string])]
62
param
0 commit comments