Using Powershell 4 and IIS 7.5. Would like to do the following:
1. Create AppPool XYZ if does not exist
2. Create Web App ABC using AppPool XYZ if ABC does not exist
How do you check if IIS AppPool / Web App exists in Powershell 4?
thanks
Using Powershell 4 and IIS 7.5. Would like to do the following:
1. Create AppPool XYZ if does not exist
2. Create Web App ABC using AppPool XYZ if ABC does not exist
How do you check if IIS AppPool / Web App exists in Powershell 4?
thanks