Skip to content

Developer's Closet

A place where I can put my code and discuss big data.

Query a List of Servers from Active Directory

  • VBScript
  • Windows
July 2, 2010September 19, 2011 kevin No comments

I needed a list of all servers listed in AD. There are many scripts out there that do this, but they didn’t quite fit my […]

Continue reading

SQL Server CPU Utilization

  • SQL
  • Windows
June 29, 2010February 22, 2013 kevin No comments

Some helpful SQL stats from this article. — From the SQL Server Performance Dashboard (sys.dm_os_ring_buffers) — Query CPU utilization for each four minute intervals declare […]

Continue reading

List all Documents in SharePoint

  • SQL
  • Windows
June 29, 2010August 9, 2010 kevin No comments

I’ve used these queries for years, they come in handy when planning growth or a migration. A quick Google search will find many more queries […]

Continue reading

Setup SSH Keys Between Two Linux Servers

  • Linux
June 15, 2010June 15, 2010 kevin No comments

SSH Keys will allow data to move between two Linux servers without first prompting for a login. This is useful if you want to automate […]

Continue reading

Using VBScript to Kill a Process in Windows

  • VBScript
  • Windows
May 26, 2010 kevin No comments

After listing a process, you may want to kill or terminate a process: strComputer = “.” strProcess = “‘iexplore.exe'” Set objWMIService = GetObject(“winmgmts:” _ & […]

Continue reading

Using VBScript to List Processes in Windows

  • VBScript
  • Windows
May 26, 2010May 26, 2010 kevin No comments

Just like ps, this VBScript will return the running processes. Just like using Task Manager. Very simple. strComputer = “.” Set objWMIService = GetObject(“winmgmts:” _ […]

Continue reading

List Scheduled Tasks from a Windows Server

  • VBScript
  • Windows
May 6, 2010May 17, 2010 kevin No comments

This script will query a server and output a list of scheduled tasks as a csv (Excel) file. This file is useful when auditing servers. […]

Continue reading

Inside Microsoft’s Data Centers

  • Windows
April 15, 2010April 15, 2010 kevin No comments

Check out this great Gizmodo article about Microsoft’s Cloud computing data warehouses. Microsoft racks servers in shipping containers and can ship and install the containers […]

Continue reading

Display Process List Using VBScript

  • VBScript
  • Windows
April 13, 2010 kevin No comments

This great VBScript script will display running processes on a Windows workstation. The script queries the Win32_Process from a WMI Object using ExecQuery then loops […]

Continue reading

Move Your Mouse Using VBScript and Excel

  • VBScript
  • Windows
February 18, 2010April 13, 2010 kevin 1 comment

This script uses the GetMessagePos and SetCursorPos Windows API functions to move your mouse. The script will first get the current position of the mouse […]

Continue reading

Posts pagination

«Previous Posts 1 … 11 12 13 14 15 … 17 Next Posts»

Pages

  • About
  • Accumulo
  • Ansible
  • Apt-Cacher
  • Azure API Management
  • Azure Cosmos DB
  • Azure Data Catalog
  • Azure Data Facory
  • Azure Data Lake Store
  • Azure Virtual Machine Scale Sets
  • Couchbase
  • Drill
  • Flume
  • HBase
  • HDFS
  • Hive
  • Hue
  • Impala
  • Kafka
  • Oozie
  • OpenTSDB: Timeseries Database
  • Redis
  • Solr
  • Sqoop
  • Yarn
  • ZooKeeper

Categories

  • Azure (1)
  • Bash (3)
  • C# (1)
  • Citrix (1)
  • Cloudera Manager (13)
    • HBase (5)
    • HDFS (4)
    • Kafka (1)
    • Solr (1)
    • Sqoop (1)
  • Continuous Delivery (1)
  • Drill (1)
  • JavaScript (3)
  • jQuery (2)
  • Linux (24)
    • Ubuntu (12)
  • MySQL (4)
  • Oracle (1)
  • PHP (5)
  • PowerShell (19)
  • SQL (48)
  • System Center (13)
    • DPM (1)
    • Ops Manager (1)
    • Orchestrator (9)
    • Virtual Machine Manager (1)
  • Uncategorized (4)
  • VBScript (19)
  • Visual Studio (4)
  • Windows (95)

Tags

Active Directory API Backup Bash Batch Connections Database Date Differential Disaster Recovery Email Event Viewer Excel Find Kill Linux Logs Microsoft MySQL Opalis Performance PHP Query Replication rsync Scheduled Tasks Script Shell Shortcut SQL SQL 2005 Stored Procedure String Sub T-SQL Table Terminate Users VBScript Windows WinZip WMI WScript wss2 wss3

Recent Posts

  • Azure Price Comparison Chart
  • HBase: ReplicationLogCleaner: Failed to get stat of replication rs node
  • HBase: Unable to start Master: TableExistsException: hbase:namespace
  • List DPM Backups
  • PowerShell Script to Query VMM

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Kevin Verhoeven
WordPress Theme: Occasio by ThemeZee.