Robert Sheldon
|
|

Robert Sheldon is a technical consultant and author of material about Windows, relational database management systems, and business intelligence design and implementation. His latest book is Beginning MySQL (Wiley). Find out more at www.rhsheldon.com.
Email address: contact@rhsheldon.com
Web site: http://www.rhsheldon.com
|

48 results found for Robert Sheldon, displaying items 1 - 20
|
 |
Iterating Through Collections with PowerShell's foreach Loops
Windows PowerShell provides two types of foreach loops: the foreach statement and the ForEach-Object cmdlet. Although you can obtain the same results with both types of loops, they differ in several important respects.
Windows IT Pro
|
September 19, 2008 |
 |
Access Security Event Logs with PowerShell
See how using Windows PowerShell with Windows Security event logs can help you guard against intrusion.
Windows IT Pro
Access Security Event Logs with PowerShell
Windows IT Pro
|
September 5, 2008 |
 |
Data Manipulation with ADO
ActiveX Data Objects (ADO) let you access, filter, sort, and retrieve data from Microsoft SQL Server and Microsoft Access databases using VBScript and other scripting languages. Here are some of the most common uses of ADO for databases.
Windows IT Pro
PowerShell 101, Lesson 6
Windows IT Pro
PowerShell 101, Lesson 6
The PowerShell 101 series concludes by introducing you to PowerShell's providers and drives.
Windows IT Pro
|
June 6, 2008 |
 |
Accessing Database Data with ADO
Windows IT Pro
PowerShell 101, Lesson 5
Use built-in variables and Windows environment variables in your PowerShell code. And if they don't offer what you need, you can create your own variables.
Windows IT Pro
PowerShell 101, Lesson 5
Windows IT Pro
Introduction to ADO
Windows IT Pro
|
May 14, 2008 |
 |
ADO Acronyms
Learn the definitions for several basic ADO acronyms.
Windows IT Pro
|
May 14, 2008 |
 |
Introduction to ADO
Learn about the primary ADO objects--Connection, Command, Parameter, Recordset, and Field--and follow example scripts that demonstrate how to use ADO within VBScript.
Windows IT Pro
PowerShell 101, Lesson 4
Understanding how to handle strings in PowerShell cmdlets is important. Learn when to enclose strings in quotes and whether to use single or double quotes. Also learn how to handle quotes in strings with special characters.
Windows IT Pro
Getting and Using the System.String Object's Members
PowerShell treats all strings as System.String objects. Find out how you can learn about and use this object's methods and properties.
Windows IT Pro
PowerShell 101, Lesson 4
Windows IT Pro
|
April 10, 2008 |
 |
PowerShell Makes Security Log Access Easy
Security event logs contain valuable information about attempted system assaults and account and Group Policy modifications. PowerShell gets you access to the security logs and allows you to shape the data to match your needs.
Windows IT Pro
|
March 27, 2008 |
 |
How to Find Out a Cmdlet's Properties
Learn how to use the Get-Member cmdlet to discover what properties, methods, and other items you can use with cmdlets and other objects.
Windows IT Pro
PowerShell 101, Lesson 3
PowerShell's comparison, logical, and arithmetic operators combined with its support for wildcards and regular expressions help put the "Pow" in PowerShell.
Windows IT Pro
PowerShell 101, Lesson 3
Windows IT Pro
PowerShell 101, Lesson 2
Windows IT Pro
|
|