Open kckenterprises opened 3 months ago
Microsoft Defender is also flagging the following files during the Installation for me:
Install-Module AADInternals
# PackageManagement\Install-Package : Package 'AADInternals' failed to be installed because: Operation did not complete successfully because the file contains a virus or potentially unwanted software.
Would it be possible to move the into a separated module?
Install-Module AADInternals.Beta
Install-Module AADInternals.Experimental
The version info table (https://aadinternals.com/aadinternals) mentions:
Removed PTASpy to prevent antivirus blocking AADInternals installation on non-PTA computers.
So, I suspect other alerts are just more of the same - this entire package can be used maliciously, but it would be helpful to get an official confirmation from @NestoriSyynimaa
Related:
Thanks! I suspected as much, but thank you for confirming they are legitimate and not dangerous to users of the PowerShell module.
Getting multiple detections when installing this PS module.
Is this to be expected?