On Windows Server 2012, the following line does not work:
```
ImportWebAdministration
```
But, the following works:
```
Import-Module WebAdministration
```
```
ImportWebAdministration
```
But, the following works:
```
Import-Module WebAdministration
```