Sharing: PowerShell wrapper module for the Box CLI
Hi all, in order to allow us to manage Box easily using Powershell, I created this PS module.
This module makes the Box CLI easier to use within PowerShell, converting from json and returning objects that you can easily manipulate using PowerShell.
So you can do things like this and get well formatted results:
Get all users
$users = Get-BoxAllUsers
$users | ft
So here it is, welcome to contribute to add missing commands:
サインインしてコメントを残してください。
コメント
0件のコメント