Comments
-
Hello Can any one share script for capacity planning in pie chart. in which i want to show how many machine are in warning state, Critical and at capacity. and at bottom total no of machine thanks Sumit Goel
-
HI,
-
Hi, Who will bear flight and hotel charges :P
-
@KMSigman kindly share update on above idea?
-
Thanks for the reply... I have created similar alert earlier but not getting right alerting as default route is 0.0.0.0 and we are not getting this value thanks Sumit Goel
-
Howdy, Check Option - Run the script under specified account: should be mark true
-
made some changes $Path = "\\njioilmssqlq01\VendorExport\CovertSheetWindSchExport" # Things since midnight today $Today = Get-Date | Select-Object -Property Date | Get-Date $FilesToday = Get-ChildItem -Path $Path -Recurse -File -Force -ErrorAction SilentlyContinue | Where-Object { $_.LastWriteTime -ge $Today } # Results…
-
its working from server but getting 2 count
-
looks like access denied however service account that i am using already have access on this path kindly advise script using for above error $Path = $args[0] # Things since midnight today $Today = (Get-Date).Date $FilesToday = Get-ChildItem -Path $Path -Recurse -File -Force -ErrorAction SilentlyContinue | Where-Object {…
-
-
Still same $Path = $args[0] # Things since midnight today $Today = Get-Date | Select-Object -Property Date | Get-Date $FilesToday = Get-ChildItem -Path $Path -Recurse -File -Force -ErrorAction SilentlyContinue | Where-Object { $_.LastWriteTime -ge $Today } # Results for 'today' Write-Host "Message.Today: Found $(…
-
I have tried below script but not getting correct result kindly advise $Path = "\\Path\To\Check" # Things since midnight today $Today = Get-Date | Select-Object -Property Date | Get-Date $FilesToday = Get-ChildItem -Path $Path -Recurse -File -Force -ErrorAction SilentlyContinue | Where-Object { $_.LastWriteTime -ge $Today…
-
we need to monitor all resource CPU/DISK/RAM and availability, so there way and steps that I can connect server with SW via APIs? any KB? and which port required to open? and how we can do in SW?
-
HI JM, we want to monitor some server that come under compliance zone and due to some security we don't to open SNMP port for those server. can we link those server via API? if yes, then how and steps?
-
Hi Team any update on above ask
-
[deleted]
-
HI Seashore, Can you added this as feature request
-
HI Seashore, folder is missing name "unmanageutility" after upgrade is there any workaround to get back that folder
-
thanks.. we have deployed new APE on AWS now we are planning to move MPE running on on-prem VM to AWS and everything should be intact, do you have any documentation or steps?
-
Hi, I have tried that template earlier as well, but no luck can you help me with below script, its showing date and count, but also giving some error $count = @{} $size = @{} get-childitem 'path ' | foreach { $date = $_.lastwritetime.tostring('dd-MM-yyyy') $count[$date]++ } $count.keys | sort| foreach { [PSCustomObject]@{…
-
I used below script $Path = "\\servername\VendorExport\NachaExport" # Things since midnight today $Today = Get-Date | Select-Object -Property Date | Get-Date # This will look for all files (including in subfolders) in the path $Files = Get-ChildItem -Path $Path -Recurse -File -Force -ErrorAction SilentlyContinue # This…
-
but below script not showing correct count # Things since midnight today $Today = Get-Date | Select-Object -Property Date | Get-Date $FilesToday = Get-ChildItem -Path $Path -Recurse -File -Force -ErrorAction SilentlyContinue | Where-Object { $_.LastWriteTime -ge $Today } # Results for 'today' Write-Host "Message.Today:…
-
so to check single/current date count do have any handy script?
-
yes, it has permission, as other script showing count can you share scripts for check today or current date count?
-
Hi, we need script to check current date count only see below script showing 0 count, however we have 1 file for same date see on next screen short
-
Yes, its working on another server. but in last 24 hrs. script has some issue, as its count last and latest file suppose one files created on 16th June by 4 AM and one files created on 17th June by 4 AM, so it count 2 file, so i have converted into minutes, for workaround, can you share script who count those file only…
-
Hi still some error in script not getting right result, file is there still showing 0 count, count should be one
-
getting wrong result
-
its showing wrong Found 0 files in PATH created on 06/01/2022 2 file available there
-
Thanks Ill test and get back to you