You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
76
-
CmdletsToExport='*'
72
+
CmdletsToExport=''
77
73
78
74
# Variables to export from this module
79
75
VariablesToExport=''
@@ -96,13 +92,13 @@ PrivateData = @{
96
92
PSData=@{
97
93
98
94
# Tags applied to this module. These help with module discovery in online galleries.
This command will parse the archived PSRemoteOperation file. It will default to the archive path specified by $PSRemoteOpArchive if it has been defined. The default behavior is to process all files but you can limit the search by computername.
Get the result for computer THINK51 using the user-defined $PSRemoteOpArchive variable as the path.
42
+
43
+
## PARAMETERS
44
+
45
+
### -ArchivePath
46
+
47
+
Enter the path to the archive folder. This will default to the global variable PSRemoteOPArchive if it has been defined.
48
+
49
+
```yaml
50
+
Type: String
51
+
Parameter Sets: (All)
52
+
Aliases: path
53
+
54
+
Required: False
55
+
Position: 0
56
+
Default value: $PSRemoteOpArchive
57
+
Accept pipeline input: False
58
+
Accept wildcard characters: False
59
+
```
60
+
61
+
### -Computername
62
+
63
+
Enter a computername to filter on.
64
+
65
+
```yaml
66
+
Type: String
67
+
Parameter Sets: (All)
68
+
Aliases:
69
+
70
+
Required: False
71
+
Position: Named
72
+
Default value: None
73
+
Accept pipeline input: False
74
+
Accept wildcard characters: False
75
+
```
76
+
77
+
### -Newest
78
+
79
+
Select the newest X number of results.
80
+
81
+
```yaml
82
+
Type: Int32
83
+
Parameter Sets: (All)
84
+
Aliases:
85
+
86
+
Required: False
87
+
Position: Named
88
+
Default value: None
89
+
Accept pipeline input: False
90
+
Accept wildcard characters: False
91
+
```
92
+
93
+
### CommonParameters
94
+
95
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
96
+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
97
+
98
+
## INPUTS
99
+
100
+
### None
101
+
102
+
## OUTPUTS
103
+
104
+
### RemoteOpResult
105
+
106
+
## NOTES
107
+
108
+
Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/
0 commit comments