I have numerous folders with modify dates > 120 days in the C:\Backups\Replicas folder.
They all start with vm-****.
How can I determine if they are not associated with a current replica and can be removed?
-
- Enthusiast
- Posts: 33
- Liked: 1 time
- Joined: Nov 04, 2011 1:45 pm
- Full Name: Dan Andryszak
- Contact:
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Old Folders in C:\Backups\Replicas
You can connect via PowerCLI with your vCenter and run the following command:
This will give output and the ID field will be something like Virtualmachine-vm-XXX. These are the ones which are still in your inventory.
If you feel unsure about this you can always ask via our support.
Code: Select all
Get-VM | ft -Property Name,ID -AutoSize
If you feel unsure about this you can always ask via our support.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Enthusiast
- Posts: 33
- Liked: 1 time
- Joined: Nov 04, 2011 1:45 pm
- Full Name: Dan Andryszak
- Contact:
Re: Old Folders in C:\Backups\Replicas
Thank you. Didn't even think about that.
Who is online
Users browsing this forum: cgracie@sygnet.ca, Google [Bot], michael.westphal, Semrush [Bot] and 68 guests