8 More Discussions You Might Find Interesting
1. Windows & DOS: Issues & Discussions
Hi there,
How could I invoke powershell to:
1. Send a file or an attachment
2. Send a content to multiple recipient
3. Be invoked by a batch file to execute the param clause
Help will be appreciate.
param(
$highs, $mediums, $lows
)
$EmailFrom = “name@domain.com”
$EmailTo =... (0 Replies)
Discussion started by: alvinoo
0 Replies
2. UNIX for Beginners Questions & Answers
Hi Guys,
I am trying to run flyway command on ubuntu.
on windows command line is simple :
C:\Users\admin\Downloads\flyway-commandline-5.0.7-windows-x64\flyway-5.0.7> flyway migrate
how can i do it via bash?
i tied to use mnt command but starting flyway is not possible.
Please... (22 Replies)
Discussion started by: jaryszek
22 Replies
3. Shell Programming and Scripting
Hi
I have a powershell script which is checking whether a windows service is running (as shown below)
function FuncCheckService
{
$ServiceName = 'pgsql-9.2'
$arrService = Get-Service -Name $ServiceName
if ($arrService.Status -eq 'Running')
{
Write-Output... (8 Replies)
Discussion started by: simpsa27
8 Replies
4. Shell Programming and Scripting
Hello Friend,
I am not expert in power shell scripting. I nee custom powershell script which check if given process is running on windows machine or not.
will use it in nagios to monitor that process. (0 Replies)
Discussion started by: ghpradeep
0 Replies
5. Windows & DOS: Issues & Discussions
Hello !
I am looking for powershell guys.
I have lot of office365 users ,and i need add/remove calendar items from powershell.
my users have multiple calendars.
how can i select calendar ,and how can i add / remove item to selected calendar.
PS C:\appl\o365calendar> get-mailboxfolder... (0 Replies)
Discussion started by: zoldkovacs
0 Replies
6. Windows & DOS: Issues & Discussions
Hi All,
i have a VB script which help me in downloading the text file(mail attachment) to my local drive from outlook.i want to check some values in the text file. for ex
A
date1 count count miss
2/25/2014 42 42 0
B
date2 ... (0 Replies)
Discussion started by: mahesh300182
0 Replies
7. Windows & DOS: Issues & Discussions
Need some help getting this script to work. can someone help. I am trying to create a script that moves log files to another location and only keeps 60 days worth. please see script I started but having issue getting to work..
$TODAY=GET-DATE
GET-CHILDITEM C:\test\*.LOG | Where {... (9 Replies)
Discussion started by: freedavis
9 Replies
8. Windows & DOS: Issues & Discussions
I.e. like vmstat, cpustat, iostat, fsstat, kstat ..etc? (1 Reply)
Discussion started by: Xcislav
1 Replies