Nikhil "SamratAshok" Mittal

Results 11 comments of Nikhil "SamratAshok" Mittal

The newline is because of Out-String. As PowerShellv2 (or even v5) does not support a -NoNewLine parameter, I can't see of any easy way to fix it without increasing the...

For the error part, this script does not send error on the network stream. You cannot see the complete message because of this. You may like to use Invoke-PowerShellTcp to...

The issue was reported by an anonymous user by this comment: http://www.labofapenetrationtester.com/2015/05/week-of-powershell-shells-day-5.html?showComment=1435835570056#c2007721560700630955 Other issues by the user would be raised once reproduced.

Hi, sorry for the late reply. Let me test the issue.

Thanks! Let me test this.

Looks like AV blocking it. Please verify if the AV is actually turned off.

Awesome! I will merge everything to Kautilya once I coudl do the testing. Thanks!

No worries. Which version of Windows? I can't merge this one (because binareis) but will update the repository.

Hi, Can reproduce. The problem is when you use Import-ActiveDriectory.ps1, only the DLL is imported but the ActiveDirectory.psd1 is not imported. Please try with the following: Import-Module .\Microsoft.ActiveDirectory.Management.dll Import-Module .\ActiveDirectory\ActiveDirectory.psd1