whiggs12
- 合計アクティビティ 19
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
アクティビティの概要
whiggs12さんの最近のアクティビティ-
whiggs12さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
Try Entering a valid URL. I used "https://www.google.com" for mine and it worked fine
-
whiggs12さんがコメントを作成しました:
Woa Woa. Slow down with all the replies. Not everyone all at once now.
-
whiggs12さんが投稿を作成しました:
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さんが投稿を作成しました:
JWT Oauth 2.0 using powershell
回答済みFor 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 ...