Download Multiple -and -or in PowerShell Where-Object statement book pdf free download link or read online here in PDF. Read online Multiple -and -or in PowerShell Where-Object statement book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
PS H:\> Invoke-Command -computername SERVERNAME { Get-ChildItem -path E:\dfsroots\datastore2\public} | Where-Object {{ $_.e xtension-match "xls" -or $_.extension-match "xlk" } -and { $_.creationtime -ge "06/01/2014"}} Above is my code example. I'm trying to remotely run this PowerShell code on my file server and have it return all .xls and .xlk ...
Read : Multiple -and -or in PowerShell Where-Object statement pdf book online Select one of servers for direct link: |
---|