I am getting this error while activating microsoft 365 can anyone help me to solve this error please
PS C:\WINDOWS\system32> irm https://get.activated.win | iex https://get.activated.win/ : The term ‘https://get.activated.win/’ is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:33
I have a student account of microsoft office when I am running this script in my microsoft powershell it gives me error I also don’t have any antivirus in my system still it gives me error
The term ‘https://get.activated.win/’ is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:33
Awwh Shit, I did not see that before, Yup, due to BB code the link get fitched and the whole code got ruined, thanks a bunch for correcting it, I also, fixed it into the main post!
Activated successfully yesterday first I used the link to download the Office Setup file posted above & then successfully activated my installation using the Microsoft-Activation-Scrips-master.zip posted earlier
•You will see the activation options.
Follow the on-screen instructions.
EXPLANATION:
The COMMAND
irm https://get.activated.win | iex
IS NO LONGER USED AS OF 31 August 2024
Executing the command
irm https://massgrave.dev/get | iex
will get and start the PowerShell file get.ps1 below:
Write-Host “”
Write-Host “The command ‘irm https://massgrave.dev/get | iex’ is retired.”
Write-Host “”
Write-Host “Visit the site below for the new command:” -ForegroundColor Green
Write-Host “”
Write-Host “https://massgrave.dev/” -ForegroundColor Cyan
Write-Host “”
if (-not $args) {
Write-Host “Press any key to open the website…”
[void][System.Console]::ReadKey($true)