Friday, February 29, 2008

remoteDesktop gpo

Configuring Remote Desktop

from this page

File system redirection

Using Group Policy with Remote Desktop

and much much more!

Monday, February 25, 2008

gmail tips

Gmail RoundUp 1
Gmail RoundUp 2
Awesome Gmail tip You Don’t Know about

ad groups\sql

PowerShell for Active Directory Examples « Dmitry’s PowerBlog PowerShell and beyond
AD cmdlets and domain statistics « Dmitry’s PowerBlog PowerShell and beyond
PowerGUI - Administrative Powershell Console Finding out the largest group in AD ...
PowerGUI - Administrative Powershell Console Mail Enabled Contacts in W2K3 ...
Hey, Scripting Guy! How Can I Use Windows PowerShell to Retrieve the Non-Unique Items in a List
--o-- PowerShelled PowerShell and Active Directory Part 9 (nested groups)
Windows Powershell Working with Active Directory -- TechNet Magazine, June 2007
Managing group membership in Active Directory with PowerShell (Part 1) Lead, Follow, or Move
Managing group membership in Active Directory with PowerShell (Part 2) Lead, Follow, or Move
PowerGUI - Administrative Powershell Console A quick intro to the Management Shell ...
Import-Export Members to a Group
List All Members of a Grouo, Including Members of Nested Groups
Project84 - Using PowerShell to find nested Groups for Active Directory Migration
AD cmdlets 1.0.3 to 1.0.4 upgrade « Dmitry’s PowerBlog PowerShell and beyond
Redmond Column Membership Has Its Privileges

windows forms
--o-- PowerShelled PowerShell Calendar Function (GUI)
Nivot Ink - Using Windows Forms Controls in PowerShell #1 ListBox
Hey, Scripting Guy! How Can I Remove EverythingFrom an Active Directory Group Except Other Groups
Hey, Scripting Guy! How Can I Configure an Active Directory Account So the Password Never Expires



Remove Password Never Expires on everyone in my AD domain - dBforums
sql
Hey, Scripting Guy! How Can I Enumerate All the Objects in an Active Directory OU
Hey, Scripting Guy! How Can I Determine if an OU is Blocking Group Policy Inheritance
Hey, Scripting Guy! How Can I List All the Sub-OUs in an OU
Allen White Accessing SQL Server data through PowerShell
AzamSharp Using PowerShell to View Images in Database
Allen White Using PowerShell and SQL Server Together
Allen White PowerShell, SQL Server and Large Resultsets
Learn SQL Server
T-SQL Programming
Custom reports in Management Studio, using the Performance Dashboard
Jeffrey McManus Database Queries with Windows Powershell
Hey, Scripting Guy! How Can I Use Windows PowerShell to Pull Records From a Microsoft Access Database
Comparing Python and PowerShell DBA Scripting
Beginning SQL Server 2005 Reporting Services Part 1
Precision Computing - Interacting with SQL Databases in PowerShell Invoke-SqlCommand
Reporting Services Cribsheet

ad groups\sql

PowerShell for Active Directory Examples « Dmitry’s PowerBlog PowerShell and beyond
AD cmdlets and domain statistics « Dmitry’s PowerBlog PowerShell and beyond
PowerGUI - Administrative Powershell Console Finding out the largest group in AD ...
PowerGUI - Administrative Powershell Console Mail Enabled Contacts in W2K3 ...
Hey, Scripting Guy! How Can I Use Windows PowerShell to Retrieve the Non-Unique Items in a List
--o-- PowerShelled PowerShell and Active Directory Part 9 (nested groups)
Windows Powershell Working with Active Directory -- TechNet Magazine, June 2007
Managing group membership in Active Directory with PowerShell (Part 1) Lead, Follow, or Move
Managing group membership in Active Directory with PowerShell (Part 2) Lead, Follow, or Move
PowerGUI - Administrative Powershell Console A quick intro to the Management Shell ...
Import-Export Members to a Group
List All Members of a Grouo, Including Members of Nested Groups
Project84 - Using PowerShell to find nested Groups for Active Directory Migration
AD cmdlets 1.0.3 to 1.0.4 upgrade « Dmitry’s PowerBlog PowerShell and beyond
Redmond Column Membership Has Its Privileges

windows forms
--o-- PowerShelled PowerShell Calendar Function (GUI)
Nivot Ink - Using Windows Forms Controls in PowerShell #1 ListBox
Hey, Scripting Guy! How Can I Remove EverythingFrom an Active Directory Group Except Other Groups
Hey, Scripting Guy! How Can I Configure an Active Directory Account So the Password Never Expires



Remove Password Never Expires on everyone in my AD domain - dBforums
sql
Hey, Scripting Guy! How Can I Enumerate All the Objects in an Active Directory OU
Hey, Scripting Guy! How Can I Determine if an OU is Blocking Group Policy Inheritance
Hey, Scripting Guy! How Can I List All the Sub-OUs in an OU
Allen White Accessing SQL Server data through PowerShell
AzamSharp Using PowerShell to View Images in Database
Allen White Using PowerShell and SQL Server Together
Allen White PowerShell, SQL Server and Large Resultsets
Learn SQL Server
T-SQL Programming
Custom reports in Management Studio, using the Performance Dashboard
Jeffrey McManus Database Queries with Windows Powershell
Hey, Scripting Guy! How Can I Use Windows PowerShell to Pull Records From a Microsoft Access Database
Comparing Python and PowerShell DBA Scripting
Beginning SQL Server 2005 Reporting Services Part 1
Precision Computing - Interacting with SQL Databases in PowerShell Invoke-SqlCommand
Reporting Services Cribsheet

Wednesday, February 20, 2008

screen sharing

ms SharedView

TeamViewer 4, a kostfrei German app which can be used for support, presentations, file transfer, and VPN.

Tuesday, February 19, 2008

Friday, February 15, 2008

Microsoft Active Directory Topology Diagrammer

Microsoft Active Directory Topology Diagrammer
Brief Description
The Microsoft Active Directory Topology Diagrammer reads an Active Directory configuration using ActiveX Data Objects (ADO), and then automatically generates a Visio diagram of your Active Directory and /or your Exchange 200x Server topology. The diagramms include domains, sites, servers, administrative groups, routing groups and connectors and can be changed manually in Visio if needed.

Tuesday, February 12, 2008

GalaXQL - Interactive SQL tutorial

GalaXQL - Interactive SQL tutorial

Who said SQL tutorials have to be boring?

WQL to SQL
This SQL Query can be used to see how WQL is converted to SQL by SMS for collections.
SelectCollections.SiteID, Collections.CollectionName, Collection_Rules.QueryName, Collection_Rules_SQL.WQL, Collection_Rules_SQL.SQL From Collections,Collection_Rules, Collection_Rules_SQLWhere Collections.CollectionID = Collection_Rules.CollectionIDAND Collections.CollectionID = Collection_Rules_SQL.CollectionID