Skip to main content

Update Your Software

June 23, 2016

Computer updates for Microsoft Windows, Office, Adobe Acrobat, Mozilla Firefox and Java are generally available beginning the third Tuesday of each month. If no action is taken, these updates will be forcibly applied after the fourth Tuesday of each month. … Read more

Get onyen from list of PIDs

June 20, 2016

This is an example of using the powershell active-directory module to query directory information. $pidFile = ‘temp.txt’ # replace with full path to file foreach($p in get-content $pidFile){ get-aduser -ldapFilter “(employeeid=$p)” -properties employeeid | select samaccountname,employeeid }

FTE count grouped by role and division

May 5, 2016

This is an example of using the active-directory powershell module to query directory information. This script queries the Connect Carolina group structure for School of Pharmacy divisions, designated by a number between 450000 and 459999, and counts the members of each … Read more

Access Control Guidelines

April 27, 2016

Document describes how to set folder privileges on storage.unc.edu Group naming convention SOP_M-folder.subfolder-permission Permission is either LF, R or F List Folder (LF) This allows for folder traversal, should be used sparingly to avoid deeply nested / confusing inheritance structures. … Read more

FTE Directory Information

April 4, 2016

This is an example of using the active-directory powershell module to query directory information. This script produces a count of all employees (faculty and staff) by Connect Carolina division number as well as comma separated list consisting of {division number, employee … Read more

Drag-n-Drop [mis]Behavior

March 22, 2016

Occasionally we receive requests about files being accidentally moved after a drag and drop operation where the intention was to copy the file. Drag and drop changes behavior based on the source from which you’re dragging and the destination where you’re dropping: … Read more

Setup Network Printer

January 26, 2016

This content is Onyen protected. Please enter your Onyen to log in and view it.

Prepare for External Vendor On-Site Support

January 8, 2016

Please notify itsop@unc.edu at least 24 hours prior to scheduled computer assistance provided by an external vendor (e.g., instrument, software, device manufacturers, etc.) by following the Request Admin Rights procedure.