Skip to content
SteveHardie.com Logo
Steve Hardie
Its Me. Online.
  • Home
  • About
  • Categories
    • Aviation
    • How To
    • Microsoft
    • Programming

Author: Steve Hardie

Cisco

Cisco: Disconnect service-module session

May 6, 2013 Steve Hardie 1 Comment

I know this is a simple thing, but its one thats easy to forget, anf you can find yourself in…

Continue Reading →

Posted in: Cisco Filed under: Cisco

Powershell: Delete Folder if Exists

April 27, 2013 Steve Hardie 1 Comment

Powershell script to delete a folder or directory if it exists: $strFolderName=”c:\temp\” If (Test-Path $strFolderName){ Remove-Item $strFolderName } See Also:…

Continue Reading →

Posted in: Powershell Filed under: power shell

Powershell: Check If File Exists

April 26, 2013 Steve Hardie 8 Comments

Powershell script to check if a file exists $strFileName=”c:\filename.txt” If (Test-Path $strFileName){ # // File exists }Else{ # // File…

Continue Reading →

Posted in: Powershell Filed under: power shell

How To: Remove Novell ZENworks Adaptive Agent Icon from the Desktop

April 11, 2013 Steve Hardie 1 Comment

After uninstalling Novell ZENworks agent from my Windows Server 2008R2 machine, a “ZENworks Adaptive Agent” icon was leftover on the desktop,…

Continue Reading →

Posted in: How To Filed under: How To, Novell
Logon as a Service

Allow Account to Log on as a service Right

April 5, 2013 Steve Hardie

You can use this procedure to add the Log on as a service right to an account on your computer.…

Continue Reading →

Posted in: Microsoft Filed under: microsoft, windows

How To: Find and Remove Inactive Computer Accounts from Active Directory

April 3, 2013 Steve Hardie 7 Comments

There are a number of reasons why you may need to find and remove inactive computers from active directory. Test…

Continue Reading →

Posted in: How To, Microsoft Filed under: Active Directory, How To, microsoft, server 2008

Uncluttered and unfettered – Minimal desktop, optimal ergonomics

March 16, 2013 Steve Hardie

This is a case study of a project I worked on for Landcom. As the New South Wales Government’s property…

Continue Reading →

Posted in: Uncategorized Filed under: IGEL, Thin Client, Workstation

Exchange 2010: Storage Quota Warnings are not Sending

March 1, 2013 Steve Hardie

In exchange 2010 SP1, users are not receiveing quota warning messages when they are beyond the Issue Warning threshold. Microsoft…

Continue Reading →

Posted in: Exchange Filed under: exchange, microsoft

Exchange 2010: Powershell to add full permission to mailbox

February 20, 2013 Steve Hardie

Run the following powershell script to grant a user or group full access to a mailbox. Add-MailboxPermission -Identity ” -User…

Continue Reading →

Posted in: Exchange Filed under: exchange, microsoft

How To: MS SQL Reseed or Reset Identity Column

January 20, 2013 Steve Hardie

DBCC CHECKIDENT can reseed (reset) the identity value of the table. For example, YourTable has 25 rows with 25 as…

Continue Reading →

Posted in: Other Filed under: How To, microsoft, MSSQL, SQL, T-SQL

Post navigation

Page 3 of 10
← Previous 1 2 3 4 … 10 Next →

Search

Categories

  • .NET
  • Aviation
  • Cisco
  • Cyber Security
  • Data
  • Exchange
  • Featured Articles
  • How To
  • Intune
  • JavaScript
  • Microsoft
  • Other
  • Powershell
  • Programming
  • Uncategorized

Tags

.NET Active Directory Asc ASCII ASP.NET Asterisk Aviation Chr Cisco Data E-Mail exchange File Size fromCharCode How To HP iinet ISO ISO 639 JavaScript jquery Language Little Bay microsoft Milroy Ave MSA 2012fc MSSQL Network Outlook Photoshop power shell RegEx SBS 2011 server 2008 SQL T-SQL Time Lapse troubleshoot Troubleshooting VB.NET VFR Flight Video VPN windows win xp
Copyright © 2025 Steve Hardie