Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
大量の VMware Horizon 仮想マシンに一括でユーザーを割り当てるツール
Search
Unno Wataru
February 28, 2024
Technology
0
180
大量の VMware Horizon 仮想マシンに一括でユーザーを割り当てるツール
https://github.com/unnowataru/HorizonUserAssignExcel
Unno Wataru
February 28, 2024
Tweet
Share
More Decks by Unno Wataru
See All by Unno Wataru
ESXi で仮想化した ARM 環境で LLM を動作させてみるぞ
unnowataru
0
470
丸投げ! ChatGPT で Azure の環境を IaC する
unnowataru
0
320
AI に ESXi で使えるコードを書いてもらおう
unnowataru
0
170
いま話題の AI に教えてもらう! イマドキのインフラ管理術
unnowataru
0
66
Other Decks in Technology
See All in Technology
20250612_GitHubを使いこなすためにソニーの開発現場が取り組んでいるプラクティス.pdf
osakiy8
1
540
Devin(Deep) Wiki/Searchの活用で変わる開発の世界観/devin-wiki-search-impact
tomoki10
0
170
これならできる!Kotlin・Spring・DDDを活用したAll in oneのマイクロサービス開発術
demaecan
0
250
Autonomous Database サービス・アップデート (FY25)
oracle4engineer
PRO
1
750
dbt Cloudの新機能を紹介!データエンジニアリングの民主化:GUIで操作、SQLで管理する新時代のdbt Cloud
sagara
0
170
Flutterアプリを⾃然⾔語で操作する
yukisakai1225
0
210
AIコーディング新時代を生き残るための試行錯誤 / AI Coding Survival Guide
tomohisa
8
11k
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
370k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
7k
kotlin-lsp を Emacs で使えるようにしてみた / use kotlin-lsp in Emacs
nabeo
0
120
「規約、知識、オペレーション」から考える中規模以上の開発組織のCursorルールの 考え方・育て方 / Cursor Rules for Coding Styles, Domain Knowledges and Operations
yuitosato
3
490
JavaのMCPサーバーで体験するAIエージェントの世界
tatsuya1bm
1
220
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
4
120
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
640
The Pragmatic Product Professional
lauravandoore
35
6.7k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.7k
Designing for Performance
lara
609
69k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Building an army of robots
kneath
306
45k
Transcript
株式会社ネットワールド SI技術本部 大量の VMware Horizon 仮想マシンに 一括でユーザーを割り当てるツール ソリューションアーキテクト課 海野 航
Copyright © 2024 Networld Corporation All Rights Reserved. はじめに
3 Copyright © 2024 Networld Corporation All Rights Reserved. 自己紹介
ネットワールドのソリューションアーキテクト NVIDIA NGCA, VMware vExpert 趣味とか… : 海野 航 (うんの わたる)
Copyright © 2024 Networld Corporation All Rights Reserved. 大量の VMware
Horizon 仮想マシンに 一括でユーザーを割り当てるツール
5 Copyright © 2024 Networld Corporation All Rights Reserved. Horizon
で 仮想デスクトップに ユーザーをアサインする • 管理コンソールを使ってユーザーをアサインする 出典 : Digital Workspace TechZone – Blog https://techzone.vmware.com/blog/vmware-horizon-console-overview
6 Copyright © 2024 Networld Corporation All Rights Reserved. 検証やデモで新規作成したときに
一気に操作するのが大変…
7 Copyright © 2024 Networld Corporation All Rights Reserved. HorizonUserAssignExcel
のご紹介 ( Excel シートです) https://github.com/unnowataru/HorizonUserAssignExcel
8 Copyright © 2024 Networld Corporation All Rights Reserved. この
Excel シートの使い方 ユーザー割り当て対象となる 仮想マシンの名前を入力する 割り当てたいユーザー名を入力する
9 Copyright © 2024 Networld Corporation All Rights Reserved. この
Excel シートの使い方 PowerCLI のコマンドが作成される
10 Copyright © 2024 Networld Corporation All Rights Reserved. この
Excel シートの使い方 ここのフィールドは CONCATENATE関数で 文字列を連結してあるだけなので、 適当なフィールド(隣のセルとか)やメモ帳に 「文字列として貼り付け」をしてください
11 Copyright © 2024 Networld Corporation All Rights Reserved. 生成したスクリプトの実行
• VMware PowerCLI および Horizon 管理用のモジュールを インストールしてある環境から実行すると、割り当てが完了する
None