We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I tried to install Invoke Atomic Red Team using this command :
IEX (IWR 'https://raw.githubusercontent.com/redcanaryco/invoke-atomicredteam/master/install-atomicredteam.ps1' -UseBasicParsing); Install-AtomicRedTeam
But i got this error :
Install-AtomicRedTeam : Installation of AtomicRedTeam Failed. At line:2 char:1 + Install-AtomicRedTeam -Force + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-AtomicRedTeam Cannot convert null to type "System.DateTime".
The text was updated successfully, but these errors were encountered:
I also had this issue on an occasion, but after using this workaround: PowerShell/PowerShellGetv2#135 (comment) it worked.
Sorry, something went wrong.
No branches or pull requests
Hi,
I tried to install Invoke Atomic Red Team using this command :
IEX (IWR 'https://raw.githubusercontent.com/redcanaryco/invoke-atomicredteam/master/install-atomicredteam.ps1' -UseBasicParsing); Install-AtomicRedTeam
But i got this error :
The text was updated successfully, but these errors were encountered: