OfficeDev / microsoft-teams-emergency-operations-center

The Microsoft Teams Emergency Operations Center (TEOC) solution template leverages the power of the Microsoft 365 platform to centralize incident response, information sharing and field communications using powerful services like Microsoft Lists, SharePoint and more.
MIT License
90 stars 36 forks source link

Trouble Installing EOC #197

Closed vo1816 closed 4 months ago

vo1816 commented 5 months ago

Hello! I am having trouble installing the EOC into my instance of Teams. I am running into errors with PowerShell. Honestly, I just really don't quite know what I am doing and could use some help if anyone is willing!

v-ajaysahu commented 5 months ago

@vo1816 , Thank you for reporting this. Can you please share what errors you're getting while running PowerShell. Also please refer deployment guide.

vo1816 commented 4 months ago
Screenshot 2024-05-06 at 2 30 11 PM

Here's a screenshot of one of the errors. "The term 'Get-PnPTenantSite' is not recognized as the name of a cmdlet, function, script files, or operable program." The other errors I believe I got while trying to follow the troubleshooting guides.

v-ajaysahu commented 4 months ago

@vo1816 , Thank you for providing the screenshots. To execute these commands, you must use PowerShell 7. You can install PowerShell 7 from the official website. https://learn.microsoft.com/en-us/powershell/scripting/whats-new/migrating-from-windows-powershell-51-to-powershell-7?view=powershell-7.4#installing-powershell-7

vo1816 commented 4 months ago
Screenshot 2024-05-07 at 9 27 21 AM

I really appreciate your help so far! I was able to install PowerShell 7 and got farther than I did before, but now am receiving the error message "File Not Found".

v-ajaysahu commented 4 months ago

@vo1816 , Please confirm the path of the EOC-SiteTemplate.xml file. Make sure you have entered the fully qualified path of the XML file (e.g., C:/Scripts/EOC-SiteTemplate.xml). Additionally, here is the deployment guide link for your reference. https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/wiki/Deployment-Guide image

vo1816 commented 4 months ago

I am using the pathway "C:\Scripts\EOC-SiteTemplate.xml".

On Tue, May 7, 2024 at 10:58 PM v-ajaysahu @.***> wrote:

@vo1816 https://github.com/vo1816 , Please confirm the path of the EOC-SiteTemplate.xml file. Make sure you have entered the fully qualified path of the XML file (e.g., C:/Scripts/EOC-SiteTemplate.xml). Additionally, here is the deployment guide link for your reference.

https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/wiki/Deployment-Guide image.png (view on web) https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/assets/154988719/7ffabc1a-184b-423f-bd58-cff2f62b1ab9

— Reply to this email directly, view it on GitHub https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/issues/197#issuecomment-2099741896, or unsubscribe https://github.com/notifications/unsubscribe-auth/BIIG66IPV6CGTR27DDFE6JTZBGWFZAVCNFSM6AAAAABHFYUOSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJZG42DCOBZGY . You are receiving this because you were mentioned.Message ID: <OfficeDev/microsoft-teams-emergency-operations-center/issues/197/2099741896 @github.com>

v-ajaysahu commented 4 months ago

@vo1816 , Ensure that you do not include double quotes when providing the XML path, as this will cause it to malfunction. Additionally, could you please share a screenshot of how you are inputting the values?

vo1816 commented 4 months ago

Thank you so much! The quotes were the problem. I think I have everything sorted now. I really appreciate your help!

On Thu, May 9, 2024 at 9:54 AM v-ajaysahu @.***> wrote:

@vo1816 https://github.com/vo1816 , Ensure that you do not include double quotes when providing the XML path, as this will cause it to malfunction. Additionally, could you please share a screenshot of how you are inputting the values?

— Reply to this email directly, view it on GitHub https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/issues/197#issuecomment-2102941177, or unsubscribe https://github.com/notifications/unsubscribe-auth/BIIG66KKQJORAFE4ITDQVNLZBOLZRAVCNFSM6AAAAABHFYUOSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBSHE2DCMJXG4 . You are receiving this because you were mentioned.Message ID: <OfficeDev/microsoft-teams-emergency-operations-center/issues/197/2102941177 @github.com>

v-ajaysahu commented 4 months ago

@vo1816 , Since the issue has been resolved, I am closing this for now.