A collection of useful PowerShell scripts to make deploying Office 2016 and Office 365 ProPlus easier for IT Pros and administrators. If you have any feature requests or ideas for future scripts please add the idea to the issues list in this repository
I've followed the guide as best as I can, I'm a noob so please be gentle. I'm getting several errors -
1. the script is not digitally signed. I've managed to bypass this using this code Unblock-File -Path C:\Scripts\Remove-PreviousOfficeInstalls.ps1
2. Then when I try to run it again I'm getting this error -
3. I also tried running it like - Remove-PreviousOfficeInstalls.ps1, as I'm already in the correct directory and it gave me this message
Suggestion [3, General]: The command Remove-PreviousOfficeInstalls.ps1 was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\Remove-PreviousOfficeInstalls.ps1". See "get-help about_Command_Precedence" for more details.
Then I tried .\Remove-PreviousOfficeInstalls.ps1, and getting the same long error - SEE ABOVE
I've tried to run it like this but getting the same above error - . .\Remove-PreviousOfficeInstalls.ps1 Off_10.vbs (renamed the file)
Hello,
So I've been having issues with installing 365, 2013, 2010 and 2007. I'm getting loads of errors - See my post here - https://www.reddit.com/r/Office365/comments/7z1fub/unable_to_install_office_365_or_2013_300xx_errors/
I've followed the guide as best as I can, I'm a noob so please be gentle. I'm getting several errors - 1. the script is not digitally signed. I've managed to bypass this using this code Unblock-File -Path C:\Scripts\Remove-PreviousOfficeInstalls.ps1
2. Then when I try to run it again I'm getting this error -
3. I also tried running it like - Remove-PreviousOfficeInstalls.ps1, as I'm already in the correct directory and it gave me this message
Suggestion [3, General]: The command Remove-PreviousOfficeInstalls.ps1 was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\Remove-PreviousOfficeInstalls.ps1". See "get-help about_Command_Precedence" for more details.
Then I tried .\Remove-PreviousOfficeInstalls.ps1, and getting the same long error - SEE ABOVE
I've tried to run it like this but getting the same above error - . .\Remove-PreviousOfficeInstalls.ps1 Off_10.vbs (renamed the file)