< Back

Restore-P1WebSecurity

Sat Jan 18, 2020 7:02 pm

NAME Restore-P1WebSecurity



SYNOPSIS

Restore Web Application IIS configration based on security configuration (Authentication and SSL)





SYNTAX

Restore-P1WebSecurity [-Tenant] <String> [<CommonParameters>]





DESCRIPTION

Configure IIS and register PlannerOne Web Application REST services with correct security configuration based on

Authentication and SSL.

Run Set-P1WebAuthentication and Set-P1WebSSL to change this parameters.





PARAMETERS

-Tenant <String>

The target tenant.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\># Restoring security



Restore-P1WebSecurity -Tenant Prod











RELATED LINKS