Here is a way to discover the IP address of a WSD printer
Get-PrinterPort | fl name
Get-PrinterPort -name WSD-number -computername YourPrintserver | ft DeviceURL
Another way is to just
Get-PrinterPort | fl
and scroll through 😉
Here is a way to discover the IP address of a WSD printer
Get-PrinterPort | fl name
Get-PrinterPort -name WSD-number -computername YourPrintserver | ft DeviceURL
Another way is to just
Get-PrinterPort | fl
and scroll through 😉
Having troubles openning the signatures window in Outlook 2016 after installing the Office 365 version. Try the below commands to fix it in an elevated power shell prompt:
Set-TimeZone -Name “W. Australia Standard Time”
Get-AppxProvisionedPackage -online | where { $_.Packagename -like ‘*Office*’ } | Remove-AppxProvisionedPackage -Online
Get-AppxPackage | ? { $_.Name -like “*Office*” } | Remove-AppxPackage
Get-AppxProvisionedPackage -online | where { $_.Packagename -like ‘*Microsoft.DesktopApp*’ } | Remove-AppxProvisionedPackage -Online
I was looking everywhere for this user manual online and it seems no one has it, so here is a link to my hosting of it.
ftp://ftp.lanchbury.id.au/pub/support/MJ-6709B_BluetoothBarcodeScanner_UserManual_1200Horz.pdf.pdf
ftp://ftp.lanchbury.id.au/pub/support/MJ-6709B_BluetoothBarcodeScanner_UserManual_1200Vert.pdf
ftp://ftp.lanchbury.id.au/pub/support/MJ-6709B_BluetoothBarcodeScanner_UserManual_2400Vert.pdf.pdf
Links edited with higher resolution versions after Alessandro comments below.
Links edited again due to someone externally sharing my links (300-400MB per day of downloads), please play fair or I’ll have to remove these files.
Here’s something I’ve just worked out that is cool.
The QNAP NAS’s can have a USB to serial adaptor connected to them and you can SSH into the system and access the client device through the QNAP by issuing the command
screen /dev/ttyUSB0 9600
This has been a huge help as my Windows system always crashes when using the same exactly adapter.
Next thing you’ll want to know is how to exit it, that is
Ctrl+A
then Ctrl+\
Handy to know for me hopefully it is for you too.