Some get-content parameters (such as -Tail) don't work with Powershell 2.0 .You need the "Microsoft Windows Management Framework 3.0" for these parameters to work.get-help get-content with Powershell 2.0:SYNTAX Get-Content [-LiteralPath] <string[]> [-Credential <PSCredential>] [-Exclude <string[]>] [-Filter <string>] [-Force ] [-Include <string[]>] [-ReadCount <Int64>] [-TotalCount <Int64>] [-UseTransaction] [<CommonParameters>] Get-Conte
↧