User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 09:00, 7 January 2015 (diff | hist) . . (+48) . . Linux configuration tasks
- 16:41, 6 January 2015 (diff | hist) . . (+62) . . Quest powershell to create a batch of users
- 16:41, 6 January 2015 (diff | hist) . . (+21) . . Quest powershell to create a batch of users
- 16:40, 6 January 2015 (diff | hist) . . (+30) . . Quest powershell to create a batch of users
- 16:40, 6 January 2015 (diff | hist) . . (+24) . . Quest powershell to create a batch of users
- 16:39, 6 January 2015 (diff | hist) . . (+67) . . Quest powershell to create a batch of users
- 16:39, 6 January 2015 (diff | hist) . . (+6) . . Quest powershell to create a batch of users
- 16:39, 6 January 2015 (diff | hist) . . (+23) . . Quest powershell to create a batch of users
- 16:25, 6 January 2015 (diff | hist) . . (+163) . . Remove all files apart from some specified (current)
- 15:44, 6 January 2015 (diff | hist) . . (+59) . . Remove all files apart from some specified
- 15:42, 6 January 2015 (diff | hist) . . (+364) . . Remove all files apart from some specified
- 15:39, 6 January 2015 (diff | hist) . . (+31) . . Remove all files apart from some specified
- 13:47, 6 January 2015 (diff | hist) . . (+47) . . Quest powershell to create a batch of users
- 13:46, 6 January 2015 (diff | hist) . . (+45) . . Quest powershell to create a batch of users
- 13:46, 6 January 2015 (diff | hist) . . (+101) . . Quest powershell to create a batch of users
- 13:46, 6 January 2015 (diff | hist) . . (+89) . . Quest powershell to create a batch of users
- 13:45, 6 January 2015 (diff | hist) . . (+92) . . Quest powershell to create a batch of users
- 13:45, 6 January 2015 (diff | hist) . . (+24) . . Quest powershell to create a batch of users
- 13:44, 6 January 2015 (diff | hist) . . (+11) . . Quest powershell to create a batch of users
- 13:43, 6 January 2015 (diff | hist) . . (+1) . . Quest powershell to create a batch of users
- 13:43, 6 January 2015 (diff | hist) . . (+88) . . Quest powershell to create a batch of users
- 13:40, 6 January 2015 (diff | hist) . . (+39) . . Quest powershell to create a batch of users
- 13:37, 6 January 2015 (diff | hist) . . (+361) . . N Quest powershell to create a batch of users (Created page with "<source lang="powershell"> New-QADUser -name 'psych001' -ParentContainer 'OU=Visitors_and_Guests,OU=Goldsmiths_Users,DC=campus,DC=goldsmiths,DC=ac,DC=uk' -samAccountName 'psyc...")
- 13:36, 6 January 2015 (diff | hist) . . (+56) . . Powershell
- 13:12, 6 January 2015 (diff | hist) . . (+81) . . N Removing the createuser option (Created page with "$wgGroupPermissions['*']['createaccount'] = false;<br> on your LocalSettings.php") (current)
- 13:12, 6 January 2015 (diff | hist) . . (+41) . . Wiki stuff (current)
- 12:03, 6 January 2015 (diff | hist) . . (0) . . Remove all files apart from some specified
- 12:02, 6 January 2015 (diff | hist) . . (+455) . . N Remove all files apart from some specified (Created page with "< source lang="text"> ## Delete all file except file1 ## rm !(file1) ## Delete all file except file1 and file2 ## rm !(file1|file2) ## Delete all file except all zip fil...")
- 12:01, 6 January 2015 (diff | hist) . . (+50) . . Linux configuration tasks
- 10:16, 6 January 2015 (diff | hist) . . (+4) . . Ffmpeg syntax
- 10:15, 6 January 2015 (diff | hist) . . (+6) . . Ffmpeg syntax
- 10:15, 6 January 2015 (diff | hist) . . (+122) . . Ffmpeg syntax
- 03:56, 20 December 2014 (diff | hist) . . (+124) . . Ffmpeg syntax
- 15:34, 19 December 2014 (diff | hist) . . (+68) . . Ffmpeg syntax
- 15:32, 19 December 2014 (diff | hist) . . (+218) . . Ffmpeg syntax
- 15:31, 19 December 2014 (diff | hist) . . (+47) . . Ffmpeg syntax
- 15:29, 19 December 2014 (diff | hist) . . (+44) . . N Ffmpeg syntax (Created page with "ffmpeg -i inputfile.fmt1 outputfile.fmt2<br>")
- 15:25, 19 December 2014 (diff | hist) . . (-1) . . Main Page
- 15:25, 19 December 2014 (diff | hist) . . (+58) . . Main Page
- 01:31, 13 December 2014 (diff | hist) . . (+55) . . Raspberry Pi
- 11:27, 12 December 2014 (diff | hist) . . (+44) . . Netbackup command line
- 11:22, 12 December 2014 (diff | hist) . . (+113) . . Netbackup command line
- 13:48, 11 December 2014 (diff | hist) . . (-20) . . Rsync exclude/include pattern rules (current)
- 13:48, 11 December 2014 (diff | hist) . . (+6,821) . . N Rsync exclude/include pattern rules (Created page with "<source lang="text"> INCLUDE/EXCLUDE PATTERN RULES You can include and exclude files by specifying patterns using the "+", "-", etc. filter rules (as introduced in the FILTE...")
- 13:47, 11 December 2014 (diff | hist) . . (+43) . . Main Page
- 14:23, 10 December 2014 (diff | hist) . . (+1,848) . . N Delete an AD user using Quest cmdlets (Created page with "<source lang="text"> Remove-QADObject Delete a user account, group or other object from Active Directory. Syntax Remove-QADObject [[-Identity] IdentityParameter]...") (current)
- 14:22, 10 December 2014 (diff | hist) . . (+50) . . Powershell
- 14:15, 10 December 2014 (diff | hist) . . (0) . . Create an AD user using Quest cmdlets (current)
- 14:15, 10 December 2014 (diff | hist) . . (+2,685) . . N Create an AD user using Quest cmdlets (Created page with "<xource lang="text"> New-QADUser (Quest cmdlet) Create a new user account. Syntax New-QADUser [-Name] String [-ParentContainer IdentityParameter] ADProperties...")
- 14:14, 10 December 2014 (diff | hist) . . (+48) . . Powershell
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)