#PSTip Functions and SQL filtering, Part 3
Note: This tip requires PowerShell 3.0 or later. Whenever we retrieve information from SQL database we are faced with the problem: are we happy with column names defined in database schema?
Read MoreNote: This tip requires PowerShell 3.0 or later. Whenever we retrieve information from SQL database we are faced with the problem: are we happy with column names defined in database schema?
Read MoreNote: This tip requires PowerShell 3.0 or later. Adding support for easy filtering on individual table columns is great, but the fact that user would have to use SQL wildcard syntax rather than wildcards that he is used to, makes it feel like a …
Read MoreNote: This tip requires PowerShell 2.0 or later. This is the first tip in a series of SQL filtering tips.
Read MoreWhen using the Get-ADOrganizationalUnit cmdlet there is a property available, LinkedGroupPolicyObjects. Unfortunately, that property only displays the GUID of the Group Policy Objects.
Read MoreNote: This tip required PowerShell 3.0 or above The Win32_Share WMI class can be used to enumerate all shares on the local or remote system.
Read MoreIn the ‘Create mapped network drive using WScript.Network‘ tip, it was shown how a mapped drive can be mounted. The WScript.
Read More