How to create a PowerShell command to uninstall an application
First, identify the applications in the list from this command:
#Get App Get-WmiObject -Class win32_
An Engineers Notebook For All To See
First, identify the applications in the list from this command:
#Get App Get-WmiObject -Class win32_
I had an issue where Skype for Business was not showing missed or outbound calls. The environment wa
If you want to split and .pfx file to see the Prvate key, you need to use OpenSSL to do this.