Skip to main content

Lenovo P310 NIC Drops Connection

June 26, 2017

A workaround for the Lenovo P310 intermittently dropping network connections is to disable power management settings This requires temporary administrator access. Under network connections > right click adapter > properties > configure > power management > Uncheck “Allow the computer … Read more

Common Accounts

May 18, 2017

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

Bitlocker

May 15, 2017

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

Perforce

May 5, 2017

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

SCCM Software Search

April 26, 2017

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

Manually uninstall kbox agent

October 11, 2016

https://support.software.dell.com/k1000-systems-management-appliance/kb/114887   MAC sudo /Library/Application\ Support/Dell/KACE/bin/AMPTools uninstall

Run Powershell as Scheduled Task

September 9, 2016

In the scheduled task action, program path should point to powershell.exe and add the argument: -ExecutionPolicy Bypass -File C:\path-to-your-script.ps1

Report Role and ACL group membership

August 17, 2016

This powershell script creates a function called send-report: e.g., $ACL_GROUPS = “DC=ad,DC=unc,DC=edu” $ACL_FITLER = “(name=SOP_*)” $MYEMAIL = “example@ad.unc.edu” $SUBJECT = “Access Report” $INSTRUCTIONS = “<p>Please review and reply with any changes.</p>” send-report -ou $ACL_GROUPS -filter $ACL_FILTER -to $MYEMAIL -subject $SUBJECT … 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

Setup Network Printer

January 26, 2016

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