Data Protection Manager - Scripting announcement
-
Link
Please be aware that if you installs either of the following WMI updates on a DPM 2010 server, that some DPM power shell scripts may no longer work.
Some scripts will fail with an ArgumentOutOfrangeException. I believe that Pruneshadowcopies2010.ps1 is one such script that will fail.
2506146 Description of Windows Management Framework 3.0 for Windows Server 2008 SP2
http://support.microsoft.com/kb/2506146/EN-US
2506143 Description of Windows Management Framework 3.0 for Windows 7 SP1 and Windows Server 2008 R2 SP1
http://support.microsoft.com/kb/2506143/EN-US
Un-installing 2506146 or 2506143 fixes the problem(s).
-
0 Votespowershell application for smbshare for remote computers
Dear all, I found examples of powershell for remote computer share folder list as shown as below: Would it be possible to scan remote ...Proposed | 1 Replies | 16 Views | Created by 雲林仔 - Monday, October 7, 2019 2:02 PM | Last reply by Leon Laude - Monday, October 7, 2019 2:07 PM -
0 VotesLogin to the PC using RFID Reader via COM Port
Is it possible, that i want to login to system with RFID Reader connected to the PC by port COM instead of by password? The point is that when the login screen is displayed, the reader will ...Proposed | 1 Replies | 201 Views | Created by sebastian.u - Thursday, August 29, 2019 1:20 PM | Last reply by Leon Laude - Thursday, August 29, 2019 1:47 PM -
0 VotesNeed DPM powershell script to restore a folder to different server
Hi, I have folder backed up to DPM. Need a script to recover the last recovery point to another server with DPM agent on it. Can someone provide an ...Unanswered | 4 Replies | 303 Views | Created by TRIUMF - Monday, July 22, 2019 12:38 PM | Last reply by TRIUMF - Tuesday, July 23, 2019 5:57 AM -
0 VotesError when uploading a rule package through Compliance & Security powershell
I'm trying to create a EDM classification in the Compliance & Security Center. After following Microsoft tutoria and attempting to upload a rule package ...Answered | 1 Replies | 324 Views | Created by williamhimself - Wednesday, July 17, 2019 5:08 PM | Last reply by Leon Laude - Wednesday, July 17, 2019 8:39 PM -
0 VotesHow can i get all microsoft product geneuine validation in oragranization.
Hello Folks, Is it possible to find Microsoft all product genuine validation check in active directory server? if possible how can i do ...Answered | 2 Replies | 419 Views | Created by Single user log in all Compter in Terminal Server - Friday, June 14, 2019 9:19 AM | Last reply by Leon Laude - Friday, June 14, 2019 10:22 AM -
0 VotesNeed to find current storage location for datasource...
Get-DatasourceDiskAllocation $ds[0] | fl Computer : EPICOR Name : BizInsightDB LogicalPath : EPICOR\BizInsightDB ObjectType ...Proposed | 1 Replies | 422 Views | Created by Skip.Sinclair - Friday, May 31, 2019 12:50 PM | Last reply by Leon Laude - Friday, May 31, 2019 2:42 PM -
0 Votesnetsh in a external Hard disc
Hello, Sorry for my bad english. The grafic card of my laptop is broken and I taked the Hard disc and I maked with him a external harddisc. I had a few wifi ...Proposed | 1 Replies | 444 Views | Created by AlejandroRosales - Wednesday, May 29, 2019 7:34 PM | Last reply by Leon Laude - Wednesday, May 29, 2019 8:02 PM -
0 Votes256 limit on Filenames and Paths
We need a scripting platform that will be able to handle the 256 limit for filenames and paths. We using Powershell and running into this limit. Appears powershell leverages .net with has the ...Answered | 1 Replies | 478 Views | Created by dvua - Saturday, May 18, 2019 6:50 PM | Last reply by Leon Laude - Sunday, May 19, 2019 8:30 AM -
0 VotesReset Correct?
net stop wuauserv net stop bits del %windir%\softwaredistribution /s /q /f rd c:\windows\softwaredistribution /s ...Unanswered | 1 Replies | 487 Views | Created by Inuyasha-ps - Thursday, May 16, 2019 3:30 AM | Last reply by Leon Laude - Thursday, May 16, 2019 5:32 AM -
0 VotesPatch_Reboot
Option Explicit On Error Resume Next Dim objShell, objUpdateSession, objUpdateSearcher, objSearcherResults, objUpdate Dim ...Unanswered | 1 Replies | 472 Views | Created by Inuyasha-ps - Thursday, May 16, 2019 3:27 AM | Last reply by Leon Laude - Thursday, May 16, 2019 5:25 AM -
0 VotesExpired tape as Free (Set-Tape): Do I need to remove the recovery points?
$Transcript_PathUnanswered | 3 Replies | 1214 Views | Created by Alon.or - Thursday, November 23, 2017 11:52 AM | Last reply by i686 - Friday, May 3, 2019 8:11 AM -
0 VotesScripting - Outlook Rules Import
Manage Rules and Alerts -> Email Rules Tab -> Options -> Import Rules then select an rwz file. Does anyone know how to script this in PowerShell or any scripting ...Proposed | 3 Replies | 676 Views | Created by SteveM2019 - Thursday, April 11, 2019 4:15 PM | Last reply by Leon Laude - Thursday, April 11, 2019 4:53 PM -
0 VotesDPM2016 adding new VM to Data protection Manager 2016
Add-DPMChildDatasource -ProtectionGroup $MPG -ChildDatasource $ds01 Errors: Add-DPMChildDatasource : RCT\TEST01 cannot be added to protection because it is already a ...Answered | 17 Replies | 940 Views | Created by master1982 - Wednesday, April 3, 2019 4:44 PM | Last reply by Leon Laude - Monday, April 8, 2019 1:17 PM -
1 VotesAdd clients to Protection Group with Powershell
I am trying to add a domain client computer to a protection group with powershell. If I go the manual way (Add clients to protection group) I can see all of my domain computers in the list ...Answered | 10 Replies | 13373 Views | Created by Ivo Lesz - Tuesday, August 30, 2011 8:36 AM | Last reply by master1982 - Monday, April 8, 2019 12:56 PM -
1 VotesFirst and last log off for ad users
What script I need to run to find the first and last log off of the users in my domainUnanswered | 3 Replies | 577 Views | Created by EXCEL WAS ABLE TO OPEN THE FILE BY REPAIRING - Thursday, April 4, 2019 7:06 PM | Last reply by Kiodos - Thursday, April 4, 2019 9:08 PM -
0 VotesDPM Job to show progress
I am trying to see progress of a job been created but interested in the percentage or data transferred. I wrote this script but its rather dumb. I am basically looping ...Proposed | 3 Replies | 766 Views | Created by richsmif - Monday, March 11, 2019 10:45 AM | Last reply by richsmif - Monday, March 11, 2019 10:56 PM -
0 VotesInstalling MicrosoftEasyFix20166.mini.diagcab type of files Silently
Can we package Microsofte Fix files ? MicrosoftEasyFix20166.mini.diagcab type of files? How to deploy .diagcab files silently ...Unanswered | 1 Replies | 824 Views | Created by Sneha_K - Monday, February 25, 2019 10:28 AM | Last reply by Leon Laude - Monday, February 25, 2019 2:37 PM -
0 VotesHow to Add an specific folder to DPM protection group
Hello Experts, Good Day ! I would like to know how to add an specific folder (ex D:\Sample\DPM) to the my protection group using powershell ...Proposed | 3 Replies | 943 Views | Created by Sudharsan s - Friday, January 18, 2019 8:35 AM | Last reply by Leon Laude - Friday, February 15, 2019 9:12 AM -
0 Voteswhat is the difference between Set-DPMDatasourceDefaultDiskAllocation and Set-DPMDatasourceDiskAllocation
hey guyz, i was wondering what is the difference between above two command-lets??? currently we are using ...Unanswered | 2 Replies | 4639 Views | Created by SyedHaroon - Monday, December 3, 2012 6:51 AM | Last reply by SBVRaja - Saturday, February 9, 2019 12:42 PM -
0 VotesStrange warning trying to set offsetinminutes...
\\ws000194\users-06\weigojmi\offset.ps1 WARNING: Connecting to DPM server: ws002165 WARNING: This is a recurring schedule and will be rounded off to the nearest ...Proposed | 18 Replies | 896 Views | Created by weigojmi - Monday, February 4, 2019 3:57 PM | Last reply by Leon Laude - Saturday, February 9, 2019 9:39 AM - Items 1 to 20 of 554 Next ›
Data Protection Manager - Scripting announcement
-
Link
Please be aware that if you installs either of the following WMI updates on a DPM 2010 server, that some DPM power shell scripts may no longer work.
Some scripts will fail with an ArgumentOutOfrangeException. I believe that Pruneshadowcopies2010.ps1 is one such script that will fail.
2506146 Description of Windows Management Framework 3.0 for Windows Server 2008 SP2
http://support.microsoft.com/kb/2506146/EN-US
2506143 Description of Windows Management Framework 3.0 for Windows 7 SP1 and Windows Server 2008 R2 SP1
http://support.microsoft.com/kb/2506143/EN-US
Un-installing 2506146 or 2506143 fixes the problem(s).
