@@ -52,6 +52,7 @@ Import-Module -Name IISManager
52
52
* New-IISMDirectory
53
53
* Remove-IISMDirectory
54
54
* Remove-IISMDirectoryShare
55
+ * Set-IISMDirectoryCredentials
55
56
* Test-IISMDirectory
56
57
* Test-IISMDirectoryShare
57
58
* Update-IISMDirectory
@@ -84,7 +85,7 @@ Import-Module -Name IISManager
84
85
* Test-IISMSiteBindingCertificate
85
86
* Test-IISMSiteRunning
86
87
87
- #### Logging
88
+ ### Logging
88
89
89
90
* Add-IISMSiteCustomLogField
90
91
* Add-IISMSiteLogField
@@ -104,9 +105,35 @@ Import-Module -Name IISManager
104
105
* Test-IISMSiteCustomLogField
105
106
* Test-IISMSiteLogField
106
107
108
+
109
+ ### FTP
110
+
111
+ * Add-IISMFtpDirectoryIPSecurity
112
+ * Add-IISMFtpDirectoryAuthorization
113
+ * Add-IISMFtpServerCustomAuthentication
114
+ * Add-IISMFtpSiteCustomAuthentication
115
+ * Disable-IISMFtpSiteAuthentication
116
+ * Enable-IISMFtpSiteAuthentication
117
+ * Get-IISMFtpDirectoryAuthorization
118
+ * Get-IISMFtpDirectoryIPSecurity
119
+ * Get-IISMFtpServerCustomAuthentication
120
+ * Get-IISMFtpServerCustomAuthenticationProvider
121
+ * Register-IISMFtpServerCustomAuthenticationProvider
122
+ * Remove-IISMFtpDirectoryAuthorization
123
+ * Remove-IISMFtpDirectoryIPSecurity
124
+ * Remove-IISMFtpServerCustomAuthentication
125
+ * Remove-IISMFtpSiteCustomAuthentication
126
+ * Set-IISMFtpDirectoryIPSecurityUnlisted
127
+ * Set-IISMFtpSiteSslPolicy
128
+ * Set-IISMFtpSiteUserIsolation
129
+ * Test-IISMSiteIsFtp
130
+ * Unregister-IISMFtpServerCustomAuthenticationProvider
131
+
107
132
### Misc
108
133
109
134
* Get-IISMCertificateThumbprint
135
+ * Invoke-IISMAppCommand
136
+ * New-IISMCredentials
110
137
* Reset-IISMServer
111
138
112
139
## ToDo
0 commit comments