Hey,
is there a way to get the default printer from remote computer using powershell ?
if I try using gwmi -class win32_printer -computername <xxxx> i'll get " default : false " on all the printers.
but if I run gwmi -class win32_printer -computername localhost in the local powershell console when I'm connect using rdp I will get the " default : true " on one of the installed printers.
why is that ??
thanks in advance.