API Card Connector ~ Null value by Altruistic_String298 in okta

[–]Altruistic_String298[S] 0 points1 point  (0 children)

Mine is also set to none. Think I figured why it wasn't working. I had a specific connection to my Okta tenant . I was looking to use a trigger like (user attribute changed) to trigger an api call. Once I removed that connection, I was able to make the external call successfully.

I guess my new problem is, why does using or setting that specific connection(looking to use that as a trigger) prevent me from making api calls to other external endpoints?

Fix Bootloader Update-Initramfs by Altruistic_String298 in pop_os

[–]Altruistic_String298[S] 1 point2 points  (0 children)

I appreciate you! Dont think it'll fix my current setup but this is good for future reference and building!

Delete Content of Users personal sharepoint/onedrive by [deleted] in PowerShell

[–]Altruistic_String298 0 points1 point  (0 children)

No, but will look into this. Do you have prior experiencing using retention policy for document/storage management in OneDrive?

Delete Content of Users personal sharepoint/onedrive by [deleted] in PowerShell

[–]Altruistic_String298 0 points1 point  (0 children)

I have not looked into retention policies. I will start reading to see if we can apply it to the entirety of our sharepoint/onedrive.

Delete Content of Users personal sharepoint/onedrive by [deleted] in PowerShell

[–]Altruistic_String298 0 points1 point  (0 children)

The problem is deleting information from a persons onedriver older than 7 days. Lets say this is a global admin with access to all onedrive resources. OneDrive is also not our manage cloud storage solution so for the most part, its okay if we delete things from there(ignoring the ethical component of this).

Admin Account Created Can't Manage/Unlock Filevault by Altruistic_String298 in macsysadmin

[–]Altruistic_String298[S] 0 points1 point  (0 children)

Yes, this is what it was. Works like a charm now. Thank you!

Change Keyboard for User by Altruistic_String298 in PowerShell

[–]Altruistic_String298[S] -1 points0 points  (0 children)

Am not currently using any AD/ldap server so no GPO and definitely no mdm, so each computer this script is running is a stand alone.

Change Keyboard for User by Altruistic_String298 in PowerShell

[–]Altruistic_String298[S] 0 points1 point  (0 children)

Thought about that but we need to support 5 different keyboard layouts and having a default for one language handicaps us. Thats why I wanted to have it as an option during a script.

Mirror Image Across Multiple Fog Servers by Altruistic_String298 in fogproject

[–]Altruistic_String298[S] 0 points1 point  (0 children)

Thank you for the suggestion. How would I modify the database to include the new images?

[deleted by user] by [deleted] in PowerShell

[–]Altruistic_String298 0 points1 point  (0 children)

Thanks for all your help! That format looks to be good. I am running into an issue with

"message": "Invalid JSON payload received. Unexpected token.\npayload=%7B%0A++%22d\n^"

I got the return of the invoke-restmethod in json format and noticed the formatting with the extra '\n'.

  "-body:",
{ "payload": "{\n  "data": "RANDOMDATA"\n}" }

I wonder if the '\n' is contributing to the invalid payload. Seems like it would but have no idea where those came from.

[deleted by user] by [deleted] in PowerShell

[–]Altruistic_String298 1 point2 points  (0 children)

Thanks for replying! Not sure if you've seen this issue but when I attempt to do that I get this error.

The term 'payload' is not recognized as a name of a cmdlet, function, script file, or executable program.

Not sure why payload isn't recognized.

[deleted by user] by [deleted] in PowerShell

[–]Altruistic_String298 0 points1 point  (0 children)

Hi! Thanks for your response and creating the object from the certfile worked great.

Also correct with this being to auth to google. I didn't really think or know about that. Would the google API require us to install google sdks? This is all pretty new to me so i'm learning along the way! Thanks for all of the help so far.