whiggs12
- Activité totale 19
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 5
Aperçu des activités
Dernière activité effectuée par whiggs12-
whiggs12 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
Try Entering a valid URL. I used "https://www.google.com" for mine and it worked fine
-
whiggs12 a ajouté un commentaire,
Woa Woa. Slow down with all the replies. Not everyone all at once now.
-
whiggs12 a créé une publication,
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 a créé une publication,
JWT Oauth 2.0 using powershell
RéponduFor 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 ...