#rsMimeType will add if none exist or replace a current mapping with values given for the specific extension.
rsMimeType AddExtZZZ
{
Ensure = "Present"
fileExtension = ".zzz"
mimeType = "image/gif"
}
rsMimeType RemoveExtZZZ
{
Ensure = "Absent"
fileExtension = ".zzz"
mimeType = "image/gif"
}
#rsIISAuthenticationMethod will enabled or disable Windows, Basic, and/or Anonymous Authentication in IIS for a Site or Application.
rsIISAuthenticationMethod DefaultSite
{
Path = "IIS:\Sites\Default Web Site"
WindowsAuth = Enabled
BasicAuth = Disabled
AnonymousAuth = Disabled
}
#rsWebsiteSettings currently only supports changing logging path for website
rsWebSiteSettings api_rackspacedevops_com
{
SiteName = "api.rackspacedevops.com"
LogPath = "C:\IISLogs"
}
forked from rsWinAutomationSupport/rsWebConfiguration
-
Notifications
You must be signed in to change notification settings - Fork 0
johnctitus/rsWebConfiguration
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PowerShell 100.0%