What's New Here?Subscribe to RSS feed
#PSTip Refreshing service objects
When you assign the result of a service query to a variable, you must take into account one very important thing – the result is just a snapshot of the service state…
#PSTip Detecting Wi-Fi adapters
Note: This tip requires PowerShell 3.0 or above. Using WMI we can get a list of Wi-Fi adapters with the following command: I couldn’t find any documentation on the MSNdis_PhysicalMediumType…
Channel 9’s MMS 2013 RSS feed is more fun with PowerShell
The MMS 2013 conference starts next week. The keynote and sessions will be available for replay through the Channel 9 web site. Channel 9 has unveiled their MMS 2013 page…
#PSTip List all fixed disk drives visible to SQL Server instance
Note: This tip requires PowerShell 2.0 or above. When automating SQL server database creation in PowerShell, we may want to give the end user an option to select from a…
#PSTip Change SQL Server MaxServerMemory configuration using SMO
Note: This tip requires PowerShell 2.0 or above. As database administrators, we might want to configure SQL MaxServerMemory setting to ensure the SQL service does not occupy all available physical…
#PSTip View Policy Settings with RSOP WMI classes
Note: This tip requires admin privileges (elevated shell) To get Resultant Set of Policy (RSOP) data we usually RSOP.mmc or the gpresult command line tool. But we can also use WMI to retrieve the settings. Under…
Free PowerShell 3.0 eBook in Brazilian Portuguese
Daniel Donda, Windows Expert-IT Pro MVP, has released a new PowerShell eBook written in Brazilian Portuguese. Windows PowerShell 3.0 for IT Pro is an eBook written with infrastructure administrators in mind. The…
