Question: Let $\omega_1,\omega_2,\cdots,\omega_k$ be $k$ distinct events. When we perform a random test, the outcome $\omega_1,\omega_2,\cdots,\omega_k$ occurs with equal possibility $\frac{1}{k}$. Now we perform the random test independently for $m$ times, then what is the possibility that each event occurs at least once?
Example: For $k=6$, the question is, after we throw a dice for $m$ times, what is the possibility that each of the numbers $1,2,3,4,5,6$ occurs at least once?
My Solution: Consider the inclusion-exclusion principle. The possibility is $1$ minus the possibility that one event doesn't occur, plus the possibility that two events don't occur, minus the possibility that three events don't occur, ... Then the result is $$ P=\sum\limits_{i=0}^{k}{(-1)}^i\binom{k}{i}{\left(\frac{k-i}{k}\right)}^m $$ My Question: Is there a more elegant way to solve this problem (which yields a simpler expression rather than a summation)?