Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

SCCM 2007 : troubleshooting log files

Publié le par damcuvelier

SCCM troubleshooting log files ciamgr.log: Provides information about the addition, deletion, and modification of software update configuration items. distmgr.log : Provides information about the replication of software update deployment packages. objreplmgr.log...

Lire la suite

VBS : SQL: Do Multiple Query To a DATABASE

Publié le par damcuvelier

'################################# ' SQLQuery.vbs ' Use to Query SQL DataBase ' command line: ' cscript SQLQuery.vbs /DataSourceName:%DataSourceName% /ServerName:%ServerName% /Database:%Database% /ADOTable:%ADOTable% /column:%column% /search:%search%...

Lire la suite

Powershell: running command from windows console

Publié le par damcuvelier

start: cmd C:\> powershell yourcommand for example: C:\>powershell dsquery user -samid username | dsget user -memberof | dsget group –samid To find all groups of a user is memberof without the DN's (http://msdn.microsoft.com/en-us/library/dd835506%28VS.85%29.aspx)...

Lire la suite

SCCM 2007: Add a data drive compatible with bitlocker

Publié le par damcuvelier

This script create a partition from the users data, that is compatible with the bitlocker shrink (that don't be regused by bitlocker) if your DVD letter is "G": If you specify in sccm collection variable: OSDNewDVDLetter = "G" & OSDDATADriveLetter = "H",...

Lire la suite

SCCM 2007 : change Background on error in Task Sequence

Publié le par damcuvelier

If there is an error on Task Sequence, you can change backround with this script. Add the image that you want in the source as name “backgroundDefault.jpg” script: '-------------------------------------------------------- ' Script pour Changer l'image...

Lire la suite

CMD Tips

Publié le par damcuvelier

to go into a folder: cd /d example, to go into e:\toto you can write: e: cd toto or cd /d e:\toto it is usefull in command line scripts if you are looking for an expression in files: In Windows 7, unlike XP you can't search a expression into file. so...

Lire la suite

<< < 10 20 30 40 41 42 43 44 > >>