litec-hasp / MS365Admin-intro

MS Entra Admin Center Tutorial / Introduction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title author date
README
hasp
2024-04-01

Introduction to MS 365 Admin Center

Start with

➡️ INTRO ⬅️


⛔ STOP!

Ignore the following text! This is just needed if you are interested in reveal-md!


Info on reveal-md

Markdown slides with reveal-md.


Installation / Update

  1. install node.js: winget install OpenJS.NodeJS.LTS
  2. install reveal-md: npm install -g reveal-md
  3. update/upgrade all global packages:
    • npm update -g
    • npm upgrade -g

Usage

  • To show all documents:
    • stay in root-folder of repository
    • and start: reveal-md . -w
      • -w is optional and watches for file changes
  • To show a specific document (using this readme as example):
    • reveal-md README.md
  • For parameter overview just type reveal-md
  • Slide creation: use Typora and vscode.
  • See the various slides to get an idea whats possible

Important files

  • global configuration: reveal-md.json
  • can be overwritten by YAML frontmatter in md-files
  • folder .reveal:
    • css styling (style.css)
    • mermaid plugin (mermaid.min.js)

Important Links

About

MS Entra Admin Center Tutorial / Introduction.


Languages

Language:CSS 100.0%