wiki.getshifting.com

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


start

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.


Create Manual WebSite in IIS

Summary: How to manually create a website in IIS
Date: Around 2017
Refactor: 1 March 2025: Checked links and formatting.

I needed to create a redirect in a local environment, as a temporary solution, so end-users could access a specific website using a short url. The url was already made available through dns and was simply: http://applicationtest.

Note that if this is not already done you can add the following line in your hosts file C:\windows\system32\drivers\etc\hosts when testing: 10.10.10.10 applicationtest where 10.10.10.10 is the IP address of the server running IIS.

→ Read more...

2025/06/01 11:59

Set Integrated Windows Authentication for IIS Website

Summary: How to set Integrated Windows Authentication for an IIS Website
Date: Around 2017
Refactor: 1 March 2025: Checked links and formatting.

We have a webapp running on IIS that is using SQL authentication for accessing it's database. We want to change this to Integrated Windows Authentication.

→ Read more...

2025/06/01 11:59

Hyper-V Get Host for VM

Summary: How to get the host for a particular VM in Hyper-V 2.
Date: Around 2020
Refactor: 1 March 2025: Checked links and formatting.

Use the following script to schedule a daily report to get the host for a particulat VM. The email functionality is imported from a default functions script as explained in Automate compliance in Active Directory.

Note that the script uses the SCCM Hyper-V commandlets, which are available after you install the Virtual Machine Manager (VMM) management server

→ Read more...

2025/06/01 11:59

Organization Change - Bulk AD Changes - Groups - Departments

Summary: A few scripts to create bulk changes in AD groups or on users.
Date: Around 2017
Refactor: 20 February 2025: Checked links and formatting.

The scripts below will give you a taste of adding or removing groups based on a CSV inputfile.

→ Read more...

2025/06/01 11:59

<< Newer entries | Older entries >>

This wiki has been made possible by:

start.txt · Last modified: by sjoerd