whiggs12
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by whiggs12-
whiggs12 commented,
To piggy back off what said, you might find the below code snippet very useful, as it allows you to perform powershell binding redirection:# Load your target version of the assembly $newtonsoft =...
-
whiggs12 commented,
I wanted to add one more piece of information. Thanks to the help of mattwiller on Github, I now finally understand why, when running the windows sdk in powershell, 2 different versions of the Ne...
-
whiggs12 commented,
Oh, and one more thing. I also used ILSpy to decompile the box windows sdk dll file, which was infinitely helpful in figuring out what all of usable commands are and what their arguments are.
-
whiggs12 created a post,
Automating box processes using powershell and the box windows sdk
Hey all. I thought I would (re)post a quick explanation as to how you can use the box windows sdk in powershell to automate box tasks. This method will require powershell 5 at least (or if you s...
-
whiggs12 commented,
Once again, not everyone all at once now. Not one person knows the solution to this issue? Guess I will need to continue updating post content to make sure it is visible
-
whiggs12 commented,
Also, assuming you accidentally kept the client id that you have been using in the URL you posted, that Client id is too short. Client ids appear to be around 32 characters long.
-
whiggs12 commented,
Try Entering a valid URL. I used "https://www.google.com" for mine and it worked fine
-
whiggs12 commented,
Woa Woa. Slow down with all the replies. Not everyone all at once now.
-
whiggs12 created a post,
legal hold assignment api call returning "404" not found
So I have a powershell script which uses an app which is configured to be able to obtain list all of the legal hold objects within the environment. Using this same app, I attempt to obtain the Le...
-
whiggs12 created a post,
JWT Oauth 2.0 using powershell
AnsweredFor those of you who are looking for information on how to integrate server-side box authentication using OAuth 2.0 and JWT in powershell and have not been able to find any information or get any ...