Hi
I have a requirement to write a PowerShell script to,
Read a list of DPs (Know how to do it)
And Read a list of packages
And then for each DP it will check if each package is already distributed to the DP
If it is it does nothing
If it isn’t, it will distribute the package to the DP.
I'm able to figure out steps 1,2, 4 & 5. I need your help to get the PS cmdlet to check whether the package is distributed or not.
Shijin M