Invoke-RestMethod : {“error”:{“code”:”InvalidAuthenticationTokenTenant”,”message”:”The access token is from the wrong issuer

A little bit shorter this time…. If you retrieved to many AccessTokens geholt and are trying to make a REST Call, this might happen: Invoke-RestMethod : {“error”:{“code”:”InvalidAuthenticationTokenTenant”,”message”:”The access token is from the wrong issuer You’ve got too many tokens, and PowerShell doesn’t know which one to use. Which we can see like this: The easiest Read more about Invoke-RestMethod : {“error”:{“code”:”InvalidAuthenticationTokenTenant”,”message”:”The access token is from the wrong issuer[…]

Windows Updates installieren/automatisieren

Dieser Eintrag ist länger geworden als ich dachte. Zunächst wollte ich nur grob beschreiben wie man Windows Updates unter Windows 2008 und 2008 R2 installiert (funktioniert auch bei 2016, ist aber umständlicher als nötig). Jedoch führte eins zum anderen… naja und letztendlich habe ich das komplette Automatisierungs-Skript drin gehabt. Aber fangen wir mal von vorne Read more about Windows Updates installieren/automatisieren[…]