```plaintext The password for Century7 is the number of folders on the desktop. ``` --- As we already have seen in [[Century3]], we can use `Measure-Object` PS built-in cmdlet but this time with `-Directory` parameter because we are handling directories. ```powershell PS C:\users\century6\desktop> Get-ChildItem -Directory | Measure-Object Count : 197 Average : Sum : Maximum : Minimum : Property : ``` The password for [[Century7]] is `197`