You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice, to do a search based on the groups, like it is possible to do with users.
i made a powershell script to manage folder creation/collaboration with it.
i was able to isolate the user id from the box users:search output.
a nice update to this script would be to do the same with the groups.
$groupSearchResult = box groups:search $userInput
$groupID = ($groupSearchResult -like "ID: '*") -replace "ID: '" -replace "'"
would really appreciate that change :)
The text was updated successfully, but these errors were encountered:
it would be nice, to do a search based on the groups, like it is possible to do with users.
i made a powershell script to manage folder creation/collaboration with it.
i was able to isolate the user id from the box users:search output.
a nice update to this script would be to do the same with the groups.
$groupSearchResult = box groups:search $userInput
$groupID = ($groupSearchResult -like "ID: '*") -replace "ID: '" -replace "'"
would really appreciate that change :)
The text was updated successfully, but these errors were encountered: