Never finished B5,.. I should go back for it...
I've been trying to finish Airwolf, Streethawk and a few others...
Those who oversee the community.
Never finished B5,.. I should go back for it...
I've been trying to finish Airwolf, Streethawk and a few others...
Good luck. I didn't know that USMT was even still a thing used... Maybe some places disable / block it.
One Drive maybe? IDK.. If the vendor has the devices, profiles are difficult to move without the initial sign on. Now, I could be wrong on that... Maybe there is a way to do that without compromising the users password... because IT will never ask for your password. And if they do, it was a test,.. ONLY A TEST!...
@scottalanmiller said in Color Printer: new set up best practices:
Probably depends on printing patterns. We print VERY little, and only a few people, so for us a single printer and the end user is trusted to print what makes sense in the printer setup is what makes sense. If you have a huge office and only some people should print in color and you print a lot, then two printers would make sense.
Looking at it from that aspect - good plan. As much as I would love to rid myself of the printers it is a heavy need. They print all of the pick or pack slips for products to be shipped and they the commercial invoices - which have to use color.
I am only getting these three printers and they ruined five HP Color printers by buying and using sub-standard paper. Paper was such crap, I spent about eighteen hours tearing one printer down to the transfer belt and finding nothing. Of course, canned air on nearly every part of the disassembly could have help.
These three new printers will be on a service contract - so someone local can service them,.. or replace them. and I won't have to keep dropping upwards of two grand a printer every sixteen months.
@scottalanmiller said in What Are You Doing Right Now:
@gjacobse said in What Are You Doing Right Now:
Traveled for work three out of the last seven weeks.. tad worn out.
Anywhere fun?
Well,.. let me think..
Yes and no.
Spent a week in Lansing, Michigan - our home office. Got to see the new building and the new manufacturing line and a number of my fellow team that I generally don't see often.
Following week was four days in Cincinnati, Ohio to support the regional conference and see other people I have worked with...
This past week was Oakdale, Minnesota at the lab and Beaver Dam, Wisconsin at the manufacturing site there..
All in all,. not really fun but got to catch up with people and take care of any IT needs they had.. resolved a few and postponed a few others.
We all hate printers,.. I'm not a fan either. I just realized with adding three printers this week or next I'll have to update two or three print servers and then the users.
But - For a color printer, is it still best practice to create two printers? One Mono and one Color?
Or just let the user deal with it and only create one?
Sitting here I've nearly given myself whiplash three times now. Start to doze off and head drops waking me up..
I'm really trying to see how I want to set three new color printers up.
Traveled for work three out of the last seven weeks.. tad worn out.
@JaredBusch
the UniFi Express 7 looks pretty decent in capacity and features - and likely a contendor replacement for the UniFi Lite Router I have since my NTG days. Has that really been ten years ago now?
I will say I sort of feel that they seriously missed the mark in the design. Seems that USB-C has to be shoved into everything - but seriously - why!!??
They could have easily put the PSU into the unit and only had the AC power cable. True, the unit shouldn't need to be moved once in place. But,.. really? Get real - Just because USB--C can do so much, doesn't mean that you need to use it everywhere - especially when all you are suppling is 5v. Incorporate the whole thing and it'll be a better format.
That said,.. I'm still likely to move to something like it or this in the future.
I used this for polling printers on specific print server for printers like:
#Printer - Get devices like
$remoteComputer = "PrintServer01"
# Get printer information
$printers = $printers = Get-CimInstance -ClassName Win32_Printer -ComputerName $remoteComputer |
Where-Object { $_.Name -match '^SITE[-_]' }
foreach ($printer in $printers) {
$port = Get-CimInstance -ClassName Win32_TCPIPPrinterPort -ComputerName $remoteComputer |
Where-Object { $_.Name -eq $printer.PortName }
[PSCustomObject]@{
Name = $printer.Name
IPAddress = $port.HostAddress
#Model = $printer.DriverName
#PrintServer= $printer.ServerName
}
}
@scottalanmiller said in What Are You Doing Right Now:
Hey guys, in Houston for the week just hanging out. Last scheduled trip to the US. Not sure when I'll be back. Updated my driver's license, did some work in my storage unit. Back to paradise in the morning.
Hope you had a good visit - Hope things are going well for you and all your endeavors...
@scottalanmiller said in What Are You Doing Right Now:
Doing some platform updates today.
That explains why things look different..