Yes there are lots of examples on the board.

To get you started, here is the simplest way that I know of getting your user / computer path. You can then use InStr() or something similar to determine if it is in the OU that you are interested in:
Code:
$=SetOption("WrapAtEOL","ON")

$oADInfo=CreateObject("ADSystemInfo")
"User : "+$oADInfo.userName+@CRLF
"Computer : "+$oADInfo.computerName+@CRLF