- 
                Notifications
    
You must be signed in to change notification settings  - Fork 212
 
Run in Docker
        Vincent Biret edited this page Jun 28, 2022 
        ·
        2 revisions
      
    Our docker images ship with Microsoft Graph PowerShell preinstalled. This article shows how to get started using Microsoft Graph PowerShell in a Docker container.
- Download the latest Microsoft Graph PowerShell image.
docker pull mcr.microsoft.com/microsoftgraph/powershell - Run the Microsoft Graph PowerShell container in interactive mode.
docker run -it mcr.microsoft.com/microsoftgraph/powershell 
docker rmi mcr.microsoft.com/microsoftgraph/powershell