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

Category: Programming

Intune: Use Powershell to Syncronise all Intune Managed Devices

October 31, 2020 Steve Hardie

Use PowerShell and Microsoft Graph to forcefully synchronise all Intune managed devices.

Continue Reading →

Posted in: Intune, Powershell
Cisco

Cisco: Block Multicast on a Specific Port

February 5, 2016 Steve Hardie

Quick couple of lines to disable multicast traffic on a specific interface or port. interface GigabitEthernet1/0/1 switchport block multicast storm-control…

Continue Reading →

Posted in: Cisco
Cisco

Cisco: Show System Uptime

November 16, 2015 Steve Hardie

To view the Uptime on your Cisco device, login to the device and run the following command: hostname# Show Version…

Continue Reading →

Posted in: Cisco Filed under: Cisco, How To
Cisco

Cisco: Configure Login using Username and Password

July 6, 2015 Steve Hardie

This article will outline the steps and configuration required to configure username and password for a Cisco router or switch.…

Continue Reading →

Posted in: Cisco Filed under: Cisco, How To, Network

tSQL: Drop Temp Table if Exists

February 26, 2014 Steve Hardie

This article describes how to check if a temporary table exists before you delete it. IF OBJECT_ID(‘tempdb..#tmpTable’) IS NOT NULL…

Continue Reading →

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

How To: Animate background color change with jQuery

August 4, 2013 Steve Hardie 2 Comments

This article will show briefly guide you through how to smoothly animate a background color change using jQuery. jQuery Version:…

Continue Reading →

Posted in: How To, JavaScript Filed under: How To, JavaScript, jquery
Cisco 877W

Cisco: 877W Configure Wireless and Wired on Single Subnet

May 6, 2013 Steve Hardie 5 Comments

This article will demonstrate how to configure a cisco router to allow the wireless and wired networks to communicate on…

Continue Reading →

Posted in: Cisco, Featured Articles Filed under: Cisco
Cisco

Cisco: Disconnect service-module session

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

Post navigation

Page 1 of 4
1 2 … 4 Next →

Search

Categories

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

Tags

.NET Access Active Directory Asterisk Aviation Certificate Cisco Cyber Security Data Database E-Mail exchange File Size GoDaddy How To IGEL Intune JavaScript jquery Little Bay microsoft Milroy Ave MSSQL Network Novell Office Outlook power shell SBS 2011 server 2008 SQL SSL T-SQL Thin Client troubleshoot Troubleshooting ts VB.NET VFR Flight Video VPN win 7 windows win xp Workstation
Copyright © 2026 Steve Hardie