copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
How to get windows Build number via Powershell? My question is: Is it possible to get the Windows build number from SCCM for all the client machines that SCCM monitors manages? And if so, how? I have been googling this for a few days now, and gone through the CMDlets for the ConfigurationManager module, but I don't really see a way to get information out of SCCM
RDP Session stuck in Portrait Resolution The RDP Session Screen Resolution tells me "The display settings can't be changed from a remote session", but when I connect to the server directly the orientation is already landscape So how do I get out of this one?
get-mailbox error handling - social. technet. microsoft. com thanks for all your attempts to assist i have not been able to get the get-mailbox cmd to catch and output errors to a txt file here is the solution i came up with just thought id share
get-process and UserName - social. technet. microsoft. com It works using WMI (Get-WmiObjectWin32_Process and GetOwner ()) but get-process provides some more attributes I need to export to a logfile Accoring to MSDN there is a property called UserName in the StartInfo object, but the value is always empty, when executing this script: get-process
Get-ADuser -filter emailaddress -like $mail The problem that so many users get stuck on is how the AD CmdLets and AD works "Mail EmaiAddress" must be unique in AD It is not used as an identifier but will filter only an exact match If you have users with the exact same email then you cannot use mail as the identifier and must use other methods such as the surname + mail
Get-Childitem returns The specified network name is no longer . . . I am trying to develope a script to audit the permissions on my file servers I use GET-CHILDITEM -RECURSE to find all the folders in a particular tree and then use GET-ACL to get the permissions My main goal is to find the folders where the local ADMINISTRATOR and SYSTEM have been removed
New-PSSession - Access is denied! The intended command will check each Exchange 2010 "Client Access Server" and get port details When I execute the code, it's only executing the first server that I specified "Server1" and the intended command unable to check remaining servers!