You run Get-FSRMClassificationule and you receive the following output
ClassificationMechanism : Content Classfier
ContentRegularExpression : {\d{2,}}
ContentString :
ContentStringCaseSensitive :
Description :
Disabled : False
Flags :
Lastmodified : 4/18/2015 12:59:47 AM
Name : Rule2
Namespace : {D:\}
Parameters : {FSRMClearPropertyInternal = 0}
Property : Property2
PropertyValue : Value2
ReevaluateProperty : Overwrite
PSComputerName :
ClassficationMechanism : FolderClassifier
ContentRegularExpression :
ContentString :
ContentStringCaseSensitive :
Description :
Disabled : False
Flags :
Lastmodified : 4/15/2015 9:17:16 PM
Name : Rule1
Namespace : {D:\}
Parameters : {FSRMClearPropertyInternal = 0}
Property : Property1
PropertyValue : Value1
ReevaluateProperty : Aggregate
PSComputerName :
You have a file named file1 that is stored on drive D and has the following content
“111000000000111111”
You run the classification with all of the rules
Use the drop-down menus top select the answer choice that completes each statement.
File1 has [answer choice]
Only Property1 set to value1
Only Property2 set to value2
Property1 set to value1 and property2 set to value2
Neither Property1 nor Property2 set
If you modify File1 [answer choice]
Only the value of Property1 is
Only the value of Property2 is
the value of Property1 and Property2 are
Neither the value of Property1 nor the value of Property2 is
Answer: pending
I guess answer should be “Property1 set to value1 and property2 set to value2” and after modify “Only the value of Property2 is”
Watch the property – “Lastmodified : 4/18/2015 12:59:47 AM”
Id say: Only the value of Property2 is as (ReevaluateProperty : Overwrite)
So Property 2 overwrites the Property 1 value?
Answer should be “Property1 set to value1 and property2 set to value2”
Modify File1 – “The value of property1 and property2 are”
Tested in lab – These are two different Rules and Classification Properties. Run both rules and both properties are added to files.
Rule2 is using Content Classifier “Regualr expression of \d{2,}” – This is saying find any number 2 or more in secession.
Rule1 is folder classifier – Applied property to all files in folders.
https://technet.microsoft.com/en-us/library/jj900627%28v=wps.630%29.aspx
Chad,
You’re saying “\d{2,}” – This is saying find any number 2 or more”.
This is niet correct. This Regex means; Find any digit (0-9) with two or more characters.
I had this question in my last exam and the second part of the answer area should say “If you modify File1 [answer choice] re-evaluated” Because of this, you should be looking at the “ReevaluateProperty” section of each rule. both Aggregate and Overwrite are options that DO re-evaluate (with “NONE” being the only that doesnt but isnt mentioned here). Therefore, both the rules are re-evaluated. Also, the proper exam question states at the beginning that the file IS located in d:\, so both rules are true (the file contains 2 or more consecutive digits and is located in d:\)
Property1 set to value1 and property2 set to value2
+
the value of Property1 and Property2 are
I agree with Chad, i tested too in the my lab and modifying the file with numbers or characters the solution is the same always.
Could anyone explain simple baby terms what this question actually asks us to do, what are we actually doing with these commands and what are the results, and what is the true meaning of everything in general?
Neither my classmates nor my teachers knew what this question actually asked.
this question was on my exam
I answered Property1 set to value1 and property2 set to value2
the value of Property1 and Property2 are
SO we have established the first part is:
property 1 is set to value 1
property 2 is set to value 2
i get these answers
whats the answers for these two:
the value of Property1 and Property2 are
Neither the value of Property1 nor the value of Property2 is ??? a little confused with these
Gareth is absolutely right. The second part of answer area is missing word “reevaluated” at the end.
First rule require the presence of two or more digits in a row.
Second rule just needs a folder to be in D:\, then it applies to all files in this folder.
The parameter ReevaluateProperty is responsible for re-evaluation when files are changed.
https://technet.microsoft.com/en-us/library/ff625721(v=ws.10).aspx
https://technet.microsoft.com/en-us/library/jj900627%28v=wps.630%29.aspx
test in my lab
Property1 set to value1 and property2 set to value2
second part:
if I modify de file nothing happens. the values are the same.
I think that reevaluated you must run the classification again
Sorry for my English
I have tested it in my lab
first part : Property1 set to value1 and property2 set to value2.
second part:
I have modified the file and nothing has happened (111000000000111111 to aaaaa)
I think that for re-evaluation you must run again the classification with all of the rules
sorry for my english
sorry for my duplicate comments
It was not working the page. I could not see comments
http://blogs.interfacett.com/using-file-server-resource-manager-fsrm-locate-classify-sensitive-data-credit-card-numbers-stored-inside-documents
As the rule runs constantly the reavaulute actually captures changes that happened.
As the second rule is folder classification and not the content no reason it will be changed
Question is not asking if classification will be changed, but if it will be re-evaulated.
So in the second question I am going for the
only property2 is value2
Only property1 set to value 1
only the value of property1 is
I also second Gareth’s answer here.
-ReevaluateProperty
Specifies the evaluation policy of the rule. The acceptable values for this parameter are:
— Never: Assign values to properties only if that property does not already have a value for the file.
— Overwrite: Reclassify files when the files change and overwrite this property.
— Aggregate: Reclassify files when the files change and aggregate the new value for the property with the existing value.
https://technet.microsoft.com/en-us/library/jj900627%28v=wps.630%29.aspx
Property1 set to value1 and property2 set to value2
the value of Property1 and Property2 are (re-evaluated)