The error i am getting is a missing closing '}' i don't have an opening '{' - i don't know where to put CurlyBraces. Can someone help with this code for I am not a scriptor !!
$computers = Get-ADComputer -SearchBase "OU=Servers,OU=IT Services,DC=internal,DC=bloodservices,DC=ca" -filter 'passwordlastset -lt $intPC' -Properties PasswordLastSet
Missing closing '}' in statement block.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingEndCurlyBrace