Group: microsoft.public.windows.powershell · Group Profile · Search for Customerize in microsoft.public.windows.powershell
Author: Kiron
Date: Aug 27, 2008 01:31
On Aug 20, 8:08 pm, Kiron <Ki...@discussions.microsoft.com> wrote: The exception is due to an empty $customer.SystemSN, test that property like this: if ($customer.SystemSN -and $customer.CustomerID -eq $cID) { ... Here is the code I tested, try it. It creates 1 folder, a collection of 'Customer' objects, process the collection and creates, and opens, 4 XLSX files that you
|