Skip to content

The Microsoft Xbox Live Service API (XSAPI) enables game developers to access Xbox Live. To get access to the Xbox Live service, please apply to the ID@Xbox program at http://www.xbox.com/en-us/Developers/id

License

Notifications You must be signed in to change notification settings

XB1-Hexdecimal/xbox-live-powershell-module

 
 

Repository files navigation

Welcome!

The Microsoft Xbox Live Powershell Module provides a way to

  • Get/Set sandboxes on PC and Xbox console.

To get access to the Xbox Live service, you can join the Xbox Live Creators Program at https://aka.ms/xblcp, or apply to the ID@Xbox program at http://www.xbox.com/en-us/Developers/id

To learn more about these programs, please refer to the developer program overview.

Getting Start using Xbox Live PowerShell Module

Install-Module XboxlivePSModule -Scope CurrentUser
Import-Module XboxlivePSModule
  • Update your exsiting Xbox Live PS Module
Update-Module XboxlivePSModule

Repo Structure

  • /docs/: Cmdlets documents.
  • /Microsoft.Xbox.Service.Tool/: XBL cloud tooling dll, contains code for talking to xbl service tooling endpoints. Being consumed by cmdlets. [TODO: to be released as seprate nuget package, to be consumed by externally]
  • /XboxLiveCmdlets/: Code for xbl cmdlets, warpper for consuming Microsoft.Xbox.Service.Tool.dll, also contains client only code for tooling like sandbox utilities.
  • /XboxlivePSModule/: Manifest and building script for Xbl PS module.

Documentation

You can also learn how to use xboxlive powershell module by reading our documentation:

Contribute Back!

Is there a feature missing that you'd like to see, or found a bug that you have a fix for? Or do you have an idea or just interest in helping out in building the library? Let us know and we'd love to work with you. For a good starting point on where we are headed and feature ideas, take a look at our requested features and bugs.

Contrubute guidance Develop guidance

Big or small we'd like to take your contributions back to help improve the Xbox Live Powershell Module for everyone.

Having Trouble?

We'd love to get your review score, whether good or bad, but even more than that, we want to fix your problem. If you submit your issue as a Review, we won't be able to respond to your problem and ask any follow-up questions that may be necessary. The most efficient way to do that is to open a an issue in our issue tracker.

Xbox Live GitHub projects

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

The Microsoft Xbox Live Service API (XSAPI) enables game developers to access Xbox Live. To get access to the Xbox Live service, please apply to the ID@Xbox program at http://www.xbox.com/en-us/Developers/id

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.7%
  • PowerShell 6.3%