sdk-powershell-api-v2
sdk-powershell-api-v2 copied to clipboard
Windows PowerShell SDK for Box API v2
Dear All, I've noticed that running basic Powershell commands like `new-item`, `get-content`, `get-childitem`, `copy-item` and `move-item` does not work when executed on a folder contained in BoxDrive. I am wondering...
I'm getting this error: ```powershell Get-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\BoxAPI' because it does not exist. At C:\Users\1sgenevish\Desktop\sdk-powershell-api-v2-master\box\box.psm1:293 char:21 + $last_refresh = Get-ItemProperty -Path $reg_key -Name "token_time" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +...
The Get-BoxGroupMembers cmdlet only returns the first 100 members of a group. This is also the same for Get-BoxGroupDetails.
If a group in Box only has one member then the function Remove-BoxGroupMember will fail. This occurs because Get-BoxGroupDetails returns a collection of entries if their are multiple group members,...
I was hoping to find file upload & change file properties cmdlets. I've been able to use DAV with 'net use' to create a Windows drive letter "net use b:...
Return all folders that a given user owns.