Quantcast
Viewing all articles
Browse latest Browse all 12198

Some get-content parameters require WMF 3 to work

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

Viewing all articles
Browse latest Browse all 12198

Trending Articles