 PowerShell
            PowerShell    Windows PowerShell 배열
        배열 선언배열은 아래와 같은 방식으로 선언할 수 있습니다. #배열 array1에 값 1, 2, 3을 지정$array1 = 1, 2, 3#배열 array2에 4부터 6까지의 값을 지정$array2 = 4..6#@() ...      
                        
     PowerShell
            PowerShell     PowerShell
            PowerShell     PowerShell
            PowerShell     PowerShell
            PowerShell     PowerShell
            PowerShell     PowerShell
            PowerShell