CB Blocking dbatools 2.0.3 #8947
Unanswered
amanzeekverma
asked this question in
General
Replies: 2 comments 6 replies
-
Please track issues on AV/EP software via issue #8241 We have had users reporting that CB has fixed this issue in latest release(s). |
Beta Was this translation helpful? Give feedback.
6 replies
-
Raised to CB as well as here : #8949 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With dbatools 1.x I was able to load it up (with some steps taken for CB to not block it) on powershell_ise.
With dbatools 2.0.3, it is being blocked by carbon black (CB).
It seems, the way dbatools.dat is being used is leading to "fileless script, obfuscation and suspected-encoding" and hence being blocked.
I tried to short circuit "serialimport as True" so that individual ps1 could be sourced, but then it later failed (not blocked) because of what I think is a bug where maintenance.dat and settings.dat are being "sourced" (instead of using Import-Command).
Example in dbatools-maintenance.ps1:
Any thoughts on getting away with these blocks OR, getting serialImport to work? or somehow getting away with ".dat" loads?
Beta Was this translation helpful? Give feedback.
All reactions