類型: String[] 接受的值: Alias, Cmdlet, Provider, General, FAQ, Glossary, HelpFile, ScriptCommand, Function, Filter, ExternalScript, All, DefaultHelp, Workflow, DscResource, Class, Configuration Position: Named 預設值:
Where-Object[-InputObject <PSObject>] [-Property] <String> [[-Value] <Object>] [-EQ] [<CommonParameters>] PowerShell复制 Where-Object[-InputObject <PSObject>] [-FilterScript] <ScriptBlock> [<CommonParameters>] PowerShell复制 Where-Object[-InputObject <PSObject>] [-Property] <String> [[...
Namespace: Microsoft.PowerShell.Management.Activities Assembly: Microsoft.PowerShell.Management.Activities.dll Package: Microsoft.PowerShell.5.1.ReferenceAssemblies v1.0.0Provides access to the Filter parameter. C++ 复制 public: property System::Activities::InArgument<System::String ^> ^ Filter { ...
Modifies the query, so that it returns only objects that have a property value greater than or equal to a minPropertyValue threshold. C++ 複製 public: virtual void FilterByMinPropertyValue(System::String ^ propertyName, System::Object ^ minPropertyValue, Microsoft::PowerShell::Cmdleti...
Provides access to the FilterScript parameter. C++ public: property System::Activities::InArgument<System::Management::Automation::ScriptBlock ^> ^ FilterScript { System::Activities::InArgument<System::Management::Automation::ScriptBlock ^> ^ get();voidset(System::Activities::InArgument<System::Ma...
The Filter parameter uses OPATH syntax to filter the results by the specified properties and values. The search criteria uses the syntax"Property -ComparisonOperator 'Value'". Enclose the whole OPATH filter in double quotation marks " ". If the filter contains system values (for example,$true,...
[-ModeratedBy <MultiValuedProperty>] [-ModerationEnabled <Boolean>] [-Name <String>] [-NewPassword <SecureString>] [-OABGen <Boolean>] [-Office <String>] [-OfflineAddressBook <OfflineAddressBookIdParameter>] [-OldPassword <SecureString>] [-OMEncryption <Boolean>] [-OMEncryptionStore <Boolean>...
Filters are more efficient than other parameters, because the provider applies them when retrieving the objects, rather than having PowerShell filter the objects after they are retrieved. Expand table Type: String Position: Named Default value: None Required: False Accept pipeline input: False ...
In PowerShell version 5 and KB 3000850, Start-Transcript now emits structured objects when you start a transcript (the Path property is useful), and has added much more useful information to its header: The filename now includes the computer that generated the transcript, a ‘hash breaker’ ...
I don't have to write a complex LDAP query, or regex expression to find all those computers - I just filter them based on properties of the ADComputer object sitting right there in the pipeline. Neat! I have thousands of databases across 100s of SQL Servers, and again, in minutes I ...