Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import-LiveTilesConfiguration fails at Invoke-RestMethod line 90 #3

Open
Dominik-KV opened this issue Sep 7, 2021 · 0 comments
Open

Comments

@Dominik-KV
Copy link

Dominik-KV commented Sep 7, 2021

Updating LiveTiles intranet config ...
Invoke-RestMethod : Der Remoteserver hat einen Fehler zurückgegeben: (404) Nicht gefunden.
In C:\Users\xxx\OneDrive - xxx\Desktop\LiveTiles Installation\DemoEnvironment-main\DemoImport\Import-LiveTilesConfiguration.ps1:90 Zeichen:15
+ ...    $result = Invoke-RestMethod –Uri $url -Method Get -Headers $header
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
 
Invoke-RestMethod : Der Remoteserver hat einen Fehler zurückgegeben: (500) Interner Serverfehler.
In C:\Users\xxx\OneDrive - xxx\Desktop\LiveTiles Installation\DemoEnvironment-main\DemoImport\Import-LiveTilesConfiguration.ps1:149 Zeichen:15
+ ...   $result = Invoke-RestMethod –Uri $url -Method Post -Headers $header ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant