I am new to PS and the PSADTK.
When try to use Get-InstalledApplication, it just throws an error, as seen below. This happens on all of the computers i have tried it on thus far.
Any help would be appreciated, thank you!
Get-InstalledApplication : The term ‘Get-InstalledApplication’ is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
- Get-InstalledApplication -name ‘google chrome’
-
+ CategoryInfo : ObjectNotFound: (Get-InstalledApplication:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException