Skip to content

limanmys/enableWinrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

enableWinrm

Script To Enable Winrm With SSL

Kullanım:

  • Admin yetkisi ile bir powershell açılır.
  • configWinRM.ps1 scriptinin olduğu klasöre gidilir.
    cd C:\Users\Administrator\Downloads\
    
  • Scriptin çalıştırılabilmesi aşağıdaki komutun çalıştırılması gerekmektedir. Sistem genelinde script çalıştırmaya izin vermez, yalnızca mevcut powershell'de script çalıştırmaya izin verir.
    C:\Users\Administrator\Downloads> Set-ExecutionPolicy Bypass -Scope Process 
    Execution Policy Change
    The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose
    you to the security risks described in the about_Execution_Policies help topic at
    http://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?
    [Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"): Y
    
  • Yalnızca belirli bir Ip Adresi için Winrm açılmak isteniyorsa
    .\configWinRM.ps1 -Instance "IP_ADRESI" 
    
    Genel olarak Winrm açılmak isteniyorsa
    .\configWinRM.ps1
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published