Adam Cook

Results 10 comments of Adam Cook

I'm just stopping by to express my frustration with how things are today. I'm happy to read about positive discussions for change, though! Trying to update `PSModulePath` in your profile...

Similar discussion here: https://github.com/PowerShell/PowerShell/issues/12777 I experienced the same. Controlled folder access was already disabled for me. However, I enabled it and added pwsh.exe. I was still receiving the error. Some...

I am experiencing detection failures on the majority of the apps however the registry keys exist. I do no ever use the `Win32_Product` class, but I did just for testing,...

{65e650ff-30be-469d-b63a-418d71ea1765} 2019 x86 {6913e92a-b64e-41c9-a5e6-cef39207fe89} 2019 x64 {33d1fd90-4274-48a1-9bc1-97e33d9c2d6f} 2012 x86 {ca67548a-5ebe-413a-b50c-4b9ceb6d66c6} 2012 x64 {9dff3540-fc85-4ed5-ac84-9e3c7fd8bece} 2013 x86 The above 100% exist in registry. 100% do not exist in `Win32_Product`. This gist may...

Example snippet generated from Roger Zander's tool ```powershell # Reg2CI (c) 2020 by Roger Zander try { if(-NOT (Test-Path -LiteralPath "HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{65e650ff-30be-469d-b63a-418d71ea1765}")){ return $false }; if((Get-ItemPropertyValue -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{65e650ff-30be-469d-b63a-418d71ea1765}' -Name 'DisplayVersion' -ea...

I can feel the urge to give a huge middle finger to Microsoft right now. I feel your pain.

@aaronparker perhaps re-open this so folks can easily see this and this thread?

@officedocsbot assign @e0i

Replying to an existing message in Teams using Microsoft Graph API is possible but not really available using non-interactive authentication flows. The application permission to use the [API endpoint](https://learn.microsoft.com/en-us/graph/api/chatmessage-post-replies?view=graph-rest-1.0&tabs=http) requires...