Giter Site home page Giter Site logo

microsoftonlinefever's Introduction

PowerShell Gallery - MicrosoftOnlineFever GitHub - Release AppVeyor - main

MicrosoftOnlineFever PowerShell Module

PowerShell module with functions to connect and manage Microsoft Online.

Introduction

This module is a helper module to register the Azure AD application on a tenant, which then is used to silently connect to the various modules around Microsoft cloud services. The option to create a connection string for a tenant applications makes it possible, to pass the connection information to other users and machines.

The following PowerShell modules currently support the silent certificate based authentication to the Microsoft cloud:

The following modules are currently not supported, because the don't implement the certificate based login.:

Features

Example workflow to use this module:

# Register the enterprise application. A UI prompt will query for the login.
Register-MicrosoftOnlineAutomation -Name 'Contoso' -Verbose

# Now, we can check if the application is registered.
Get-MicrosoftOnlineTenant -Name 'Contoso'

# A connection string can be generated and afterwards be imported on an other
# machine. The connection string contains sensitive information and must be
# protected.
$connectionString = Get-MicrosoftOnlineTenantConnectionString -Name 'Contoso'
Add-MicrosoftOnlineTenant -Name 'ContosoClone' -ConnectionString $connectionString

# Finally, we use the connect command or on of the aliases (aad, o365, m365) to
# connect to the scope we current need. Not specifying any scopes will connect
# to all supported scopes.
Connect-MicrosoftOnline -Name 'Contoso' -Scope 'Exchange', 'SharePoint'

Versions

Please find all versions in the [GitHub Releases] section and the release notes in the CHANGELOG.md file.

Installation

Use the following command to install the module from the PowerShell Gallery, if the PackageManagement and PowerShellGet modules are available:

# Download and install the module
Install-Module -Name 'MicrosoftOnlineFever'

Alternatively, download the latest release from GitHub and install the module manually on your local system:

  1. Download the latest release from GitHub as a ZIP file: [GitHub Releases]
  2. Extract the module and install it: [Installing a PowerShell Module]

Requirements

The following minimum requirements are necessary to use this module, or in other words are used to test this module:

  • Windows 10
  • Windows PowerShell 5.1

Contribute

Please feel free to contribute to this project. For the best development experience, please us the following tools:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.