PowerShell script exchange
-
jcwuerfl
- Enthusiast
- Posts: 44
- Liked: 4 times
- Joined: Jun 29, 2011 8:26 pm
- Full Name: James
-
Contact:
Post
by jcwuerfl »
this post
Is it me or is there no
?
-
jcwuerfl
- Enthusiast
- Posts: 44
- Liked: 4 times
- Joined: Jun 29, 2011 8:26 pm
- Full Name: James
-
Contact:
Post
by jcwuerfl »
this post
I think I figured it out:
Code: Select all
Get-VBRJob - Name $JobName | Remove-VBRJob -Confirm:$false
-
tsightler
- VP, Product Management
- Posts: 6035
- Liked: 2860 times
- Joined: Jun 05, 2009 12:57 pm
- Full Name: Tom Sightler
-
Contact:
Post
by tsightler »
1 person likes this post
Yep, that works, or even:
Code: Select all
(Get-VBRJob -Name $JobName).Delete()
Users browsing this forum: No registered users and 11 guests