Overblog
Suivre ce blog Administration + Créer mon blog

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