</returns> private bool MeetsIncludeExcludeCriteria(string path) { bool ok = false; // See if the file is on the include list. if (this.include != null) { foreach (WildcardPattern patternItem in this.include) {
CmdletsToExport 类型:String[] @() 指定要从此模块导出的 cmdlet,为获得最佳性能,请不要使用通配符,也不删除条目,如果没有要导出的 cmdlet,请使用空数组。 默认情况下,不会导出任何 cmdlet。 可以使用此密钥列出模块导出的 cmdlet。 调用方会话状态可以是全局会话状态,或者对于嵌套模块,另一个模块的会话状态...
Microsoft.UPManagement.Cmdlets.GetPrinter"$Printers.Results"(Partial results list of printers)"$Printers.ContinuationToken"MyZRVkZCUVVGQlFVRXZMeTh2THk4dkx5OHZMMGxCUVVGQk5IQTRiREY0YWpOdU1DdEtPSG94T1dwUWNHWm5kejA5"$MorePrinters=Get-UPPrinter-ContinuationToken$Printers.ContinuationToken$MorePrinters.Results...
NAME New-Module SYNOPSIS Creates a new dynamic module that exists only in memory. SYNTAX New-Module [-Name] <String> [-ScriptBlock] <ScriptBlock> [-ArgumentList <Object[]>] [-AsCustomObject] [-Cmdlet <String[]>] [-Function <String[]>] [-ReturnResult] [<CommonParameters>] DESCRIPTION ...
Push-LocationAdds the current location to the top of a list of locations (a stack). Read-HostReads a line of input from the console. Receive-JobGets the results of the Windows PowerShell background jobs in the current session. Register-EngineEventSubscribes to events that are generated by ...
Return a list of cmdlets that contain 'SPRS' in the name. This list is the full list of Reporting Services cmdlets. Get-command -noun *SPRS* Or with a little more detail, piped to a text file named commandlist.txt. Get-command -noun *SPRS* | Select name, definition | Format-List...
Amazon.PowerShell.Cmdlets.LM.AmazonLambdaClientCmdlet.ClientConfig Required? False Position? Named Accept pipeline input? True (ByPropertyName) -FunctionVersion <FunctionVersion> Set to ALL to include entries for all published versions of each function. Required? False Position? Named Accept pipeline...
You can use the common parameters with any cmdlet, but they might not have an effect on all cmdlets. For example, if a cmdlet doesn't generate any verbose output, using the Verbose common parameter has no effect. The common parameters are also available on advanced functions that use the ...
This example retrieves a list of namespaces under therootnamespace on a WMI server. PowerShell Get-CimInstance-Namespaceroot-ClassName__Namespace Example 3: Get instances of a class filtered by using a query This example retrieves all the CIM instances that start with the letterPof a class ...
Amazon.PowerShell.Cmdlets.CWL.AmazonCloudWatchLogsClientCmdlet.ClientConfig Required? False Position? Named Accept pipeline input? True (ByPropertyName) -FilterLogGroupArn <String> Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log gr...