DSCResources/cWMIEventFilter/en-US/cWMIEventFilter.psd1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
ConvertFrom-StringData @' GettingFilterInstance=Getting Filter Instance named {0}. FilterInstanceFound=Filter Instance named {0} is found. FilterInstanceNotFound=Filter Instance named {0} not found. CreatingEventFilter=Creating Filter Instance named {0} with query {1}. CreatedEventFilter=Created Filter Instance named {0}. RemovingEventFilter=Removing Filter Instance named {0}. RemovedEventFilter=Removed Filter Instance named {0}. FilterInstanceFoundNoAction=Filter Instance named {0} already exists. No action needed. FilterInstanceNotFoundShouldCreate=Filter Instance named {0} does not exist. It will be created. FilterInstanceFoundShouldDelete=Filter Instance named {0} exists. This will be removed. FilterInstanceNotFoundNoAction=Filter Instance named {0} not found. No action needed. '@ |