$scriptUrl = "https://raw.githubusercontent.com/AgioStephen/AGIOASSESSOR/main/AgioAssessment.ps1"
$scriptPath = "$env:TEMP\AgioAssessment.ps1"
Invoke-WebRequest -Uri $scriptUrl -OutFile $scriptPath
Write-Host "Executing AgioAssessment.ps1..."
Start-Process powershell.exe -ArgumentList "-ExecutionPolicy Bypass -File "$scriptPath
"" -Wait
Remove-Item -Path $scriptPath
forked from AgioStephen/AGIOASSESSOR
-
Notifications
You must be signed in to change notification settings - Fork 0
acag08/AGIOASSESSOR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PowerShell 100.0%