CodeDump
CodeDump copied to clipboard
things that help me. might help others.
When I run this script the library will sync and the window says "Sync Completed", but the powershell window never closes. No "Completed Successfully" message ever appears. Why does it...
When running the printer script i am receiving the following error Unable to add printer connection Win32 error code 1326 but unable to see why.
I have been able to successfully implement this script and have the script successfully sync the Sharepoint library with OneDrive but Intune shows the script as failed on each computer...
The script Configure-Policies.ps1 won't remove the "Do you trust this printer" prompt. The script will block connections to the servers which are not defined but Windows doesn't trust the defined...
Accept License Agreement if install necessary.
First of all, thanks for the super nice script you had created. For my cases I try to assign a binary key value of "080000000000000001000000020000000300000004000000050000000600000007000000" In the end, the it...
These two lines: $msiItem = Invoke-RestMethod @msiParams -Uri "$($baseUri)/$($msiId)?`$expand=appRoleAssignments" $graphRoles = (Invoke-RestMethod @msiParams -Uri "$baseUri/$($graphId)/appRoles").Value | error out with "WARNING: Cannot bind parameter because parameter 'Uri' is specified more than...
It seems like generating the access token from within Powerquery has stopped to work. Also within PowerBI-GraphAuthentication Has anyone having this issue as well? Solution? thanks
HI, I am using your script Sync-SharepointFolder.ps1 and it works great. I was wondering if you could help me out with an error that I am getting when running the...