A couple of issues here.
I was looking for where to post and in the parts of the forum I was in it said, if you don’t know where to post, post in ‘questions’ My first question is where is Questions?
My second is I always seem to have problems with power shell. On my newer computer I updated a few months ago to 7.3.2 but I am missing the nice interface option and can only find the terminal option. Where is it?? And I thought I still had the older version but do not see it. What the heck is going on??
I tried to run the script from another thread
$GCIArgs = @{NameSpace = "root\cimv2\security\microsofttpm"
Class = "Win32_tpm"
}
Get-CIMInstance @GCIArgs |
Select SpecVersion, IsEnabled_InitialValue,
IsActivated_InitialValue, ManufacturerVersionInfo |
FL
but get errors. Arrg indeed!
🍻
Just because you don't know where you are going doesn't mean any road will get you there.