You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Tools> Import-Module .\DomainPasswordSpray\DomainPasswordSpray.ps1
At C:\Tools\DomainPasswordSpray\DomainPasswordSpray.ps1:261 char:21
+ Write-Host "$Message: Waiting for $($Seconds/60) minutes. $($ ...
+ ~~~~~~~~~
Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the
name.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : InvalidVariableReferenceWithDrive
DomainPasswordSpray/DomainPasswordSpray.ps1
Line 261 in b13d64a
Fix:
Change line 261 to
The text was updated successfully, but these errors were encountered: