When using Powershell for Action script in File Sight, it seem that it is not defending the $act.item object. It always seem to be null when some files are changing or read on the system. I know I have the monitoring part setup right as if I use VBscript, it will have data in the item object. In my test I have it firing both a VBScript script and Powershell script and only the VBSscript items are working. Note that i do get just about all the other data in $act but for $act.item.
What am I missing here?