Open-CdDrive
NAME
Open-CdDrive
SYNTAX
Open-CdDrive [[-Drive] <string>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Open-CdDrive -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Open-CdDrive.md#open-cddrive.
Get-CimService
NAME
Get-CimService
SYNTAX
Get-CimService [[-Computer] <string>] [[-Credential] <pscredential>] [[-State] <string>] [[-StartMode] <string>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-CimService -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-CimService.md#get-cimservice.
Latest Version | Azure Pipelines | PowerShell Gallery | Github Release | Issues | Forks | License |
---|---|---|---|---|---|---|
New-Credential
examples : @{example=@{code=PS C:\> $Credential = New-Credential -Username user1 -Password (ConvertFrom-SecureString "P@ssw0rd" -AsPlainText -Force); remarks=System.Management.Automation.PSObject[]; title=-------------------------- Example 1
--------------------------}}
inputTypes : @{inputType=@{type=@{name=None}; description=System.Management.Automation.PSObject[]}}
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=New-Credential; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=New; noun=Credential; name=New-Credential}
description : {@{Text=This function creates a new Credential Object for use in Scripts or cmdlets.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/New-Credential.md#new-credential; linkText=Online Version:}}
returnValues : @{returnValue=@{type=@{name=System.Object}; description=System.Management.Automation.PSObject[]}}
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : New-Credential
Category : Function
Synopsis : Create a Credential Object
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
New-Credential
SYNOPSIS
Create a Credential Object
SYNTAX
New-Credential [-Username] <String> [-Password] <SecureString> [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
This function creates a new Credential Object for use in Scripts or cmdlets.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/New-Credential.md#new-credential
REMARKS
To see the examples, type: "get-help New-Credential -examples".
For more information, type: "get-help New-Credential -detailed".
For technical information, type: "get-help New-Credential -full".
For online help, type: "get-help New-Credential -online"
Get-DiskUsage
examples : @{example=System.Management.Automation.PSObject[]}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-DiskUsage; parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=.; parameterValue=String; name=Path; type=@{name=String; uri=}; required=false; variableLength=true; globbing=false; pipelineInput=False;
position=1; aliases=none}}}
parameters : @{parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=.; parameterValue=String; name=Path; type=@{name=String; uri=}; required=false; variableLength=true; globbing=false; pipelineInput=False; position=1; aliases=none}}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=DiskUsage; name=Get-DiskUsage}
description : {@{Text=This function returns the disk usage of a given path}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-DiskUsage.md#get-diskusage; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-DiskUsage
Category : Function
Synopsis : Get the disk usage of a given path
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
Get-DiskUsage
SYNOPSIS
Get the disk usage of a given path
SYNTAX
Get-DiskUsage [[-Path] <String>] [<CommonParameters>]
DESCRIPTION
This function returns the disk usage of a given path
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-DiskUsage.md#get-diskusage
REMARKS
To see the examples, type: "get-help Get-DiskUsage -examples".
For more information, type: "get-help Get-DiskUsage -detailed".
For technical information, type: "get-help Get-DiskUsage -full".
For online help, type: "get-help Get-DiskUsage -online"
Backup-EventLog
examples : @{example=@{code=Backup-EventLogs -ComputerName dc1; remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1 --------------------------}}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Backup-EventLog; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Backup; noun=EventLog; name=Backup-EventLog}
description : {@{Text=This function copies event log files from a remote computer to a backup location.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Backup-EventLog.md#backup-eventlog; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Backup-EventLog
Category : Function
Synopsis : Backup Eventlogs from remote computer
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
Backup-EventLog
SYNOPSIS
Backup Eventlogs from remote computer
SYNTAX
Backup-EventLog [[-ComputerName] <String>] [[-LogPath] <String>] [[-BackupPath] <String>] [<CommonParameters>]
DESCRIPTION
This function copies event log files from a remote computer to a backup location.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Backup-EventLog.md#backup-eventlog
REMARKS
To see the examples, type: "get-help Backup-EventLog -examples".
For more information, type: "get-help Backup-EventLog -detailed".
For technical information, type: "get-help Backup-EventLog -full".
For online help, type: "get-help Backup-EventLog -online"
Export-EventLog
examples : @{example=System.Management.Automation.PSObject[]}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Export-EventLog; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Export; noun=EventLog; name=Export-EventLog}
description : {@{Text=This function will export the logname you specify to the folder and filename that you provide. The exported file is in the native format for Event logs.
}, @{Text=This function leverages the System.Diagnostics.Eventing.Reader class to export the log of the local or remote computer.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Export-EventLog.md#export-eventlog; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Export-EventLog
Category : Function
Synopsis : Export an Eventlog from a local or remote computer
Component :
Role :
Functionality :
ModuleName : ComputerManagement
Backup-EventLogs
NAME
Backup-EventLogs
SYNTAX
Backup-EventLogs [[-ComputerName] <string>] [[-LogPath] <string>] [[-BackupPath] <string>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Backup-EventLogs -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Backup-EventLogs.md#backup-eventlogs.
NAME
Export-EventLog
SYNOPSIS
Export an Eventlog from a local or remote computer
SYNTAX
Export-EventLog [[-ComputerName] <Object>] [[-Credential] <PSCredential>] [[-LogName] <Object>] [[-Destination] <Object>] [-ListLog] [<CommonParameters>]
DESCRIPTION
This function will export the logname you specify to the folder and filename that you provide. The exported file is in the native format for Event logs.
This function leverages the System.Diagnostics.Eventing.Reader class to export the log of the local or remote computer.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Export-EventLog.md#export-eventlog
REMARKS
To see the examples, type: "get-help Export-EventLog -examples".
For more information, type: "get-help Export-EventLog -detailed".
For technical information, type: "get-help Export-EventLog -full".
For online help, type: "get-help Export-EventLog -online"
Get-InvalidLogonAttempt
examples : @{example=System.Management.Automation.PSObject[]}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-InvalidLogonAttempt; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=InvalidLogonAttempt; name=Get-InvalidLogonAttempt}
description : {@{Text=This function queries the security log of a given computer and retrieves Event ID 4625, failed logon attempt.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-InvalidLogonAttempt.md#get-invalidlogonattempt; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-InvalidLogonAttempt
Category : Function
Synopsis : Return a list of invalid logon attempts.
Component :
Role :
Functionality :
ModuleName : ComputerManagement
Get-InvalidLogonAttempts
NAME
Get-InvalidLogonAttempts
SYNTAX
Get-InvalidLogonAttempts [-ComputerName] <Object> [[-LogName] <Object>] [[-EventID] <Object>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-InvalidLogonAttempts -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-InvalidLogonAttempts.md#get-invalidlogonattempts.
NAME
Get-InvalidLogonAttempt
SYNOPSIS
Return a list of invalid logon attempts.
SYNTAX
Get-InvalidLogonAttempt [-ComputerName] <Object> [[-LogName] <Object>] [[-EventID] <Object>] [<CommonParameters>]
DESCRIPTION
This function queries the security log of a given computer and retrieves Event ID 4625, failed logon attempt.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-InvalidLogonAttempt.md#get-invalidlogonattempt
REMARKS
To see the examples, type: "get-help Get-InvalidLogonAttempt -examples".
For more information, type: "get-help Get-InvalidLogonAttempt -detailed".
For technical information, type: "get-help Get-InvalidLogonAttempt -full".
For online help, type: "get-help Get-InvalidLogonAttempt -online"
Get-MappedDrive
examples : @{example=System.Management.Automation.PSObject[]}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-MappedDrive; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=MappedDrive; name=Get-MappedDrive}
description : {@{Text=This function returns a list of mapped network drives from the local or remote computer.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-MappedDrive.md#get-mappeddrive; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-MappedDrive
Category : Function
Synopsis : Return a list of mapped network drives on the computer
Component :
Role :
Functionality :
ModuleName : ComputerManagement
Get-MappedDrives
NAME
Get-MappedDrives
SYNTAX
Get-MappedDrives [[-ComputerName] <string>] [[-Credentials] <pscredential>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-MappedDrives -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-MappedDrives.md#get-mappeddrives.
NAME
Get-MappedDrive
SYNOPSIS
Return a list of mapped network drives on the computer
SYNTAX
Get-MappedDrive [[-ComputerName] <String>] [[-Credentials] <PSCredential>] [<CommonParameters>]
DESCRIPTION
This function returns a list of mapped network drives from the local or remote computer.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-MappedDrive.md#get-mappeddrive
REMARKS
To see the examples, type: "get-help Get-MappedDrive -examples".
For more information, type: "get-help Get-MappedDrive -detailed".
For technical information, type: "get-help Get-MappedDrive -full".
For online help, type: "get-help Get-MappedDrive -online"
NAME
Get-Namespace
SYNTAX
Get-Namespace [-Namespace] <string> [-ComputerName] <string> [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-Namespace -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-Namespace.md#get-namespace.
Get-NetShare
examples : @{example=@{code=Get-NetShare -ComputerName server-01 -Type Print
Server Share Path
------ ----- ----
server-01 hp01 \\\\server-01\hp01
server-01 hp02 \\\\server-01\hp02
server-01 hp03 \\\\server-01\hp03; remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1 --------------------------}}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-NetShare; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=NetShare; name=Get-NetShare}
description : {@{Text=This function returns a list of shares using the old net view command. This works well in situations where a fierwall may be blocking access.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-NetShare.md#get-netshare; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-NetShare
Category : Function
Synopsis : Return a list of shares without using WMI
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
Get-NetShare
SYNOPSIS
Return a list of shares without using WMI
SYNTAX
Get-NetShare [-ComputerName] <String> [-Type] <String> [<CommonParameters>]
DESCRIPTION
This function returns a list of shares using the old net view command. This works well in situations where a fierwall may be blocking access.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-NetShare.md#get-netshare
REMARKS
To see the examples, type: "get-help Get-NetShare -examples".
For more information, type: "get-help Get-NetShare -detailed".
For technical information, type: "get-help Get-NetShare -full".
For online help, type: "get-help Get-NetShare -online"
Get-NonStandardServiceAccount
examples : @{example=System.Management.Automation.PSObject[]}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-NonStandardServiceAccount; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=NonStandardServiceAccount; name=Get-NonStandardServiceAccount}
description : {@{Text=This function returns a list of services from local or remote coputers that have non-standard user accounts for logon credentials.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-NonStandardServiceAccount.md#get-nonstandardserviceaccount; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-NonStandardServiceAccount
Category : Function
Synopsis : Return a list of services using Non-Standard accounts.
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
Get-NonStandardServiceAccount
SYNOPSIS
Return a list of services using Non-Standard accounts.
SYNTAX
Get-NonStandardServiceAccount [[-Computer] <String>] [[-Credentials] <PSCredential>] [[-Filter] <String>] [<CommonParameters>]
DESCRIPTION
This function returns a list of services from local or remote coputers that have non-standard user accounts for logon credentials.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-NonStandardServiceAccount.md#get-nonstandardserviceaccount
REMARKS
To see the examples, type: "get-help Get-NonStandardServiceAccount -examples".
For more information, type: "get-help Get-NonStandardServiceAccount -detailed".
For technical information, type: "get-help Get-NonStandardServiceAccount -full".
For online help, type: "get-help Get-NonStandardServiceAccount -online"
Get-OpenFile
examples : @{example=@{code=Get-OpenFiles -ComputerName fs
User Path LockCount
---- ---- ---------
User1 F:\Users\User1\Documents\Data\... 0
User2 P:\Public 0; remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1 --------------------------}}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-OpenFile; parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=(hostname); parameterValue=Object; name=ComputerName; type=@{name=Object; uri=}; required=false; variableLength=true; globbing=false;
pipelineInput=False; position=1; aliases=none}}}
parameters : @{parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=(hostname); parameterValue=Object; name=ComputerName; type=@{name=Object; uri=}; required=false; variableLength=true; globbing=false; pipelineInput=False; position=1;
aliases=none}}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=OpenFile; name=Get-OpenFile}
description : {@{Text=This function returns a list of files open on a given server. The output is similar to that of the Manage Open Files from the Share and Storage Management console.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-OpenFile.md#get-openfile; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-OpenFile
Category : Function
Synopsis : Get a list of files open on the server
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
Get-OpenFile
SYNOPSIS
Get a list of files open on the server
SYNTAX
Get-OpenFile [[-ComputerName] <Object>] [<CommonParameters>]
DESCRIPTION
This function returns a list of files open on a given server. The output is similar to that of the Manage Open Files from the Share and Storage Management console.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-OpenFile.md#get-openfile
REMARKS
To see the examples, type: "get-help Get-OpenFile -examples".
For more information, type: "get-help Get-OpenFile -detailed".
For technical information, type: "get-help Get-OpenFile -full".
For online help, type: "get-help Get-OpenFile -online"
NAME
Get-OpenFiles
SYNTAX
Get-OpenFiles [[-ComputerName] <Object>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-OpenFiles -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-OpenFiles.md#get-openfiles.
Get-OpenSession
examples : @{example=@{code=Get-OpenSessions -ComputerName fs
User Computer ConnectTime IdleTime
---- -------- ----------- --------
user1 10.10.1.62 1615 1
user2 10.10.1.156 7529 17; remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1 --------------------------}}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-OpenSession; parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=(hostname); parameterValue=Object; name=ComputerName; type=@{name=Object; uri=}; required=false; variableLength=true; globbing=false;
pipelineInput=False; position=1; aliases=none}}}
parameters : @{parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=(hostname); parameterValue=Object; name=ComputerName; type=@{name=Object; uri=}; required=false; variableLength=true; globbing=false; pipelineInput=False; position=1;
aliases=none}}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=OpenSession; name=Get-OpenSession}
description : {@{Text=This function returns a list of open session on a given server. The output is similar to that of the Manage Open Sessions dialog in the Share and Storage Management console.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-OpenSession.md#get-opensession; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-OpenSession
Category : Function
Synopsis : Return a list of open sessions
Component :
Role :
Functionality :
ModuleName : ComputerManagement
Get-OpenSessions
NAME
Get-OpenSessions
SYNTAX
Get-OpenSessions [[-ComputerName] <Object>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-OpenSessions -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-OpenSessions.md#get-opensessions.
Get-PaperCutLogs
NAME
Get-PaperCutLogs
SYNTAX
Get-PaperCutLogs [[-PrintServers] <Object>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-PaperCutLogs -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-PaperCutLogs.md#get-papercutlogs.
NAME
Get-OpenSession
SYNOPSIS
Return a list of open sessions
SYNTAX
Get-OpenSession [[-ComputerName] <Object>] [<CommonParameters>]
DESCRIPTION
This function returns a list of open session on a given server. The output is similar to that of the Manage Open Sessions dialog in the Share and Storage Management console.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-OpenSession.md#get-opensession
REMARKS
To see the examples, type: "get-help Get-OpenSession -examples".
For more information, type: "get-help Get-OpenSession -detailed".
For technical information, type: "get-help Get-OpenSession -full".
For online help, type: "get-help Get-OpenSession -online"
NAME
Set-Pass
SYNTAX
Set-Pass [-ComputerName] <string> [-UserName] <string> [-Password] <securestring> [-WhatIf] [-Confirm] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Set-Pass -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Set-Pass.md#set-pass.
New-Password
examples : @{example=@{code=PS C:\> New-Password -Length 64 -Count 5 -Strong
Password
--------
UkQfV)RHwcQ3a)s8Z#QwSCLxlI*y28kEPmcQUVM2HrACf@PxRJDLk4ffge#1m_8j
XfAwZOh_lrzLE8NwkSTPs5#LNkW4uZ0Wm_ST5UzERqhY45)HBpN$_@@MxDeLiosW
h(BN(y^Gip&pU$KJpAAajgopQyoSbCn41m53mc__wV@q$DY5a$iN&O0fnf9hvO1&
tXkFwY_pe(VIFf$R2^bKyKy)D_H6q^Nz7MgSDylXrV2GIkyiFVnvfbd9KENFuHQz
&6LPlWRB$#yqD@!IEuJ9JcMTKrsA_t(AbWRGTLx@2Fw__j08n(TGi6wgPE6XlLWg; remarks=System.Management.Automation.PSObject[]; title=-------------------------- Example 1 --------------------------}}
inputTypes : @{inputType=@{type=@{name=None}; description=System.Management.Automation.PSObject[]}}
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=New-Password; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=New; noun=Password; name=New-Password}
description : {@{Text=This function creates a password using the cryptographic Random Number Generator see the MSDN link for more details.}}
relatedLinks : @{navigationLink=System.Management.Automation.PSObject[]}
returnValues : @{returnValue=@{type=@{name=System.Object[]}; description=System.Management.Automation.PSObject[]}}
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : New-Password
Category : Function
Synopsis : Create a new password
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
New-Password
SYNOPSIS
Create a new password
SYNTAX
New-Password [[-Length] <Int32>] [[-Count] <Int32>] [-asSecureString] [-Strong] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
This function creates a password using the cryptographic Random Number Generator see the MSDN link for more details.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/New-Password.md#new-password
PowerShell Password Generator http://www.peterprovost.org/blog/2007/06/22/Quick-n-Dirty-PowerShell-Password-Generator/
MSDN RNG Crypto Service Provider http://msdn.microsoft.com/en-us/library/system.security.cryptography.rngcryptoserviceprovider.aspx
REMARKS
To see the examples, type: "get-help New-Password -examples".
For more information, type: "get-help New-Password -detailed".
For technical information, type: "get-help New-Password -full".
For online help, type: "get-help New-Password -online"
Get-PendingUpdate
examples : @{example=@{code=Get-PendingUpdates; remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1 --------------------------}}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-PendingUpdate; parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=None; parameterValue=String; name=ComputerName; type=@{name=String; uri=}; required=false; variableLength=true; globbing=false;
pipelineInput=True (ByValue); position=1; aliases=none}}}
parameters : @{parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=None; parameterValue=String; name=ComputerName; type=@{name=String; uri=}; required=false; variableLength=true; globbing=false; pipelineInput=True (ByValue); position=1;
aliases=none}}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=PendingUpdate; name=Get-PendingUpdate}
description : {@{Text=Retrieves the updates that are available to install on the local system}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-PendingUpdate.md#get-pendingupdate; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-PendingUpdate
Category : Function
Synopsis : Retrieves the updates waiting to be installed from WSUS
Component :
Role :
Functionality :
ModuleName : ComputerManagement
Get-PendingUpdates
NAME
Get-PendingUpdates
SYNTAX
Get-PendingUpdates [[-ComputerName] <string>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-PendingUpdates -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-PendingUpdates.md#get-pendingupdates.
NAME
Get-PendingUpdate
SYNOPSIS
Retrieves the updates waiting to be installed from WSUS
SYNTAX
Get-PendingUpdate [[-ComputerName] <String>] [<CommonParameters>]
DESCRIPTION
Retrieves the updates that are available to install on the local system
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-PendingUpdate.md#get-pendingupdate
REMARKS
To see the examples, type: "get-help Get-PendingUpdate -examples".
For more information, type: "get-help Get-PendingUpdate -detailed".
For technical information, type: "get-help Get-PendingUpdate -full".
For online help, type: "get-help Get-PendingUpdate -online"
Get-PrinterLog
examples : @{example=System.Management.Automation.PSObject[]}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-PrinterLog; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=PrinterLog; name=Get-PrinterLog}
description : {@{Text=This function will return a log of all the printing that has occurred on a given print server.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-PrinterLog.md#get-printerlog; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-PrinterLog
Category : Function
Synopsis : Get a log of all printing from a given server.
Component :
Role :
Functionality :
ModuleName : ComputerManagement
Get-PrinterLogs
NAME
Get-PrinterLogs
SYNTAX
Get-PrinterLogs [[-LogName] <Object>] [-ComputerName] <Object> [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-PrinterLogs -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-PrinterLogs.md#get-printerlogs.
NAME
Get-PrinterLog
SYNOPSIS
Get a log of all printing from a given server.
SYNTAX
Get-PrinterLog [[-LogName] <Object>] [-ComputerName] <Object> [<CommonParameters>]
DESCRIPTION
This function will return a log of all the printing that has occurred on a given print server.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-PrinterLog.md#get-printerlog
REMARKS
To see the examples, type: "get-help Get-PrinterLog -examples".
For more information, type: "get-help Get-PrinterLog -detailed".
For technical information, type: "get-help Get-PrinterLog -full".
For online help, type: "get-help Get-PrinterLog -online"
Connect-Rdp
examples : @{example=System.Management.Automation.PSObject[]}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Connect-Rdp; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Connect; noun=Rdp; name=Connect-Rdp}
description : {@{Text=To securely cache login credentials, you can use the command line utility cmdkey.exe. With this utility, you can save a username and a password for a given remote connection. Windows will then securely cache the information and automatically use
it when needed.}}
relatedLinks : @{navigationLink=System.Management.Automation.PSObject[]}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Connect-Rdp
Category : Function
Synopsis : Connect to one or more computers over RDP
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
Connect-Rdp
SYNOPSIS
Connect to one or more computers over RDP
SYNTAX
Connect-Rdp [-ComputerName] <Object> [[-Credential] <PSCredential>] [<CommonParameters>]
DESCRIPTION
To securely cache login credentials, you can use the command line utility cmdkey.exe. With this utility, you can save a username and a password for a given remote connection. Windows will then securely cache the information and automatically use it when needed.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Connect-Rdp.md#connect-rdp
Automatic Remote Desktop onnection http://www.powershellmagazine.com/2014/04/18/automatic-remote-desktop-connection/
REMARKS
To see the examples, type: "get-help Connect-Rdp -examples".
For more information, type: "get-help Connect-Rdp -detailed".
For technical information, type: "get-help Connect-Rdp -full".
For online help, type: "get-help Connect-Rdp -online"
Get-RDPLoginEvent
examples : @{example=@{code=PS C:\> Get-RDPLoginEvents -Credentials $Credentials -ComputerName MyPC |Format-Table
SourceNetworkAddress Domain TimeCreated User
-------------------- ------ ----------- ----
192.168.1.1 MyPC... 4/30/2011 8:20:02 AM Administrator...
192.168.1.1 MyPC... 4/28/2011 4:53:01 PM Administrator...
192.168.1.1 MyPC... 4/21/2011 2:01:42 PM Administrator...
192.168.1.1 MyPC... 4/19/2011 11:42:59 AM Administrator...
192.168.1.1 MyPC... 4/19/2011 10:30:52 AM Administrator...; remarks=System.Management.Automation.PSObject[]; title=-------------------------- Example 1 --------------------------}}
inputTypes : @{inputType=@{type=@{name=System.Object}; description=System.Management.Automation.PSObject[]}}
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-RDPLoginEvent; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=RDPLoginEvent; name=Get-RDPLoginEvent}
description : {@{Text=This function returns login attempts from the Microsoft Windows TerminalServices RemoteConnectionManager log. The specific events are logged as EventID 1149, and they are logged whether or not the user actually gets to the desktop.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-RDPLoginEvent.md#Get-rdploginevent; linkText=Online Version:}}
returnValues : @{returnValue=@{type=@{name=System.Object[]}; description=System.Management.Automation.PSObject[]}}
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-RDPLoginEvent
Category : Function
Synopsis : Return Remote Desktop login attempts
Component :
Role :
Functionality :
ModuleName : ComputerManagement
Get-RDPLoginEvents
NAME
Get-RDPLoginEvents
SYNTAX
Get-RDPLoginEvents [-ComputerName] <Object> [[-Credentials] <pscredential>] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-RDPLoginEvents -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-RDPLoginEvents.md#Get-rdploginevents.
NAME
Get-RDPLoginEvent
SYNOPSIS
Return Remote Desktop login attempts
SYNTAX
Get-RDPLoginEvent [-ComputerName] <Object> [[-Credentials] <PSCredential>] [<CommonParameters>]
DESCRIPTION
This function returns login attempts from the Microsoft Windows TerminalServices RemoteConnectionManager log. The specific events are logged as EventID 1149, and they are logged whether or not the user actually gets to the desktop.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-RDPLoginEvent.md#Get-rdploginevent
REMARKS
To see the examples, type: "get-help Get-RDPLoginEvent -examples".
For more information, type: "get-help Get-RDPLoginEvent -detailed".
For technical information, type: "get-help Get-RDPLoginEvent -full".
For online help, type: "get-help Get-RDPLoginEvent -online"
Grant-RegistryPermission
examples : @{example=@{code=Grant-RegistryPermission -Path HKCU:\Environment\ -Principal DOMAIN\User01 -Rights FullControl
Path Owner Access
---- ----- ------
Microsoft.PowerShell.Core\Registry::...
NT AUTHORITY\SYSTEM NT AUTHORITY\RESTRICTED Allow ReadK...; remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1 --------------------------}}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Grant-RegistryPermission; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Grant; noun=RegistryPermission; name=Grant-RegistryPermission}
description : {@{Text=This function allows you to set permissions on registry paths on a computer. Using the parameters you can specify the rights, inheritance and propagation of the rights.}}
relatedLinks : @{navigationLink=System.Management.Automation.PSObject[]}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Grant-RegistryPermission
Category : Function
Synopsis : Grant permissions on registry paths
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
Grant-RegistryPermission
SYNOPSIS
Grant permissions on registry paths
SYNTAX
Grant-RegistryPermission [-Path] <String> [-Principal] <String> [-Rights] {QueryValues | SetValue | CreateSubKey | EnumerateSubKeys | Notify | CreateLink | Delete | ReadPermissions | WriteKey | ExecuteKey | ReadKey | ChangePermissions | TakeOwnership | FullControl}
[[-Inheritance] {None | ContainerInherit | ObjectInherit}] [[-Propagation] {None | NoPropagateInherit | InheritOnly}] [<CommonParameters>]
DESCRIPTION
This function allows you to set permissions on registry paths on a computer. Using the parameters you can specify the rights, inheritance and propagation of the rights.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Grant-RegistryPermission.md#grant-registrypermission
Grant Registry Permissions http://www.iheartpowershell.com/2011/09/grant-registry-permissions.html
MSDN RegistryAccessRule http://msdn.microsoft.com/en-us/library/ms147899(v=vs.110).aspx
MSDN RegistryRights http://msdn.microsoft.com/en-us/library/system.security.accesscontrol.registryrights(v=vs.110).aspx
MSDN ACL Inheritance http://msdn.microsoft.com/en-us/library/system.security.accesscontrol.inheritanceflags(v=vs.110).aspx
MSDN ACL Propagation http://msdn.microsoft.com/en-us/library/system.security.accesscontrol.propagationflags(v=vs.110).aspx
REMARKS
To see the examples, type: "get-help Grant-RegistryPermission -examples".
For more information, type: "get-help Grant-RegistryPermission -detailed".
For technical information, type: "get-help Grant-RegistryPermission -full".
For online help, type: "get-help Grant-RegistryPermission -online"
Get-ServiceTag
examples : @{example=@{code=Get-ServiceTag -ComputerName Desktop-01
SerialNumber
------------
1AB2CD3; remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1 --------------------------}}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-ServiceTag; parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=(& hostname); parameterValue=Object; name=ComputerName; type=@{name=Object; uri=}; required=false; variableLength=true; globbing=false;
pipelineInput=False; position=1; aliases=none}}}
parameters : @{parameter=@{Description=System.Management.Automation.PSObject[]; defaultValue=(& hostname); parameterValue=Object; name=ComputerName; type=@{name=Object; uri=}; required=false; variableLength=true; globbing=false; pipelineInput=False; position=1;
aliases=none}}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=ServiceTag; name=Get-ServiceTag}
description : {@{Text=An example showing the only parameter.}}
relatedLinks : @{navigationLink=@{uri=https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-ServiceTag.md#get-servicetag; linkText=Online Version:}}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-ServiceTag
Category : Function
Synopsis : Get the serial number (Dell ServiceTag) from Win32_BIOS
Component :
Role :
Functionality :
ModuleName : ComputerManagement
Set-ShutdownMethod
NAME
Set-ShutdownMethod
SYNTAX
Set-ShutdownMethod [-ComputerName] <string> [[-Credentials] <pscredential>] [[-ShutdownMethod] <int>] [-WhatIf] [-Confirm] [<CommonParameters>]
ALIASES
None
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Set-ShutdownMethod -Online" or
go to https://github.com/mod-posh/ComputerManagement/blob/master/docs/Set-ShutdownMethod.md#set-shutdownmethod.
NAME
Get-ServiceTag
SYNOPSIS
Get the serial number (Dell ServiceTag) from Win32_BIOS
SYNTAX
Get-ServiceTag [[-ComputerName] <Object>] [<CommonParameters>]
DESCRIPTION
An example showing the only parameter.
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-ServiceTag.md#get-servicetag
REMARKS
To see the examples, type: "get-help Get-ServiceTag -examples".
For more information, type: "get-help Get-ServiceTag -detailed".
For technical information, type: "get-help Get-ServiceTag -full".
For online help, type: "get-help Get-ServiceTag -online"
Get-WinEventTail
examples : @{example=@{code=Get-WinEventTail -LogName Application
ProviderName: ESENT
TimeCreated Id LevelDisplayName Message
----------- -- ---------------- -------
10/9/2014 11:55:51 AM 102 Information svchost (7528) Instance: ...
10/9/2014 11:55:51 AM 105 Information svchost (7528) Instance: ...
10/9/2014 11:55:51 AM 326 Information svchost (7528) Instance: ...
10/9/2014 12:05:49 PM 327 Information svchost (7528) Instance: ...
10/9/2014 12:05:49 PM 103 Information svchost (7528) Instance: ...; remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1 --------------------------}}
inputTypes :
alertSet : @{alert=System.Management.Automation.PSObject[]}
syntax : @{syntaxItem=@{name=Get-WinEventTail; parameter=System.Management.Automation.PSObject[]}}
parameters : @{parameter=System.Management.Automation.PSObject[]}
details : @{description=System.Management.Automation.PSObject[]; verb=Get; noun=WinEventTail; name=Get-WinEventTail}
description : {@{Text=This function will allow you to tail Windows Event Logs. You specify a Logname for either the original logs, Application, System and Security or the new format for the newer logs Microsoft-Windows-PowerShell/Operational}}
relatedLinks : @{navigationLink=System.Management.Automation.PSObject[]}
returnValues :
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:MSHelp : http://msdn.microsoft.com/mshelp
Name : Get-WinEventTail
Category : Function
Synopsis : A tail cmdlet for Eventlogs
Component :
Role :
Functionality :
ModuleName : ComputerManagement
NAME
Get-WinEventTail
SYNOPSIS
A tail cmdlet for Eventlogs
SYNTAX
Get-WinEventTail [[-LogName] <String>] [[-ShowExisting] <Int32>] [<CommonParameters>]
DESCRIPTION
This function will allow you to tail Windows Event Logs. You specify a Logname for either the original logs, Application, System and Security or the new format for the newer logs Microsoft-Windows-PowerShell/Operational
RELATED LINKS
Online Version: https://github.com/mod-posh/ComputerManagement/blob/master/docs/Get-WinEventTail.md#get-wineventtail
StackOverflow Question http://stackoverflow.com/questions/15262196/powershell-tail-windows-event-log-is-it-possible
REMARKS
To see the examples, type: "get-help Get-WinEventTail -examples".
For more information, type: "get-help Get-WinEventTail -detailed".
For technical information, type: "get-help Get-WinEventTail -full".
For online help, type: "get-help Get-WinEventTail -online"