AzureAD: Setup SSO to G-Suite for free, and govern access! (Google Apps)
참고: http://bit.ly/2StH5N8
실습 순서: https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/google-apps-tutorial
AzureAD: Setup SSO to G-Suite for free, and govern access! (Google Apps)
참고: http://bit.ly/2StH5N8
실습 순서: https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/google-apps-tutorial
사전 설정: Windows 10에 Hyper-V가 설치되어 있어야 하고, 가상 스위치 이름을 기억하고 있어야 한다. 그리고 choco 패키지가 설치되어 있어야 한다
참고: http://bit.ly/2SL3nis
참고2: PowerShell Core 문서: https://aka.ms/pscore6-docs
기존 리눅스에서 PowerShell core를 설치하여 사용하여도 되지만, 기존 시스템을 건드리지 않고 단지 테스트 및 공부를 할 때는 아래와 같이 Container를 가지고 Clean 상태에서 작업하는 것이 좋다. 그리고 이렇게 하면 최신 버전의 PowerShell Core 버전을 사용할 수 있다
docker pull mcr.microsoft.com/powershell
docker images
docker run –name pwsh -it mcr.microsoft.com/powershell
$psversiontable
참고: https://github.com/chocolatey/choco/wiki/CommandsList
choco list –local-only
choco list -li
choco list -lai
choco list –page=0 –page-size=25
choco search git
choco search git -s “‘https://somewhere/out/there'”
choco search bob -s “‘https://somewhere/protected'” -u user -p pass
이제는 PowerShell에서도 Linux 편집기인 vim을 사용할 수 있다. 다음과 같이 choco를 사용하여 설치하면 된다. 물론 사전에 choco가 설치되어 있어야 한다.
이렇게 하면 Windows 10에서 Linux bash script를 실행할 수 있다. Windows 10에서 “Windows Subsystem for Linu”를 설치하면 bash를 사용할 수 있다