Use PowerShell to connect to other PCs via network shares or remote sessions.
Use PowerShell to connect to other PCs via network shares or remote sessions.
I'm attempting to connect to other computers remotely to check installed programs. So far, a script has helped identify both 32 and 64-bit applications, though some didn't show up. The command I use is Get-SoftwareList -Computername <computername>, and PSRemoting is enabled on the target machine. I'm adjusting the script to generate a CSV file for better output.