SHIFT-WIKI - Sjoerd Hooft's InFormation Technology
This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out through blue sky if you have a question, remark, improvement or observation. See below for the latest additions, or use the search or tags to browse for content.
Script: Find Ports in Use on Solaris
Summary: How to find the process which listens on a port.
Date: 2004
Refactor: 6 April 2025: Checked links and formatting.
Run the script below to find the process which listens on a port.
PowerShell: Create an Excel report with Server Status and Compliancy
Summary: This script is what I use to make one large inventory of all or VMs and physical objects in Active Directory. It creates a nice view in Excel on topics that are important. It allows for vCenter and Active Directory to document itself using the notes and description fields. Please notice so that if an object lives in both vCenter and Active Directory the virtual objects takes precedence.
Date: Around 2014
Refactor: 6 April 2025: Checked links and formatting.
Note> To make an extra report on a new property follow these steps:
- Add the property and configure it correctly to the VMstatus and PSstatus functions
- In the function ExcelAddRawData add the new property twice
- In the function excelfile add the report number and name three times
HTML: Redirect
Summary: Create a redirect with HTML
Date: Around 2010
Refactor: 4 January 2025: Checked links and formatting.