Friday, April 28, 2017

I can not view the Primary Stream on Pelco cameras.

This is the default setting when accessing this camera in a web browser.

  

Next I get this on Safari.

  

If I click that box, I get this info from Apple.

   

I have tried several computers with different browsers and none can view the primary stream. Why is new hardware using Quicktime 7?

Thursday, April 27, 2017

How to view all the hidden fields in Active Directory Users and Computers.

Active Directory Users and Computers
View / advanced Features
Find User
Member Of / Open group
Close User
Open User again

Attribute Editor tab

More than 500 fields are now available in the GUI. Why are there so many Microsoft?

Citrix Start menu pinned shortcuts

Sometimes users get stuck with outdated shortcuts that no longer work and they are not allowed to delete them. I searched for a while to find this in the registry.

HKEY_CURRENT_USER\Software\Microsoft\ Windows\CurrentVersion\Explorer\UserAssist\

Remove items in this folder and logoff. Now I have an empty Start menu.


Tuesday, April 11, 2017

How to set Citrix default printer with a logon script.


powershell.exe -Command "$printer = get-wmiobject -class win32_printer | select -first 1 ; $printer.setdefaultprinter()"

This will get a list of printers from the user session and make the first one default. The first printer in the list is the default on the local computer outside of Citrix. I don't know why the local default is always first in the list but that appears to be the case.