зеркало из https://github.com/microsoft/MIMWAL.git
Suppressed debug trace during Import-Module of "WebAdministration".
This commit is contained in:
Родитель
8d46995640
Коммит
1de849ec37
|
@ -189,7 +189,7 @@ function UpdateAssemblyBindings
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Import-Module "WebAdministration"
|
Import-Module "WebAdministration" -Debug:$false -Verbose:$false
|
||||||
|
|
||||||
$portalSite = Get-WebSite | Where-Object { $_.Name -eq $PortalSiteName }
|
$portalSite = Get-WebSite | Where-Object { $_.Name -eq $PortalSiteName }
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче