Skip to content

Instantly share code, notes, and snippets.

View leaaf7823's full-sized avatar
💭
I may be slow to respond.

LEAF leaaf7823

💭
I may be slow to respond.
View GitHub Profile
@leaaf7823
leaaf7823 / AzureADPowerShell.md
Created August 24, 2022 00:37 — forked from kazusato/AzureADPowerShell.md
PowerShell によるAzure AD操作

モジュールの種類

Azure AD用モジュールの種類については、以下のページが参考になる(2017年と若干古いが)。

https://jpazureid.github.io/blog/azure-active-directory/powershell-module/

このドキュメントに記載されている通り、Azure AD関連のPowerShellモジュールは以下の3種類がある。

  • MSOnline
  • AzureAD
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

LOAD CSV into Neo4j quickly and successfully

Since version 2.1 Neo4j provides out-of-the box support for CSV ingestion. The LOAD CSV command that was added to the Cypher Query language is a versatile and powerful ETL tool. It allows you to ingest CSV data from any URL into a friendly parameter stream for your simple or complex graph update operation, that …​ conversion.