fixed powershell bug
This commit is contained in:
parent
c2ef09c26e
commit
720fa486d1
1 changed files with 4 additions and 4 deletions
|
@ -1317,7 +1317,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
||||||
{
|
{
|
||||||
runSpace = OpenRunspace();
|
runSpace = OpenRunspace();
|
||||||
|
|
||||||
ImportGroupPolicyMolude(runSpace);
|
//ImportGroupPolicyMolude(runSpace);
|
||||||
|
|
||||||
string gpoName = string.Format("{0}-mapped-drives", organizationId);
|
string gpoName = string.Format("{0}-mapped-drives", organizationId);
|
||||||
|
|
||||||
|
@ -1363,7 +1363,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
||||||
runSpace = OpenRunspace();
|
runSpace = OpenRunspace();
|
||||||
|
|
||||||
//import grouppolicy module
|
//import grouppolicy module
|
||||||
ImportGroupPolicyMolude(runSpace);
|
//ImportGroupPolicyMolude(runSpace);
|
||||||
|
|
||||||
Dictionary<string, ExchangeAccount> sidAccountPairs = new Dictionary<string, ExchangeAccount>();
|
Dictionary<string, ExchangeAccount> sidAccountPairs = new Dictionary<string, ExchangeAccount>();
|
||||||
|
|
||||||
|
@ -1463,7 +1463,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
||||||
{
|
{
|
||||||
runSpace = OpenRunspace();
|
runSpace = OpenRunspace();
|
||||||
|
|
||||||
ImportGroupPolicyMolude(runSpace);
|
//ImportGroupPolicyMolude(runSpace);
|
||||||
|
|
||||||
string gpoName = string.Format("{0}-mapped-drives", organizationId);
|
string gpoName = string.Format("{0}-mapped-drives", organizationId);
|
||||||
string pathOU = GetOrganizationTargetPath(organizationId);
|
string pathOU = GetOrganizationTargetPath(organizationId);
|
||||||
|
@ -1513,7 +1513,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
||||||
{
|
{
|
||||||
runSpace = OpenRunspace();
|
runSpace = OpenRunspace();
|
||||||
|
|
||||||
ImportGroupPolicyMolude(runSpace);
|
//ImportGroupPolicyMolude(runSpace);
|
||||||
|
|
||||||
string gpoName = string.Format("{0}-mapped-drives", organizationId);
|
string gpoName = string.Format("{0}-mapped-drives", organizationId);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue