An account will enable you to access:
Don't have an account?
Software Development Kit (SDK) and API Discussions
Hi,
Please give me an Idea that how can I automate checking /etc/messages file periodically using PSTK script?
are there any special cmdlets available for this taks?
Thanks,
Sri Charan M
Hi Sri Charan,
You can use the "Read-NaFile" cmdlet to do this.
Read-NaFile /vol/vol0/etc/messages
Hope that helps.
Andrew