Skip to content
New issue

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

Install failed : Cannot convert null to type "System.DateTime". #170

Open
dylanc24 opened this issue Nov 16, 2023 · 1 comment
Open

Install failed : Cannot convert null to type "System.DateTime". #170

dylanc24 opened this issue Nov 16, 2023 · 1 comment

Comments

@dylanc24
Copy link

dylanc24 commented Nov 16, 2023

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".
@stretfordStart
Copy link

I also had this issue on an occasion, but after using this workaround: PowerShell/PowerShellGetv2#135 (comment) it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants