Use cases for the new null coalescing operator in PowerShell 7
Tips and use cases for the new null coalescing operator in PowerShell 7…
Tips and use cases for the new null coalescing operator in PowerShell 7…
So you noticed that when you pipe some cmdlets to the Select-Object
cmdlet, you can hit the TAB key and enumerate all properties of the former cmdlet. But it doesn’t work with your function… Huh!
When I learned PowerShell and discovered the Try/Catch/Finally statements I was immediately puzzled by the usefulness of the Finally statement and I never found its real functional purpose clearly documented somewhere…
I came accross the following error while remoting to a standalone computer: WinRM cannot process the request. The following error with error code 0x8009030e occurred while using Negotiate authentication: A specified logon session does not exist. It may already have been terminated. Because for all other computers I am using Kerberos authentication, I was not […]
The following error with errorcode 0x80090311 occurred while using Kerberos authentication
You must be logged in to post a comment.