Giter VIP home page Giter VIP logo

attune-update-domain's Introduction

Using Attune to update Office 365 Users' Domain/UserPrincipalName

This Blueprint is used for updating users' Domain/UserPrincipalName on an Office 365 Tenant.

A Tenant is an Organization, an Office 365 Tenant is an instance of Office 365 for an organization.

Pre-Blueprint Attune setup

  1. On the Inputs tab, create a Windows Node for the host you wish to run this Blueprint.
  2. On the Inputs tab, create a Windows Credentials to connect to the host you wish to run this Blueprint.
  3. On the Inputs tab, create a Text value to store the values below:
    • 0365UserName: This is the Username of the Global Administrator (DataType: String).
    • 0365Password: This is the Password of the Global Administrator (DataType: String).
    • 036Hashconfig: This holds an array of configurations (DataType: HashTable).

Two configurations can be used for this Blueprint:

  1. One with a CSV file holding specific users' that require an update and their new domain value.
  2. One without a CSV file, but the name of the old domain and new domain.
    • Note this update will affect all users on the tenant having the old domain specified

Below is a sample CSV:

UserPrincipalName
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

Hash Table Configuration Syntax:

When a CSV File is used
@{'CSV'=$true;'NewDomain'="fabrikram.com";'CSVPath'="C:\Users\user\Desktop\ATTUNE";'CSVFileName'="UserEmail.csv"}

When a CSV File is not used
@{'CSV'=$false;'OldDomain'="contoso.com";'NewDomain'="fabrikram.com"}

Parameters & Descriptions

  • CSV: Specifies if a CSV is used in the configuration Accepts only $true or $false.

  • NewDomain: Holds the name of the users' new domain.

  • OldDomain: Holds the name of the users' old domain.

  • CSVPath: Holds the value of the CSV file path on the Attune Node.

  • CSVFileName: Holds the value of the CSV file name.


Blueprint Steps

  1. Check and Install the MSOnline Module
  2. Update the Office 365 Users' Domain

attune-update-domain's People

Contributors

ogie15 avatar

Watchers

 avatar  avatar

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.